An easy way to keep your GitHub aircraft always updated.
Only tested on windows.=
https://pypi.python.org/pypi/gitdb
File used to store all registered aircraft git URL. You need edit this manually
e.g file content:
https://github.com/RenanMsV/FGHolding.git
https://github.com/RenanMsV/FGsX.git
https://github.com/RenanMsV/BRFGPassengers.git
https://github.com/FGMEMBERS/EMB-121.git
https://github.com/YV3399/737-800YV.git
https://github.com/it0uchpods/A320Family.git
https://github.com/it0uchpods/727-200.git
https://github.com/FGMEMBERS/aw139.git
https://github.com/FGMEMBERS/R44.git
https://github.com/FGMEMBERS/R22.git
Then all that planes will be maintained updated.
Python file witch you runs to execute the tool.
Translations files. Not yet implemented.
GitPython files. Used for python git integration.
- Open Git2FGPlaneCfg.txt and add/remove aircraft URL. One URL per line.
- Save it.
- Open Git2FGPlaneCfg.py and wait until your registered aircrafts gets updated.
- When it finishs updating will appear a confirmation message, just press ENTER on it to close Git2FGPlaneCfg.py
- Now all your updated aircraft should be located in "C:\Git2FGPlane\DownloadedAircrafts\DEVELOPERNAME\Aircraft\AIRCRAFTNAME" like "C:\Git2FGPlane\DownloadedAircrafts\FGMEMBERS\Aircraft\R22"
- Open FGFS Launcher.
- Go to Addons > Additional Aircraft Locations > + and add your Developer Aircraft path. Like C:\Git2FGPlane\DownloadedAircrafts\DEVELOPERNAME\Aircraft
- Then now you have all planes from this DEVELOPER in your launcher.
- Choose one aircraft and have a nice flight.
Git2FGPlane will sometimes (if you try to change aircraft files) get an error and close. So you'll need undo this changes until continue updating others aircrafts.
Git2FGPlane do not allow file changes (add textures, sounds, fixes)... cause it maintain all aircrafts updated and try to delete local changes.
Initial uploading.
Request update confirmation per aircraft.
Graphical User Interface.
Code cleanup.