1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
|
//#############################################################################################################################
// AWE MULTI MODE SWITCHES
//#############################################################################################################################
//========================================================================================================
// Set Only 1 (One) of these at any one time. So, all the others should be set to 0, while one of them
// should be set to 1. Then, uncomment (remove the double //) from in front of its config file (if it
// has one).
//========================================================================================================
//========================================================================================================
// AWE MODWARFARE (DEFAULT MODE)
//========================================================================================================
//if set to 1, uncomment the config execution.
set awe_modwarfare 0
//exec modwarfare.cfg
//========================================================================================================
// AWE POWER RANK
//========================================================================================================
//if set to 1, uncomment the config execution.
set awe_power_rank 1
exec configs/power_rank.cfg
//========================================================================================================
// AWE STOCK RANKING
//========================================================================================================
//Set this to activate stock ranking with unlocks for each level
set awe_stock_ranking 0
//==============================================================================
// AWE FORCE WEAPONS
//==============================================================================
//if set to 1, uncomment the config execution.
set awe_force_weapons 0
//exec configs/forceweapons.cfg
//=========================================================================================================
// AWE Oldschool Mode
//=========================================================================================================
//If set to 1, uncomment the config execution.
set awe_oldschool 0
//exec configs/oldschool.cfg
|