-
Notifications
You must be signed in to change notification settings - Fork 24
Home
Mark Ruffner edited this page Apr 9, 2016
·
21 revisions
Welcome to the Bourbon Warfare Mission Framework Wiki, you'll find steps on creating missions as well as well as some helper functions/code snippets.
[Getting Started] (https://github.com/BourbonWarfare/bwmf/wiki/Getting-Started)
[Configuring Loadouts] (https://github.com/BourbonWarfare/bwmf/wiki/Configuring-loadouts)
- [File setup] (https://github.com/BourbonWarfare/bwmf/wiki/Configuring-loadouts#file-setup)
- [Class inheritance] (https://github.com/BourbonWarfare/bwmf/wiki/Configuring-loadouts#class-inheritance)
- [Defines] (https://github.com/BourbonWarfare/bwmf/wiki/Configuring-loadouts#defines)
- [Fallback class] (https://github.com/BourbonWarfare/bwmf/wiki/Configuring-loadouts#fallback-class)
- [Customize loadouts] (https://github.com/BourbonWarfare/bwmf/wiki/Configuring-loadouts#steps-to-customize-loadouts)
[Steps to create a Coop] (https://github.com/BourbonWarfare/bwmf/wiki/Steps-to-create-a-Coop)
- [Placing units to spawn on the headless client] (https://github.com/BourbonWarfare/bwmf/wiki/Steps-to-create-a-Coop#spawning-units-to-the-headless-client):
- [Using prebuilt groups] (https://github.com/BourbonWarfare/bwmf/wiki/Steps-to-create-a-Coop#using-potato-hc-prebuilt-units)
- [Using garrisoning] (https://github.com/BourbonWarfare/bwmf/wiki/Steps-to-create-a-Coop#using-potato-hc-garrisoning)
- [Sending placed groups to HC] (https://github.com/BourbonWarfare/bwmf/wiki/Steps-to-create-a-Coop#using-potato-hc-send-group-to-hc)
[How to: zeus a Coop] (https://github.com/BourbonWarfare/bwmf/wiki/How-to-zeus)
- Placing units to spawn on the headless client
- [Using prebuilt groups] (https://github.com/BourbonWarfare/bwmf/wiki/How-to-zeus#using-potato-hc-prebuilt-units)
- [Using the Create-A-Group module] (https://github.com/BourbonWarfare/bwmf/wiki/How-to-zeus#using-potato-hc-create-a-group)
- [Using the Spawn-A-Vic module] (https://github.com/BourbonWarfare/bwmf/wiki/How-to-zeus#using-potato-hc-spawn-a-vic)
- [Using garrisoning] (https://github.com/BourbonWarfare/bwmf/wiki/How-to-zeus#using-potato-hc-garrisoning)
- [Using Ares reinforcements] (https://github.com/BourbonWarfare/bwmf/wiki/How-to-zeus#using-ares-reinforce)
- [Sending groups to HC] (https://github.com/BourbonWarfare/bwmf/wiki/How-to-zeus#using-potato-hc-send-group-to-hc)