Sebanisu / Palmer

FF7 Field Background Editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Palmer

FF7 Field Background Editor

Initial source code release by Aali132.

Tech Stack

If you're curious to know it, Palmer is made with:

How to build

Tested build profiles:

  • x86-Release ( default, the same used to release artifacts in this Github page )
  • x86-RelWithDebInfo ( used while developing to better debug some issues )

Output folder: .dist/build/[CHOSEN_PROFILE]/bin ( eg. .dist/build/x86-Release/bin )

Visual Studio

Please note:

By default Visual Studio will pick the x86-Release build configuration, but you can choose any other profile available.

  1. Download the the latest Visual Studio Community installer
  2. Run the installer and import this .vsconfig file in the installer to pick the required components to build this project
  3. Once installed, open this repository as a folder in Visual Studio 2019 and click the build button.

Visual Studio Code

  1. REQUIRED! Follow up the steps to install Visual Studio, which will also install the MSVC toolchain
  2. Download and install the latest Visual Studio Code release
  3. Install the following extensions:
  4. Open this repository as a folder in Visual Studio code
  5. Choose as build profile in the status bar CMake: [Release] ( or one of the aforementioned profiles )
  6. Click the button on the status bar Build

License

Palmer is released under GPLv3 license, and you can get a copy of the license here: COPYING.txt

If you paid for it, remember to ask for a refund to the person who sold you a copy. Make also sure you get a copy of the source code if you got it as a binary only.

If the person who gave you a copy will refuse to give you the source code, report it here: https://www.gnu.org/licenses/gpl-violation.html

All rights belong to their respective owners.

About

FF7 Field Background Editor

License:GNU General Public License v3.0


Languages

Language:C 71.9%Language:CMake 14.2%Language:C++ 10.5%Language:PowerShell 3.4%