Mapping: g_gametype error

Discussions about ET modding (sdk code, player/weapon modeling)

Moderators: Forum moderators, developers

Post Reply
crazyfrag
Posts: 105
Joined: Fri Oct 01, 2004 1:17 pm

Mapping: g_gametype error

Post by crazyfrag »

Well i try to use karsiah and warbell in lms mode but everytime map starts im getting this error..

Code: Select all

etpro: g_gametype server CVAR violation - [2] should be [5]
Invalid gametype was specified, Restarting
well i tried to change .arena file but nothing happens.. is there andy solution?
User avatar
X-DOS
Posts: 19
Joined: Sat May 17, 2008 8:41 pm
Location: United World
Contact:

Post by X-DOS »

Look at your server.cfg, you should find there

Code: Select all

// MAP ROTATION

exec objectivecycle.cfg
//exec lmscycle.cfg
...
These files are map rotations configs.
In objectivecycle.cfg you have g_gametype set to 2.
You have 2 sollutions:
A:
edit objectivecycle.cfg, replace "set g_gametype 2" to "set g_gametype 5"

B:
edit lines in server.cfg to

Code: Select all

//exec objectivecycle.cfg
exec lmscycle.cfg
now edit (or create) lmscycle.cfg to your preferences
crazyfrag
Posts: 105
Joined: Fri Oct 01, 2004 1:17 pm

Post by crazyfrag »

X-DOS wrote:Look at your server.cfg, you should find there

Code: Select all

// MAP ROTATION

exec objectivecycle.cfg
//exec lmscycle.cfg
...
These files are map rotations configs.
In objectivecycle.cfg you have g_gametype set to 2.
You have 2 sollutions:
A:
edit objectivecycle.cfg, replace "set g_gametype 2" to "set g_gametype 5"

B:
edit lines in server.cfg to

Code: Select all

//exec objectivecycle.cfg
exec lmscycle.cfg
now edit (or create) lmscycle.cfg to your preferences

u missunderstood this..
im playing with setl g_gametype 5 but warbell is somehow not playable in lms
User avatar
Luk4ward
Posts: 236
Joined: Sun Jul 30, 2006 1:55 pm
Location: Poland
Contact:

Post by Luk4ward »

only custom maps can be played in lms mode
wolFTeam.pl
Post Reply