Author Topic: help  (Read 8566 times)

robert

  • Posts: 15
  • Turrets: +0/-0
help
« on: June 13, 2007, 06:34:44 pm »
i need help making my server unlimited i tried changing server.cfg and maprotations.cfg pls post a unlimited server thing here

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
help
« Reply #1 on: June 13, 2007, 06:35:35 pm »
WTF?
English please?
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.

robert

  • Posts: 15
  • Turrets: +0/-0
help
« Reply #2 on: June 13, 2007, 06:37:41 pm »
i need help making my server unlimited bp...

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
help
« Reply #3 on: June 13, 2007, 06:45:28 pm »
Well thanks for saying that.
Unlimited BP cant be done.
Set it to 10k and it will always say 999 left.
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.

AKAnotu

  • Posts: 616
  • Turrets: +7/-9
help
« Reply #4 on: June 13, 2007, 06:46:14 pm »
Quote from: "David"
Well thanks for saying that.
Unlimited BP cant be done.
Set it to 10k and it will always say 999 left.
he means an insanely high number that no one would ever reach

robert

  • Posts: 15
  • Turrets: +0/-0
help
« Reply #5 on: June 13, 2007, 06:56:16 pm »
set what at a high number is my question

AKAnotu

  • Posts: 616
  • Turrets: +7/-9
help
« Reply #6 on: June 13, 2007, 06:58:29 pm »
Quote from: "robert"
set what at a high number is my question
g_buildpoints 18618884984365 or something like that. type that in the server controller (terminal for macs) to change 'em

robert

  • Posts: 15
  • Turrets: +0/-0
help
« Reply #7 on: June 13, 2007, 06:59:20 pm »
ok heres my server.cfg and my maprotation.cfg how do i make it unlimited bp and start stage 3

// Tremulous decicated server config
// Fixed by Paradox & Edited by Evlesoa


// server name & loading screen

set sv_hostname "^1Rob's ^7Public ^4Server"      // server name in server list
set g_motd "^4Maps found ^2at ^3http://trem4700.no-ip.biz/ ^7--- ^2SD: 45 TimeLimit: 60 ^4-, FF Enabled! ^5Enjoy & Dont be a jerk!"   // message at connection screen


// server password

set g_needpass 0            // toggle password needed to join the server
set g_password ""            // server password


// reserved slots

set sv_privatepassword "####"         // set password test -> at client to use slot
set sv_privateclients 1         // number of private slots, substracted from
                  // sv_maxclients

// remote control

set rconpassword "####"            // set rconpassword test -> at client to log in


// main configuration

set sv_maxclients 17            // maximum number of clients
set sv_pure 1               // disallow clients with modified content
set sv_allowdownload 1            // allow downloads from the server
set sv_minrate 5000            // Minumum rate for connected clients
set sv_maxrate 25000            // Maximum rate for connected clients
set sv_minsnaps 10            // Minumum snapshots for connected clients
set sv_minping 0            // Minumum latency for connected clients
set sv_maxping 600            // Maximum latency for connected clients
                  // prevents connection of clients with higher ping
set g_antilag 0               // serverside antilag feature
set g_initialmaprotation rotation1      // following the first map, start this rotation
set g_mincommandperiod 1000
set pmove_fixed 0
set g_votelimit 3


// gameplay specific configuration

set timelimit 60            // after 60 minutes, the game will end as a draw
set g_suddendeathtime 45         // after 55 minutes, all build points are removed
set g_teamforcebalance 1
set g_teamForceBalance 1         // forces each team to have a similar number of players
set g_forceAutoJoin 0
set g_friendlyfire 1            // teammates may damage each other
set g_friendlyFireAliens 1
set g_friendlyFireHumans 1
set g_friendlyBuildableFire 1
set g_humanBuildPoints 150         // Number of buildpoints for human team, default 100
set g_alienBuildPoints 150
set g_humanStage2Threshold 30
set g_humanStage3Threshold 60
set g_alienStage2Threshold 20
set g_alienStage3Threshold 40
set g_gravity 500            // gravity setting, default 800
set g_admin "admin.dat"
set g_adminLog "admin.log"
set g_maxNameChanges 5
set g_adminTempBan 600
set g_inactivity 600
set g_chatTeamPrefix 1
set g_allowSpecVoting 1
set g_doWarmup 1
set g_adminTempBan 600
set g_chatTeamPrefix 1
set sv_privateclients 1
set g_warmup 10


//download goodies
set cl_allowDownload 1
set cl_wwwDownload 1
set sv_wwwBaseURL "http://mercenariesguild.net/"
set fs_game "base"

//start this map first
map atcs

