codesidian / Python-MissionChiefBot

A Python bot for the online game MissionChief
Other
13 stars 15 forks source link

Pr/34 #35

Closed jackbayliss closed 4 years ago

jackbayliss commented 4 years ago

Addition of server choice specified in config.ini which reads selection from server.ini, vehicle links are now separated in to their own folders for readability and quicker load times rather than having them all in one file.

Added CI which runs tests to allow us to see for any breaking changes (once we write more tests)

Added the ability to generate mission requirements using generate.py or generatemissions.bat, this will create a file in the correct server folder for the user, and if the mission is not cached it'll read it from the file, and if no file exists then it'll try and find it manually.