This repository contains all the mission files and scripts needed to run them on 501st Servers.

earthknite 55c68d17dc Updated Providence il y a 5 ans
Dev_Missions d386285764 Revert "Merge branch 'master' of https://github.com/501stLegionA3/501st-Missions" il y a 5 ans
Missions 55c68d17dc Updated Providence il y a 5 ans
Reference 30ebea3c77 Edited missions to include correct headless client settings il y a 5 ans
Scripts 494b70589d Aviation Change il y a 5 ans
Util 27981cc613 Adding readme more of an idea list il y a 6 ans
Zeus Scripts 36c8826e4a addded speedboat to namenaiInit and readme il y a 6 ans
.gitignore d386285764 Revert "Merge branch 'master' of https://github.com/501stLegionA3/501st-Missions" il y a 5 ans
LICENSE 7f733088b7 Initial commit il y a 6 ans
README.txt 1581eb37ef Removed period from readme intro il y a 6 ans

README.txt

This Readme file was created by CC Klein
In this document describes the automated build process for the 501st
funoperation mission templates as far as creating the pbo's and inserting
any scripts into the missions with minimal human error introduced

-------------------------------------------------------------------
Directory Structure

Missions
Properly formated mission name
mission.sqm

Scripts
scripts
script subfolders
script files
init.sqm

Util
Tools
Mikero's Pbo tools and dlls
Python-Installers
Python install binaries used to make script
Mission Merger
Main Python Script(s) for mission merging automation

Reference
Currently contains ACE settings for import into missions

Zeus Scripts
Currently contains single use scripts to exec in game
--------------------------------------------------------------------

Initial release requires that you use the console to call the python script
Example: python "C:\501st-Missions\Util\Mission Merger\mission_merger.py"

It will automatically collect the mission folders placed in the missions directory
and combine them with the contents of the Scripts directory and create a pbo file
for each of those missions

--------------------------------------------------------------------

The ACE setttings are under the Reference Folder