rotation1
{
  karith
   {
   set g_humanBuildPoints 150
   set g_alienBuildPoints 150
   }
  transit
   {
   set g_humanBuildPoints 150
   set g_alienBuildPoints 150
   }   
  arachnid2
   {
   set g_humanBuildPoints 150
   set g_alienBuildPoints 150
   }
  nexus6
   {
   set g_humanBuildPoints 150
   set g_alienBuildPoints 150
   }
  atcs
   {
   set g_humanBuildPoints 150
   set g_alienBuildPoints 150
   }
  tremor
   {
   set g_humanBuildPoints 150
   set g_alienBuildPoints 150
   }
  niveus
   {
   set g_humanBuildPoints 150
   set g_alienBuildPoints 150
   }
}

robert

  • Posts: 15
  • Turrets: +0/-0
help
« Reply #8 on: June 13, 2007, 07:00:10 pm »
oh hm how do i make it stay unlimited for when i go to next level

AKAnotu

  • Posts: 616
  • Turrets: +7/-9
help
« Reply #9 on: June 13, 2007, 07:02:39 pm »
Code: [Select]
set g_humanBuildPoints 1000000000000000000 // Number of buildpoints for human team, default 100
set g_alienBuildPoints 100000000000000000
set g_humanStage2Threshold 0
set g_humanStage3Threshold 0
set g_alienStage2Threshold 0
set g_alienStage3Threshold 0

Rabbitt

  • Posts: 535
  • Turrets: +13/-27
help
« Reply #10 on: June 13, 2007, 07:04:43 pm »
Quote from: "AKAnotu"
Code: [Select]
set g_humanBuildPoints 1000000000000000000 // Number of buildpoints for human team, default 100
set g_alienBuildPoints 100000000000000000
set g_humanStage2Threshold 0
set g_humanStage3Threshold 0
set g_alienStage2Threshold 0
set g_alienStage3Threshold 0



Yea do this and youll never reach s2 or s3 lol.

Just go change aliena nd human buildpoints to 10000 then go into map rotation and set each one to 10k. save and your done
Quote from: amine
Take a super-high voltage taser with you and shock the french people and then point and laugh and yell 'FRENCH FRIES!!'

robert

  • Posts: 15
  • Turrets: +0/-0
help
« Reply #11 on: June 13, 2007, 07:10:04 pm »
i guess my server dont agree with me cause it wont work

robert

  • Posts: 15
  • Turrets: +0/-0
help
« Reply #12 on: June 13, 2007, 07:16:13 pm »
nvm its just the first level that wont load the bp for some reason

robert

  • Posts: 15
  • Turrets: +0/-0
help
« Reply #13 on: June 13, 2007, 07:18:48 pm »
next question...
is there any way to make it so build timers regain faster/ items build faster
any easy way?

Diggs

  • Posts: 321
  • Turrets: +5/-11
help
« Reply #14 on: June 13, 2007, 07:42:16 pm »
Quote from: "robert"
next question...
is there any way to make it so build timers regain faster/ items build faster
any easy way?


And lucis fire faster than pulse rifles and tyrants fly and....
続けてゲーム

Plague Bringer

  • Posts: 3815
  • Turrets: +147/-187
help
« Reply #15 on: June 13, 2007, 08:13:30 pm »
It'd have to be in a mod.

Don't ask how.
U R A Q T

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
help
« Reply #16 on: June 14, 2007, 01:14:18 am »
That shouldn't be a hard mod.
Just change a load of defines in the headers, and recompile.
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.

Death On Ice

  • Posts: 1287
  • Turrets: +126/-141
help
« Reply #17 on: June 24, 2007, 09:52:20 pm »
You could (possibly) make a custom game.qvm in which everyone could take advantage of building during layout mode, even if they didn't have admin. By no means does this mean that they could do anything but build, because n00bs doing "!layout clear" all the time would not be fun.

blood2.0

  • Guest
help
« Reply #18 on: June 27, 2007, 04:33:47 pm »
there is probley a code for this try /buildtime 1 or something /G_buildtime xxx havin't tryed it mabe it will work

Overdose

  • Posts: 396
  • Turrets: +52/-47
help
« Reply #19 on: July 13, 2007, 05:18:21 am »
Quote from: "robert"
next question...
is there any way to make it so build timers regain faster/ items build faster
any easy way?


I asked benmachine (a while back) to make a custom qvm for me with a build timer command, he might still have it...
Chocolate Milk.

benmachine

  • Posts: 915
  • Turrets: +99/-76
    • ben's machinery
help
« Reply #20 on: July 13, 2007, 01:09:45 pm »
Quote from: "YourMama"
I asked benmachine (a while back) to make a custom qvm for me with a build timer command, he might still have it...


Quote from: "PM"
Try:
http://www.bandstand.org.uk/~benm/trem/custom-builds/buildtimer848.qvm
call it game.qvm and use it.
I didn't have much time to test, so please report any bugs I may have left in there.
Your cvar is g_buildTimer, it is a multiplier: a value of 0 means no BT, a value of 100 means you may as well suicide after every build. Non-integer values such as 1.5 and 0.1 also work.
benmachine