Tremulous Forum

Community => Servers => Topic started by: kongkin90 on February 18, 2009, 01:13:37 pm

Title: can't create a server.
Post by: kongkin90 on February 18, 2009, 01:13:37 pm
i have put the file int the right folder but i can't create a server.
here is the console:

------- Game Initialization -------
gamename: base
gamedate: Mar 27 2006
------------------------------------------------------------
InitGame: \sv_maxPing\350\sv_minPing\0\sv_maxRate\15000\sv_hostname\My Very First Server\timelimit\60\sv_maxclients\24\g_maxGameClients\0\g_suddenDeathTime\55\sv_minRate\5000\version\tremulous 1.1.0 win_mingw-x86 Aug 27 2006\protocol\69\mapname\niveus\sv_privateClients\0\sv_allowDownload\0\g_needpass\0\gamename\base
********************
ERROR: G_ParseSpawnVars: found  when expecting {
********************
----- Server Shutdown (Server crashed: G_ParseSpawnVars: found  when expecting {) -----
Resolving master.tremulous.net
master.tremulous.net resolved to 67.222.136.108:30710
Sending heartbeat to master.tremulous.net
Sending heartbeat to master.tremulous.net
==== ShutdownGame ====
ShutdownGame:
------------------------------------------------------------
---------------------------
Hunk_Clear: reset the hunk ok
Hitch warning: 501617 msec frame time

How can i fix this problem?THX
Title: Re: can't create a server.
Post by: David on February 18, 2009, 01:40:37 pm
There's a search button.  Had you bothered to use it you would know that error means your tremded and game.qvm are incompatible with each other.
Get a newer tremded, such as from http://releases.mercenariesguild.net/tremded/
Title: Re: can't create a server.
Post by: kongkin90 on February 19, 2009, 03:00:10 am
(http://i357.photobucket.com/albums/oo14/kongkin90/error.jpg)

the problem is still here. anyway thanks for your helping.
Title: Re: can't create a server.
Post by: cactusfrog on February 19, 2009, 07:21:22 am
get a different game qvm and tremed.exe there are some good ones at qmvs mercenary guild but i can never find there tremed.exe
Title: Re: can't create a server.
Post by: David on February 19, 2009, 09:30:15 am
http://releases.mercenariesguild.net/ for client / server
and http://patches.mercenariesguild.net/index.php?project=2 for qvm.
Title: Re: can't create a server.
Post by: kongkin90 on February 19, 2009, 10:31:06 am
OH! I can create a server now! Thanks all of you ;D
One more thing,
How do i enable the /share command?
the console said the /share command is disable. ???
Title: Re: can't create a server.
Post by: David on February 19, 2009, 12:30:56 pm
Read the documentation of whatever qvm you ended up using.
g_allowShare 1
Title: Re: can't create a server.
Post by: Oblivion on February 19, 2009, 04:07:33 pm
Congratulations on creating your server.  Here is a temp server.cfg.
Just change the CVARS and create your RCON password.

Also about the mapconfigs.
//Be sure to create a folder in C:\Program Files\Tremulous\base called 'mapconfigs' and a file called default.cfg.
//In the default.cfg you can change any cvar on any map you want, for instance buildpoints.
//In default.cfg put 'set g_humanbuildpoints "100" 'set g_alienbuildpoints "100" and for every map it will have 100 buildpoints.
//But if you want a specific map like atcs, just make a new file called 'atcs.cfg' and do the same thing.

Code: [Select]
//Example Tremulous 1.1 decicated server config

set sv_pure 1

//passwords
set g_needpass 0
//set g_password password
set rconPassword "RCONPASSWORDHERE"

//loading screen
set sv_hostname "SERVER NAME HERE"
set g_motd "SET YOUR MOTD"

//disallow downloads from the server
set sv_wwwDownload "1"
sets sv_wwwBaseURL "http://downloads.mercenariesguild.net"
sets sv_dlURL "http://downloads.mercenariesguild.net"

//maximum number of clients
//greater than 24 is not recommended from a gameplay point of view
set sv_maxclients "16"

//after 55 minutes, all build points are removed
set g_suddenDeathTime "35"
 
//after 60 minutes, the game will end as a draw
set timelimit "45"

//forces each team to have a similar number of players
set g_teamForceBalance "1"

//following the first map, start this rotation
set g_initialMapRotation rotation1

//misc settings
set pmove_fixed "0"
set sv_minRate "5000"
set sv_maxRate "15000"
set sv_minSnaps "10"
set g_clientUpgradeNotice "1"
set g_teamImbalanceWarnings "25"
set g _newbieNumbering "1"
set g_newbieNamePrefix "^3Newbie#"
set g_suddenDeath "0"
set g_suddenDeathMode "1"
set g_friendlyFireMovementAttacks "0"
set g_friendlyfire "1"
set g_friendlyFireHumans "1"
set g_friendlyFireAliens "1"
set g_retribution "1"
set g_suddenDeathVotePercent "64"
set g_SuddenDeathVoteDelay "180"
set g_mapVotesPercent "50"
set g_allowShare "1"
set g_dretchPunt "1"
set g_antiSpawnBlock "150"
set g_deconDead "1"
set g_floodMinTime "2000"
set g_floodMaxDemerits "5000"
set g_decolourLogfiles "1"
set g_voteMinTime "80"
set g_mapvoteMaxTime "420"
set g_warmupMode "0"
set g_requireVoteReasons "1"
set g_buildLogMaxLength "75"
set g_banNotice "Tremulous.net //<--- Correct this when you modify"
set g_adminMaxBan "3w"

//Be sure to create a folder in C:\Program Files\Tremulous\base called 'mapconfigs' and a file called default.cfg.
//In the default.cfg you can change any cvar on any map you want, for instance buildpoints.
//In default.cfg put 'set g_humanbuildpoints "100" 'set g_alienbuildpoints "100" and for every map it will have 100 buildpoints.
//But if you want a specific map like atcs, just make a new file called 'atcs.cfg' and do the same thing.
set g_mapConfigs "mapconfigs"

//start this map first
map atcs
Title: Re: can't create a server.
Post by: Stythys on February 20, 2009, 02:44:47 am
OH! I can create a server now! Thanks all of you ;D
One more thing,
How do i enable the /share command?
the console said the /share command is disable. ???

there's this revolutionary new website called "google" that utilizes advanced state-of-the-art search technology found no where else.

linkage (http://lmgtfy.com/?q=tremulous+server+how+to+enable+share)
Title: Re: can't create a server.
Post by: kongkin90 on February 20, 2009, 11:14:58 am
Congratulations on creating your server.  Here is a temp server.cfg.
Just change the CVARS and create your RCON password.

Also about the mapconfigs.
//Be sure to create a folder in C:\Program Files\Tremulous\base called 'mapconfigs' and a file called default.cfg.
//In the default.cfg you can change any cvar on any map you want, for instance buildpoints.
//In default.cfg put 'set g_humanbuildpoints "100" 'set g_alienbuildpoints "100" and for every map it will have 100 buildpoints.
//But if you want a specific map like atcs, just make a new file called 'atcs.cfg' and do the same thing.

Code: [Select]
//Example Tremulous 1.1 decicated server config

set sv_pure 1

//passwords
set g_needpass 0
//set g_password password
set rconPassword "RCONPASSWORDHERE"

//loading screen
set sv_hostname "SERVER NAME HERE"
set g_motd "SET YOUR MOTD"

//disallow downloads from the server
set sv_wwwDownload "1"
sets sv_wwwBaseURL "http://downloads.mercenariesguild.net"
sets sv_dlURL "http://downloads.mercenariesguild.net"

//maximum number of clients
//greater than 24 is not recommended from a gameplay point of view
set sv_maxclients "16"

//after 55 minutes, all build points are removed
set g_suddenDeathTime "35"
 
//after 60 minutes, the game will end as a draw
set timelimit "45"

//forces each team to have a similar number of players
set g_teamForceBalance "1"

//following the first map, start this rotation
set g_initialMapRotation rotation1

//misc settings
set pmove_fixed "0"
set sv_minRate "5000"
set sv_maxRate "15000"
set sv_minSnaps "10"
set g_clientUpgradeNotice "1"
set g_teamImbalanceWarnings "25"
set g _newbieNumbering "1"
set g_newbieNamePrefix "^3Newbie#"
set g_suddenDeath "0"
set g_suddenDeathMode "1"
set g_friendlyFireMovementAttacks "0"
set g_friendlyfire "1"
set g_friendlyFireHumans "1"
set g_friendlyFireAliens "1"
set g_retribution "1"
set g_suddenDeathVotePercent "64"
set g_SuddenDeathVoteDelay "180"
set g_mapVotesPercent "50"
set g_allowShare "1"
set g_dretchPunt "1"
set g_antiSpawnBlock "150"
set g_deconDead "1"
set g_floodMinTime "2000"
set g_floodMaxDemerits "5000"
set g_decolourLogfiles "1"
set g_voteMinTime "80"
set g_mapvoteMaxTime "420"
set g_warmupMode "0"
set g_requireVoteReasons "1"
set g_buildLogMaxLength "75"
set g_banNotice "Tremulous.net //<--- Correct this when you modify"
set g_adminMaxBan "3w"

//Be sure to create a folder in C:\Program Files\Tremulous\base called 'mapconfigs' and a file called default.cfg.
//In the default.cfg you can change any cvar on any map you want, for instance buildpoints.
//In default.cfg put 'set g_humanbuildpoints "100" 'set g_alienbuildpoints "100" and for every map it will have 100 buildpoints.
//But if you want a specific map like atcs, just make a new file called 'atcs.cfg' and do the same thing.
set g_mapConfigs "mapconfigs"

//start this map first
map atcs
I go it , THX
Title: Re: can't create a server.
Post by: Oblivion on February 20, 2009, 01:37:25 pm
No problem at all.  Hope you enjoy your server. 
Title: Re: can't create a server.
Post by: kongkin90 on February 24, 2009, 06:13:19 am
why the server will shut down when i finished the round??
it seems that it can't start a new round ???
Title: Re: can't create a server.
Post by: cactusfrog on February 24, 2009, 06:49:49 am
make sure you default.cfg doesn't have killserver in it.
Title: Re: can't create a server.
Post by: kongkin90 on February 24, 2009, 07:27:04 am
how do i set the second map in the next round?
actually, i want the map of server always is a.t.c.s.