README.txt 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. This Readme file was created by CC Klein
  2. In this document describes the automated build process for the 501st
  3. funoperation mission templates as far as creating the pbo's and inserting
  4. any scripts into the missions with minimal human error introduced
  5. -------------------------------------------------------------------
  6. Directory Structure
  7. Missions
  8. Properly formated mission name
  9. mission.sqm
  10. Scripts
  11. scripts
  12. script subfolders
  13. script files
  14. init.sqm
  15. Util
  16. Tools
  17. Mikero's Pbo tools and dlls
  18. Python-Installers
  19. Python install binaries used to make script
  20. Mission Merger
  21. Main Python Script(s) for mission merging automation
  22. Reference
  23. Currently contains ACE settings for import into missions
  24. Zeus Scripts
  25. Currently contains single use scripts to exec in game
  26. --------------------------------------------------------------------
  27. Initial release requires that you use the console to call the python script
  28. Example: python "C:\501st-Missions\Util\Mission Merger\mission_merger.py"
  29. It will automatically collect the mission folders placed in the missions directory
  30. and combine them with the contents of the Scripts directory and create a pbo file
  31. for each of those missions
  32. --------------------------------------------------------------------
  33. The ACE setttings are under the Reference Folder