Update README.md

main
gooneybird47 3 years ago
parent 5b84c47966
commit 97ef58701a

@ -9,16 +9,16 @@
I believe Linux and Mac already have Python installed by default but windows does not so it will need to be installed if you don't already have it.
The files should be extracted to any directory that has read/write permissions.
The "Traffic_Creator.py" and "traffic_test.xml" files should be extracted to any directory that has read/write permissions.
Traffic_Creator.py can be run either through an IDE or directly from the directory via the command line/terminal by typing "python Traffic_Creator.py" without the quotes.
Traffic_Creator.py can be run either through an IDE or directly from the directory via the command line/terminal by typing "python3 Traffic_Creator.py" without the quotes.
In windows you can open the terminal from the directory the files are in by clicking in the address bar and typing cmd then enter.
The program should be self explanatory if you have delt with traffic files before but if not I suggest reading up about them on the Wiki first. -
[Wiki.flightgear](http://wiki.flightgear.org/AI_Traffic) (link also in program).
You can create as many aircraft and flights as you wish by filling in the details then pressing the "Create Aircraft Section" then "Create Flight Section", this process can be repeated as often as you like but remember to alter the relevant details so you don't end up with duplicate flights.
You can create as many aircraft and flights as you wish by filling in the details then pressing the "Create Aircraft Section" then each "Create Flight Section", this process can be repeated as often as you like but remember to alter the relevant details so you don't end up with duplicate flights. Comments can be added anytime they are required.
**Do not close the program until you have finished all tasks and saved the file as this will wipe all data.** Saving the file will automatically close the program.
@ -26,7 +26,9 @@ All you need to enter is the actual text not the .xml tags they will be automati
When finished save the file with the name of your choice, all being well it can be copied straight into your AI/Traffic folder and ready for use.
This is not an xml editor, it can not edit traffic files, I created it to quickly write test or local files so it's not really a program for writing airline schedules.
This is not an xml editor, it can not edit traffic files, I created it to quickly write test or local files so it's not really a program for writing or editing airline schedules.
### Disclaimer
This is my first Python program so any errors and bugs are entirely down to me. ;)
Written on windows 10 in PyCharm and tested with Linux Mint in Virtualbox with no problems.

Loading…
Cancel
Save