Tremulous Forum

Community => Servers => Topic started by: blood2.0 on July 02, 2007, 07:30:51 am

Title: newb surver master needs help
Post by: blood2.0 on July 02, 2007, 07:30:51 am
Hi, I wish to make a server call granger storm with high build points I won’t to have a rotation and admin I have 3 questions:

1)I have got the stuff for admin downloaded all the right things but when I go to use an admin command like !nextmap it said permission denied so I do !(I forget what ) and it said I was an adman level 0 how do I get admin?

2) How do I set up a rotation?

3) The command for high bp only last one game how do i make it perniment

i know some of thease questions have been aswered before but it would be helpfull to have them all in one place
Title: newb surver master needs help
Post by: tuple on July 02, 2007, 11:35:20 am
One place for you, you mean  :roll:

You need to use tjw's backport client (http://trem.tjw.org/backport/) to give yourself admin, use TJW's build (http://tjw.org/tremulous/) and then you need to give yourself admin:

/rcon <password> !setlevel blood2.0 5

Really you should be reading these documents (http://tjw.org/tremulous/) to find out how to set it up.  Once you have this set up, you can look into other peoples server builds, like Lakitu7's (http://tremulous.net/phpBB2/viewtopic.php?t=4902&start=0&postdays=0&postorder=asc&highlight=tjw+backport) or Risujin's (http://tremulous.net/phpBB2/viewtopic.php?t=2548).  You should get TJW's working before you tackle those though, as they require parts of TJW's build.

Check this thread (http://tremulous.net/phpBB2/viewtopic.php?t=5131&highlight=unlimited+build+points) for unlimited bp.

edit: Just noticed your maprotation question.  It's in maprotation.cfg in your base directory.
Title: newb surver master needs help
Post by: blood2.0 on July 10, 2007, 02:10:11 am
whats my rcon pass
Title: newb surver master needs help
Post by: Plague Bringer on July 10, 2007, 02:32:17 am
Granger Storm..

Very unique.  :roll:
Title: newb surver master needs help
Post by: AKAnotu on July 10, 2007, 02:33:55 am
it's in your server.cfg
example: (mine with some info edited out)
Code: [Select]
set sv_pure 0

//passwords
set g_needpass 0
//set g_password password   //server password
set rconPassword PASSWORD GOES HERE

//loading screen
set sv_hostname ""
set g_motd ""

//allow downloads from the server
set sv_allowdownload 1

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

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

//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

//start this map first
map niveus
[/u]
Title: newb surver master needs help
Post by: Plague Bringer on July 10, 2007, 02:35:46 am
Code: [Select]
set sv_pure 0

//passwords
set g_needpass 0
//set g_password password   //server password
set rconPassword PASSWORD GOES HERE

//loading screen
set sv_hostname ""
set g_motd ""

//allow downloads from the server
set sv_allowdownload 1

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

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

//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

//start this map first
map niveus[/u]


Editied, BBCode doesn't work within [code] tags, and knowing blood he'd include them and ask why his password wasn't working.
Title: newb surver master needs help
Post by: AKAnotu on July 10, 2007, 02:36:32 am
i edited it out already,lol
Title: newb surver master needs help
Post by: Rabbitt on July 10, 2007, 02:48:33 am
read the lines of code.
when you reach set rconpassword thats where you change it from the default "password" to whatever it is you want as a password for it.