Eigene Klassen beim Mod möglich?

Matrixpro
Hallo wir haben einen homeserver mit dem AWE4 kann man es so einstellen das man wieder seine eigenen klassen hat? weil wenn wir das spiel nun starten kann man einen defoult class wählen und kann da dann halt alle waffen wählen jetzt möchten wir das so haben das man nur die waffen nutzen kann die zum rang passen. hat da einer ne idee. THX für jeden tipp. cu
Nightwing
Ganz zu Beginn der awe.cfg findet sich das:

Code einblendenCode angehängt. Klicke hier zum Ein-/Ausblenden

code:
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

Sollte also funktionieren, wenn Du das aktivierst:

//Set this to activate stock ranking with unlocks for each level
set awe_stock_ranking 1

ToM