Page 1 of 1

A Few Simple Questions

Posted: Thu Jan 27, 2005 2:28 am
by gjrc
hi,


i have placed the line:

b_forcecvar r_drawfoliage 0


in my etpro radar.script file. right at teh top of the file. this does not seem to work? why?


also if i place the line:


say CP ^yBack Door Can Now Be Destroyed


at the top of etpro battery.script will that display a message to everyone?

thanks in advance

:)

Posted: Thu Jan 27, 2005 3:19 am
by Deus
i guess this will not work in *.script files

but it into *.cfg

and its it only "cp blah" not "say CP blah"

Posted: Thu Jan 27, 2005 3:42 am
by bani
because b_forcecvar doesnt exist? :roll:

Posted: Thu Jan 27, 2005 7:32 am
by gjrc
ok then just forcecvar


so which cfg do i put it into?

i dont have one for radar? how does it know which cfg is for which map?


i seem to have screwed the two levels now :(

Posted: Thu Jan 27, 2005 8:01 am
by gotenks
in a file called
mapdefault_radar.cfg

Code: Select all

forcecvar r_drawfoliage 0
in a file called
mapdefault.cfg

Code: Select all

forcecvar r_drawfoliage 1
[/code]

Posted: Thu Jan 27, 2005 12:35 pm
by tdg_sparky
Just a suggestion, put it in mapdefault and dont bother making a mapdefault_radar because removing foliage is a good thing, btw i dont know any other map that has foliage.

Posted: Thu Jan 27, 2005 1:57 pm
by Nail
foliage is leaves as well as grass,

Posted: Thu Jan 27, 2005 3:58 pm
by DG
quite a few (most?) have the odd bit of foliage here and there that you barely notice, though radar is the only map that has noticable foliage that is toggled with r_drawfoliage, afaik anyway.

Posted: Thu Jan 27, 2005 4:06 pm
by hiro
the map Bergen has a bit of grass in the initial stage that is worth removing for matches.

Posted: Fri Jan 28, 2005 6:13 pm
by Threshold
gotenks wrote:in a file called
mapdefault_radar.cfg

Code: Select all

forcecvar r_drawfoliage 0
in a file called
mapdefault.cfg

Code: Select all

forcecvar r_drawfoliage 1
[/code]
What he said. trust me it works :)

Posted: Mon Jan 31, 2005 3:45 am
by gjrc
thanks


i have tried this but it does not do anything?

where do i put the cfg files? in etmain?

Posted: Mon Jan 31, 2005 3:28 pm
by EagleReloaded
In /etpro/

Posted: Tue Feb 01, 2005 1:11 am
by gjrc
sorry guys - i have done exactly as suggested, but it still does not do anything.

i have the mapdefault_radar.cfg in both etmain and etpro, but it still does not do anything.

i have reset server a number of times but it still wont work. the cfg file is not picked up?

i want to force all players on my server to have grass removed


thanks again

Posted: Thu Feb 03, 2005 12:20 am
by gjrc
can anyone help me out?


its just not working?