Search found 43 matches

by gwg.Redef
Mon Mar 08, 2004 2:45 pm
Forum: ET Pro Documentation
Topic: pluggable tournament config file format
Replies: 225
Views: 309363

i've separated some cvars for etpro 2.1. b_mapscriptdirectory - directory where mapscripts are loaded from. fixed 'tournament maps' eg new battery, fueldump are stored in etpromapscripts, so you would use setl b_mapscriptdirectory etpromapscripts Ok, please forgive me for beeing stupid, but I thoug...
by gwg.Redef
Tue Mar 02, 2004 7:24 am
Forum: ET Pro Documentation
Topic: pluggable tournament config file format
Replies: 225
Views: 309363

bani wrote:website would be better, then your players can complain about the settings.
Been there, done that. After some flaming and stuff :mrgreen: , we changed the config into something less radical. Now it seems to be accepted, and now people expect this config to be used once ETPro 2.1 is out.
by gwg.Redef
Mon Mar 01, 2004 7:34 am
Forum: ET Pro Documentation
Topic: pluggable tournament config file format
Replies: 225
Views: 309363

bani: Do you need to dl the config from our website, or is it enough for me to keep posting it here?
by gwg.Redef
Sun Feb 29, 2004 3:26 am
Forum: ET Pro Documentation
Topic: pluggable tournament config file format
Replies: 225
Views: 309363

bani wrote:
gwg.Redef wrote:I´m trying again :)
you'll want a sv_cvarempty before the first sv_cvar ...
Hmm. Is it ok now? I just edited the post.
by gwg.Redef
Sun Feb 29, 2004 3:01 am
Forum: ET Pro Documentation
Topic: pluggable tournament config file format
Replies: 225
Views: 309363

command "sv_enable" command "sv_kicklen 1" these are PB commands, not etpro ones 8) you are also missing command "pb_sv_cvar r_nv_fogdist_mode INCLUDE NV" this is really the only pb cvarlimit needed, the rest can be etpro ones I´m trying again :) configname CB&rtcw...
by gwg.Redef
Sun Feb 29, 2004 2:57 am
Forum: ET Pro Documentation
Topic: pluggable tournament config file format
Replies: 225
Views: 309363

gwg.Redef did you even read my post about the stuff in your config becasue you didn't change any of it? ****edit***** I take that back you change the voting thing. What about the PB stuff? Yes I read it. Basically, I wanted to remove the check for r_picmip, r_intensity, r_gamma, r_mapoverbrightbits...
by gwg.Redef
Sun Feb 29, 2004 2:38 am
Forum: ET Pro Documentation
Topic: pluggable tournament config file format
Replies: 225
Views: 309363

gwg.Redef, you keep forgetting: command "sv_cvar r_clamptoedge EQ 1" As bani and i mentioned, you can use this cvar to remove fog when using an ATI card. Yea I know that, and we are probably putting it in. However, its not only an ATI issue. A simple open gl feature in the gfx card settin...
by gwg.Redef
Sat Feb 28, 2004 10:21 am
Forum: ET Pro Documentation
Topic: pluggable tournament config file format
Replies: 225
Views: 309363

Is it not possible to hack the .exe file and make it possible to set r_picimip to like 6 or smth? Now that the source code is out and all... Config looks like this now 8) configname CB&rtcw.no init { setl g_gametype 3 setl g_warmup 15 setl g_doWarmup 1 setl g_voiceChatsAllowed 99 setl g_spectato...
by gwg.Redef
Fri Feb 27, 2004 10:32 am
Forum: ET Pro Documentation
Topic: pluggable tournament config file format
Replies: 225
Views: 309363

New ClanBase & rtcw.no config: configname CB&rtcw.no init { setl g_gametype 3 setl g_warmup 15 setl g_doWarmup 1 setl g_voiceChatsAllowed 99 setl g_spectatorInactivity 0 setl g_antilag 1 setl g_friendlyFire 1 setl g_heavyWeaponRestriction 20 setl g_medicChargeTime 45000 setl g_LTChargeTime 4...
by gwg.Redef
Fri Feb 27, 2004 10:02 am
Forum: ET Pro Documentation
Topic: pluggable tournament config file format
Replies: 225
Views: 309363

great 8)
by gwg.Redef
Fri Feb 27, 2004 8:25 am
Forum: ET Pro Documentation
Topic: pluggable tournament config file format
Replies: 225
Views: 309363

Dunno if this is an etmain or etpro bug, but by doing a /bind x "ui_restart" a client can create a lagging effect to keep himself from drowning and to "walk" over minefields.

Is it possible to disable "ui_restart" in a pluggable server config?
by gwg.Redef
Tue Feb 24, 2004 1:20 am
Forum: ET Pro Documentation
Topic: pluggable tournament config file format
Replies: 225
Views: 309363

map goldrush
{
setl g_userTimeLimit 15
And default tank speed? :shock:
by gwg.Redef
Mon Feb 23, 2004 4:40 am
Forum: ET Pro Documentation
Topic: pluggable tournament config file format
Replies: 225
Views: 309363

thanx.
by gwg.Redef
Sat Feb 21, 2004 3:51 am
Forum: ET Pro Documentation
Topic: pluggable tournament config file format
Replies: 225
Views: 309363

is there a problem having different names on configname and mapscriptdirectory? Like

configname clanbase&rtcw.no
and
setl b_mapscriptdirectory clanwar ?

The config setting will be loading by doing a "/callvote clanwar" right?
by gwg.Redef
Fri Feb 20, 2004 7:30 am
Forum: ET Pro Documentation
Topic: cvar restrictions
Replies: 32
Views: 39439

Seems like the ET engine doesnt recognize values outside 0-3 for r_gamma, r_picmip, r_mapoverbrightbits and r_overbrightbits, and doesnt recongnize value outside 1-1.5 for r_intensity.

Time for some editing again.. 8)