Might as well list what we think should be included in every demo mission, keep it consistent and have something to check before we publish.
- INIT.SQF
processInitCommands;
setViewDistance 2000;
setTerrainGrid 50;
if(isNil "mission_init") then {
mission_init = false;
publicVariable "mission_init";
};
waituntil {!isnil "bis_fnc_init"};
if (isServer) then {
mission_init = true;
publicVariable "mission_init";
};
waitUntil{mission_init};
player globalChat format["Mission Initialisation Complete"];
finishMissionInit; - Confirm if you need DESCRIPTION.EXT
- HintC intro trigger noting demo and script features. For example:
Choose Blast size by removing the // comments from the _shelltype line you want to use via the crB_MineExplode.sqf. Use radio commands for camera and teleport functions.
Created by: (AEF)Wolffy.au [2CAV]
Contact: http://creobellum.org - ALPHA radio command to switch to camera mode
- BRAVO radio command to teleport
- README.TXT
- One line demo summary
- Feature list of the demo
- Instructions on how to use script
- Compare previous release and update Change Log
- Developer credits
- Developer notes
- Visit http://creobellum.org mentioned
- Confirm text is up-to-date
- Confirm only required files are included with zip file
- Screenshots for the forum posts (470px wide)
- Post updates to the following websites:
- AEF 2CAV Barracks Mission Editing - http://www.aef-hq.com.au/aef3/forum/viewforum.php?f=338
- AusArma.org Mission Editing - http://www.ausarma.org/forum/viewforum.php?f=29
- ArmaHolic ARMA2 Mission Editing - http://www.armaholic.com/forums.php?m=topics&s=74
- BI Forums Mission Editing - http://forums.bistudio.com/forumdisplay.php?f=93
- Add a 'Syndicated' section to your post listing all the websites that have been updated.




