Author Topic: unlimited BP  (Read 3254 times)

grimreaper99

  • Posts: 16
  • Turrets: +1/-5
unlimited BP
« on: June 05, 2008, 11:41:10 pm »
how do i get Ubp? isnt it g_humanbuildpoints 999 and same for alien?

Le Compilateur

  • Posts: 315
  • Turrets: +14/-19
Re: unlimited BP
« Reply #1 on: June 06, 2008, 03:03:00 am »
Okay, this should be interesting.

1. In Tremulous/base, create a directory called "mapconfigs".
2. In server.cfg, add the following line:
Code: [Select]
set g_mapconfigs "mapconfigs"3. In Tremulous/base/mapconfigs, create a script called "default.cfg" with these lines:
Code: [Select]
set g_alienbuildpoints 999999999
set g_humanbuildpoints 999999999
4. Now kill the server and restart it, these changes will then take effect.

P.S. The search button is your friend, learn to use it. -1 karma for making a thread about this when there are already several.
« Last Edit: June 06, 2008, 03:04:32 am by Le Compilateur »
I'm a developer! If you'd like to contribute to the Equilibrium QVM project or download the latest version, please visit this thread.

QVMs now compile under Leopard; get the patch here. Requires SVN r1053 or later.

Lakitu7

  • Tremulous Developers
  • *
  • Posts: 1002
  • Turrets: +120/-73
Re: unlimited BP
« Reply #2 on: June 06, 2008, 03:21:34 am »
You could just put the later two lines in server.cfg. You don't need to use mapconfigs for this.

kevlarman

  • Posts: 2737
  • Turrets: +291/-295
Re: unlimited BP
« Reply #3 on: June 06, 2008, 06:02:25 am »
You could just put the later two lines in server.cfg. You don't need to use mapconfigs for this.
yes you do, map votes reset bp to 100
Quote from: Asvarox link=topic=8622.msg169333#msg169333
Ok let's plan it out. Asva, you are nub, go sit on rets, I will build, you two go feed like hell, you go pwn their asses, and everyone else camp in the hallway, roger?
the dretch bites.
-----
|..d| #
|.@.-##
-----

Lakitu7

  • Tremulous Developers
  • *
  • Posts: 1002
  • Turrets: +120/-73
Re: unlimited BP
« Reply #4 on: June 06, 2008, 06:51:48 am »
Well that's rather counterintuitive, isn't it.

Le Compilateur

  • Posts: 315
  • Turrets: +14/-19
Re: unlimited BP
« Reply #5 on: June 07, 2008, 04:44:36 am »
Not just map votes. Any map change resets BP back to 100. AFAIK, you need to use g_mapconfigs for this.

Yup, very counterintuitive.
I'm a developer! If you'd like to contribute to the Equilibrium QVM project or download the latest version, please visit this thread.

QVMs now compile under Leopard; get the patch here. Requires SVN r1053 or later.