•     Please make sure you check the Support FAQ and relevant Guides before you create a new thread in this section!

Class Disable

Helix

Movie Battles II Team Retired
Posts
577
Likes
609
Hi, there is.
Open your server.cfg and search for
Code:
g_allowedHeroClasses 0
Then follow this guide:
Code:
g_AllowedHeroClasses (default 0)
Allows you to limit the classes available on the Hero team (Good Guys). 0 = All classes available. To reach the appropriate value, choose the classes from the list below and add up their values:

0 - All Classes
1 - Soldier
2 - Elitetrooper
4 - Jedi
8 - Hero
16 - Wookiee
32 - Clonetrooper
64 - ARC Trooper

g_AllowedVillainClasses (default 0)
Allows you to limit the classes available on the Villain team (Bad Boys). 0 = All classes available. To reach the appropriate value, choose the classes from the list below and add up their values:

0 - All Classes
1 - Soldier
2 - Elitetrooper
4 - Sith
8 - Bounty Hunter
16 - Droideka
32 - Mandalorian
64 - SBD
 
Posts
12
Likes
3
Hi, there is.
Open your server.cfg and search for
Code:
g_allowedHeroClasses 0
Then follow this guide:
Code:
g_AllowedHeroClasses (default 0)
Allows you to limit the classes available on the Hero team (Good Guys). 0 = All classes available. To reach the appropriate value, choose the classes from the list below and add up their values:

0 - All Classes
1 - Soldier
2 - Elitetrooper
4 - Jedi
8 - Hero
16 - Wookiee
32 - Clonetrooper
64 - ARC Trooper

g_AllowedVillainClasses (default 0)
Allows you to limit the classes available on the Villain team (Bad Boys). 0 = All classes available. To reach the appropriate value, choose the classes from the list below and add up their values:

0 - All Classes
1 - Soldier
2 - Elitetrooper
4 - Sith
8 - Bounty Hunter
16 - Droideka
32 - Mandalorian
64 - SBD

It was very helpful, thank you.

If I want every class, except jedi and sith, how to add the values to make it work?
 
Top