Go to file
2022-03-04 22:17:06 +01:00
aircraft Fix interchangement of Cp and Ct tables 2022-03-04 22:17:06 +01:00
scenery Move scenery tools into their own folder, added STG to UFO XML configuration file converter and begins of a JavaProp to JSBsim CP and CT table converter 2022-02-28 17:11:21 +01:00
utils Added interpolator and implemented correct parsing and output for JavaProp to JSBsim CP and CT tables converter 2022-03-04 20:31:24 +01:00
__init__.py Added interpolator and implemented correct parsing and output for JavaProp to JSBsim CP and CT tables converter 2022-03-04 20:31:24 +01:00
.gitignore Initial commit 2021-10-12 01:32:02 +02:00
LICENSE Initial commit 2021-10-12 01:32:02 +02:00
README.md Added interpolator and implemented correct parsing and output for JavaProp to JSBsim CP and CT tables converter 2022-03-04 20:31:24 +01:00

fgtools

Tools for creating, managing and editing FlightGear scenery, aircraft, …

Installation

To run these scripts you need Python 3, Python 2 won't work. Recommended version is 3.8 as I only have that installed so couldn't test with any other versions - earlier 3.x versions should work, but no guarantee !

Linux

Download / git clone this repo and put it in a place of your choice, say /home/user/fgtools. With git clone, you would use this command:

/home/user$ git clone https://github.com/TheFGFSEagle/fgtools

Before you run the scripts you have to make sure that the folder containing this repository on your local disk (here /home/user) is inside your PYTHONPATH environment variable, or you must run the scripts from inside the fgtools folder. To add the folder to your PYTHONPATH, use this command:

export PYTHONPATH="${PYTHONPATH}:/home/user"

Note: this is lost when you close the terminal / console, so you have to run this command every time you open a new console and run the scripts from it. To make the change persistent, add the command to the end of the .profile file in your home folder.

Windows

I don't have Windows so cannot provide any instructions - contributions by Windows users welcome !