Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
playground:playground [2017/02/01 10:28] Theowningone |
playground:playground [2017/11/22 14:57] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ^ Service ^ Password ^ | ||
| - | | Dropbox | <decrypt>U2FsdGVkX19Qq916unzuYO1JMWgSlLYEcfCaCuZGm+w=</decrypt> | | ||
| - | | Google | <decrypt>U2FsdGVkX19/2BGOMe/KUdJ0OEMl3r+stCl13hOKGdA=</decrypt> | | ||
| - | | Arma | <decrypt>U2FsdGVkX1+hA+LFAZvLnG1eX6ihtcLxSD+SzYbc9oc=</decrypt> | | ||
| - | |||
| - | |||
| - | |||
| <sxh cpp; Title: config.cpp > | <sxh cpp; Title: config.cpp > | ||
| class CfgPatches | class CfgPatches | ||
| Line 34: | Line 27: | ||
| </sxh> | </sxh> | ||
| - | <sxh js; Title: init.sqf> | + | <sxh sqf; Title: init.sqf> |
| params['_vic','_unit','_args']; | params['_vic','_unit','_args']; | ||
| _args params['_weaponClass','_weaponName','_weaponPath']; | _args params['_weaponClass','_weaponName','_weaponPath']; | ||
| Line 51: | Line 44: | ||
| { | { | ||
| _this call cbb_vehiclereloading_fnc_actions_getLoadActions; | _this call cbb_vehiclereloading_fnc_actions_getLoadActions; | ||
| + | _this call BIS_fnc_returnGroupComposition; | ||
| }, | }, | ||
| [_weaponClass,_weaponPath,_class] | [_weaponClass,_weaponPath,_class] | ||
| Line 59: | Line 53: | ||
| _actions | _actions | ||
| </sxh> | </sxh> | ||
| + | |||
| + | ~~NOTOC~~ | ||
| + | ~~Title: Mission Making~~ | ||
| + | <div group> | ||
| + | |||
| + | <div box column 33% h250> | ||
| + | <a arma_editing:missions:home> | ||
| + | ===== Getting Started ===== | ||
| + | </a> | ||
| + | * [[:arma_editing:missions:intro|Introduction]] | ||
| + | * [[:arma_editing:missions:editor|Editor Basics]] | ||
| + | </div> | ||
| + | |||
| + | <div box column 32% h250> | ||
| + | ===== CBB Mission Framework ===== | ||
| + | * [[:arma_editing:missions:framework:framework|Introduction]] | ||
| + | * [[:arma_editing:missions:framework:briefing|Mission Briefing]] | ||
| + | * [[:arma_editing:missions:framework:gear|Gear Loadout]] | ||
| + | * [[:arma_editing:missions:framework:briefing|Mission Briefing]] | ||
| + | * [[:arma_editing:missions:framework:settings|Framework Settings]] | ||
| + | </div> | ||
| + | |||
| + | <div box column 32% h250> | ||
| + | ===== Mission Finalizing ===== | ||
| + | * [[arma_editing:missions:mission_checklist|Mission Checklist]] | ||
| + | * [[arma_editing:missions:mission_post_example]] | ||
| + | </div> | ||
| + | |||
| + | </div> | ||