Home / Common / Config
Name Modified Size InfoDownloads / Week
Parent folder
Core_Squads 2015-04-04
Core_Occupation 2015-04-04
Core_Resistance 2015-04-04
Core_Gear 2015-04-04
Core 2015-04-04
Core_Units 2015-04-04
Core_Structures 2015-04-04
Core_Loadout 2015-04-04
Core_Definition 2015-04-04
Core_Artillery 2015-04-04
Config_AircraftFactory.sqf 2012-02-14 1.7 kB
Config_Airport.sqf 2012-02-14 1.7 kB
Config_Allies.sqf 2012-02-14 2.2 kB
Config_Artillery.sqf 2012-02-14 609 Bytes
Config_Barracks.sqf 2012-02-14 2.2 kB
Config_Depot.sqf 2012-02-14 1.5 kB
Config_HeavyFactory.sqf 2012-02-14 1.6 kB
Config_LightFactory.sqf 2012-02-14 1.6 kB
Config_Loadouts.sqf 2012-02-14 2.2 kB
Config_Occupation.sqf 2012-02-14 679 Bytes
Config_Resistance.sqf 2012-02-14 394 Bytes
Config_Special.sqf 2012-02-14 579 Bytes
Config_Squads.sqf 2012-02-14 1.3 kB
Config_Structures.sqf 2012-02-14 2.7 kB
readme.txt 2012-02-14 1.8 kB
Totals: 25 Items   22.8 kB 0
### CORE SYSTEM GENERAL FACT:
- Most of the core are defined from Init_Common.sqf
- All units or weapons used HAVE TO be defined within Core or Core_Gear in order to be used properly.
- Duplicated items or Wrong classname are not an issue as there is a protection in the core files.
- arma2.rpt / arma2oa.rpt contains the results of the core system initialization after lauching the game, missing or faulty classes will be shown there.


### CORE FOLDERS
# Core: 
	Contains the Units definitions such as the label, the cost... Any new units shall be defined in this folder.

# Core_Gear:
	Contains the Loadout definitions such as the label, the cost... Any new weapons or magazine shall be defined in this folder.

# Core_Loadout:
	Contains the Loadout classname, gear menu weapons are defined there after being delcared in the "Core_Gear" folder.

# Core_Units:
	Contains the units classname, this folder is used depending on the gamemode to run (Vanilla, Arrowhead...), 
	if you want to add units in a factory, add the units classname here after declaring it in the "Core" folder.
	
# Core_Squads:
	This folder contains the AI Units Templates depending on the current running gamemode.

# Core_Resistance:
	This folder contains the AI Resistance Units templates to use depending on the current running gamemode.

# Core_Occupation:
	This folder contains the AI Occupation Units templates to use depending on the current running gamemode.

# Core_Structures:
	This folder contains the Structures used by both players and AI, the defenses are also included here.

# Core_Artillery:
	Contains the artillery definition per faction.

# Core_Definition:
	Contains the Team vs Team definition (CDF vs INS, US vs INS...).
Source: readme.txt, updated 2012-02-14