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

Kleinburger e37751f43a Updated Readme with more info преди 7 години
Missions 22efa7a64f Adding readme stub to missions folder преди 7 години
Scripts 42d0bb39b8 Updating scripts to latest along with python update преди 7 години
Util 702744def7 Initial release of mission merger преди 7 години
.gitignore 42d0bb39b8 Updating scripts to latest along with python update преди 7 години
LICENSE 7f733088b7 Initial commit преди 7 години
README.txt e37751f43a Updated Readme with more info преди 7 години

README.txt

This 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
--------------------------------------------------------------------

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