Tremulous Forum

General => Troubleshooting => Topic started by: grimreaper99 on June 05, 2008, 11:41:10 pm

Title: unlimited BP
Post by: grimreaper99 on June 05, 2008, 11:41:10 pm
how do i get Ubp? isnt it g_humanbuildpoints 999 and same for alien?
Title: Re: unlimited BP
Post by: Le Compilateur 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.
Title: Re: unlimited BP
Post by: Lakitu7 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.
Title: Re: unlimited BP
Post by: kevlarman 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
Title: Re: unlimited BP
Post by: Lakitu7 on June 06, 2008, 06:51:48 am
Well that's rather counterintuitive, isn't it.
Title: Re: unlimited BP
Post by: Le Compilateur 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.