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/01/31 15:05] thendash |
playground:playground [2017/11/22 14:57] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ~~NOTOC~~ | + | <sxh cpp; Title: config.cpp > |
- | ====== Main Page ====== | + | class CfgPatches |
- | <WRAP column 10%> | + | { |
- | {{:playground:man.png?nolink&200|}} | + | class cbb_compat_sma3 |
- | </WRAP> | + | { |
- | <WRAP column> | + | name = "CBB Compatibility Iaksky SMA3"; |
- | <WRAP round box column>//**__ Clear Backblast __**// | + | units[] = {}; |
+ | weapons[] = {}; | ||
+ | requiredVersion = 0.1; | ||
+ | requiredAddons[] = {"cbb_a3_core","iansky_opt"}; | ||
+ | author = "Clear Backblast!"; | ||
+ | Url = "http://www.reddit.com/r/clearbackblast/"; | ||
+ | addonRootClass = "A3_Characters_F"; | ||
+ | }; | ||
+ | }; | ||
- | Clear Backblast! is a reddit based group that plays the ArmA series. | ||
- | We strive to be an open and approachable community where fun takes priority in all of our games. Whether our realism-focused Saturday missions, or relaxed impromptu manshoots. | + | class ItemCore; |
+ | class CfgWeapons { | ||
+ | class iansky_nfbeast : ItemCore { | ||
+ | ACE_ScopeAdjust_Horizontal[] = {-6,6}; | ||
+ | ACE_ScopeAdjust_HorizontalIncrement = 0.1; | ||
+ | ACE_ScopeAdjust_Vertical[] = {-4,30}; | ||
+ | ACE_ScopeAdjust_VerticalIncrement = 0.1; | ||
+ | }; | ||
+ | }; | ||
+ | </sxh> | ||
- | Our primary event takes place on Saturdays at 2100 GMT. While this may not be convenient for everyone, it is the best compromise that works for players across the US, EU and Oceania regions. Each Saturday mission should include a countdown timer that adjusts that time to your local timezone. | + | <sxh sqf; Title: init.sqf> |
- | </WRAP> | + | params['_vic','_unit','_args']; |
- | <WRAP round box column> | + | _args params['_weaponClass','_weaponName','_weaponPath']; |
- | ===== Saturday Missions ===== | + | |
- | Our primary event of the week takes place almost every Saturday at 2100 GMT. While this may not be convenient for everyone, it's the best compromise we could come up with that works for players across the US, EU and Oceania regions. Each Saturday mission should include a countdown timer that adjusts that time to your local timezone. | + | |
- | Usually several days prior to each mission a post will be made to the subreddit listing information about it and slots for signups. The majority of listed slots will be first come, first serve. The exceptions to this are specialty slots like pilots or player antagonists which may be selected by lottery. | + | private _actions = []; |
- | </WRAP> | + | private _magazines = _weaponClass call cbb_vehiclereloading_fnc_getWeaponMagazines; |
- | <WRAP round box column> | + | |
- | ===== Joining ===== | + | { |
- | There is no formal "joining" or "application" process. | + | _x params['_class','_name']; |
+ | private _action = [ | ||
+ | _class, | ||
+ | _name, | ||
+ | "", | ||
+ | {}, | ||
+ | {true}, | ||
+ | { | ||
+ | _this call cbb_vehiclereloading_fnc_actions_getLoadActions; | ||
+ | _this call BIS_fnc_returnGroupComposition; | ||
+ | }, | ||
+ | [_weaponClass,_weaponPath,_class] | ||
+ | ] call ace_interact_menu_fnc_createAction; | ||
+ | |||
+ | _actions pushBack [_action,[],_vic]; | ||
+ | } foreach _magazines; | ||
+ | _actions | ||
+ | </sxh> | ||
+ | |||
+ | ~~NOTOC~~ | ||
+ | ~~Title: Mission Making~~ | ||
+ | <div group> | ||
- | To elaborate a bit more, anyone is free to jump on in take part in any weeknight sessions. For Saturday games though we'd like you to fill out a brief Google Docs questionnaire first. Besides getting a basic headcount of those who've played with us, it's a good way to determine the level of familiarity of players with the basics of Arma, ACE and ACRE and whether they may need to be put in a team with some more experienced players for their first Saturday mission or not. | + | <div box column 33% h250> |
- | \\ | + | <a arma_editing:missions:home> |
- | \\ | + | ===== Getting Started ===== |
- | **[[joining|...read more...]]** | + | </a> |
- | </WRAP> | + | * [[:arma_editing:missions:intro|Introduction]] |
- | <WRAP round box download column> | + | * [[:arma_editing:missions:editor|Editor Basics]] |
- | ===== Setup ===== | + | </div> |
- | The mod manager Arma3Sync the whole process of getting set up fairly simple. | + | |
- | \\ | + | |
- | \\ | + | |
- | **[[setup|Setup Guide]]** | + | |
- | </WRAP> | + | |
- | <WRAP round box column> | + | <div box column 32% h250> |
- | ===== Guides ===== | + | ===== CBB Mission Framework ===== |
- | We have some guides that you may find useful: | + | * [[:arma_editing:missions:framework:framework|Introduction]] |
- | * Guide 1 | + | * [[:arma_editing:missions:framework:briefing|Mission Briefing]] |
- | * Guide 2 | + | * [[:arma_editing:missions:framework:gear|Gear Loadout]] |
- | * Guide 3 | + | * [[:arma_editing:missions:framework:briefing|Mission Briefing]] |
- | * etc | + | * [[:arma_editing:missions:framework:settings|Framework Settings]] |
- | </WRAP> | + | </div> |
- | </WRAP> | + | |
+ | <div box column 32% h250> | ||
+ | ===== Mission Finalizing ===== | ||
+ | * [[arma_editing:missions:mission_checklist|Mission Checklist]] | ||
+ | * [[arma_editing:missions:mission_post_example]] | ||
+ | </div> | ||
+ | </div> |