Author Topic: Stupid Question ???  (Read 4047 times)

doragon92

  • Posts: 2
  • Turrets: +0/-0
Stupid Question ???
« on: May 21, 2008, 01:40:15 am »
I've asked around servers and no one has helped me, and I'm sure this question has been asked before. But, how the heck do you get unlimited build points on a server?? If you know please tell me!!  ;D

Diluke

  • Posts: 75
  • Turrets: +1/-11
Re: Stupid Question ???
« Reply #1 on: May 21, 2008, 06:25:47 am »
You realy dont know how to use 'Seatch' function ...

Greudin Said:
"Howdy,
Part of admin.dat used by tremx.bricosoft.com
 
...

[command]
command = maxbp
exec    = exec maxbp.cfg
desc    = max build points for both races
levels  = 4 5

[command]
command = nomaxbp
exec    = exec nomaxbp.cfg
desc    = build points back to normal
levels  = 4 5

...

Examples of .cfg :

http://tremx.bricosoft.com/base/maxbp.cfg

http://tremx.bricosoft.com/base/nomaxbp.cfg"

So you see add that "[command]" to your admin.dat and put maxbp.cfg on your server base folder
(levels is admin lv :P)

Lakitu7

  • Tremulous Developers
  • *
  • Posts: 1002
  • Turrets: +120/-73
Re: Stupid Question ???
« Reply #2 on: May 21, 2008, 08:13:14 am »
Those links are down.


All they should contain is
g_alienbuildpoints 999
g_humanbuildpoints 999


Also, don't do this; it sucks and ruins tremulous, blah blah you won't listen anyway

Le Compilateur

  • Posts: 315
  • Turrets: +14/-19
Re: Stupid Question ???
« Reply #3 on: May 25, 2008, 10:27:39 pm »
easy (i think). umm

ok so you add this to admin.dat:

Code: [Select]
[command]
command = ubp
exec    = set g_alienbuildpoints 999999999; set g_humanbuildpoints 999999999; cp ^2Unlimited buildpoints!
desc    = Enables unlimited buildpoints.
levels  = 6 7

[command]
command = noubp
exec    = set g_alienbuildpoints 100; set g_humanbuildpoints 100; cp ^1Limited buildpoints
desc    = Disables unlimited buildpoints.
levels  = 6 7

just an example. i think many servers do it this way...

umm just a word of advice: most people dont like ubp servers... yeah... what Lakitu7 said...
« Last Edit: May 25, 2008, 10:29:31 pm 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.