News:

Come Chat with us live! Learn how HERE!

Main Menu

Stupid Question ???

Started by doragon92, May 21, 2008, 01:40:15 AM

doragon92

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

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

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

#3
easy (i think). umm

ok so you add this to admin.dat:


[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...
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.