Author Topic: can't create a server.  (Read 6562 times)

kongkin90

  • Posts: 8
  • Turrets: +0/-0
can't create a server.
« 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

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Re: can't create a server.
« Reply #1 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/
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

kongkin90

  • Posts: 8
  • Turrets: +0/-0
Re: can't create a server.
« Reply #2 on: February 19, 2009, 03:00:10 am »


the problem is still here. anyway thanks for your helping.

cactusfrog

  • Posts: 390
  • Turrets: +678/-176
    • tremulous fun server offical site
Re: can't create a server.
« Reply #3 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

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Re: can't create a server.
« Reply #4 on: February 19, 2009, 09:30:15 am »
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

kongkin90

  • Posts: 8
  • Turrets: +0/-0
Re: can't create a server.
« Reply #5 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. ???

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Re: can't create a server.
« Reply #6 on: February 19, 2009, 12:30:56 pm »
Read the documentation of whatever qvm you ended up using.
g_allowShare 1
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

Oblivion

  • Posts: 410
  • Turrets: +27/-22
    • Gamez-Host.com
Re: can't create a server.
« Reply #7 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
« Last Edit: February 19, 2009, 04:09:14 pm by Oblivion »
World Wide Server Host

Stythys

  • Posts: 73
  • Turrets: +7/-9
    • The Twilight Lair
Re: can't create a server.
« Reply #8 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

kongkin90

  • Posts: 8
  • Turrets: +0/-0
Re: can't create a server.
« Reply #9 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
« Last Edit: February 20, 2009, 11:20:42 am by kongkin90 »

Oblivion

  • Posts: 410
  • Turrets: +27/-22
    • Gamez-Host.com
Re: can't create a server.
« Reply #10 on: February 20, 2009, 01:37:25 pm »
No problem at all.  Hope you enjoy your server. 
World Wide Server Host

kongkin90

  • Posts: 8
  • Turrets: +0/-0
Re: can't create a server.
« Reply #11 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 ???

cactusfrog

  • Posts: 390
  • Turrets: +678/-176
    • tremulous fun server offical site
Re: can't create a server.
« Reply #12 on: February 24, 2009, 06:49:49 am »
make sure you default.cfg doesn't have killserver in it.

kongkin90

  • Posts: 8
  • Turrets: +0/-0
Re: can't create a server.
« Reply #13 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.
« Last Edit: February 24, 2009, 04:02:41 pm by kongkin90 »