what i need cange in options?
Forum




turret
14 replies



what i need cange in options?
for building you have to enter the building name, e.g. WALL III or Turret

either enter it in the console or add it to sys/autoexec.cfg (open with texteditor)
edit: making a Lua script for that is not a good idea. it's easier to write it to a cfg file directly!







1
2
3
2
3
mp_building_limit "Turret" 999999 mp_building_limit "Dispenser" 3 mp_building_limit "Supply" 50





1
2
3
4
5
6
7
2
3
4
5
6
7
mp_building_price"Turret" 0 mp_building_price"Dispenser" 0 mp_building_price"Supply" 0 mp_building_health"Turret" xyz mp_building_health"Dispenser" xyz mp_building_health"Supply" xyz
edited 2×, last 16.05.09 09:47:44 pm

http://www.cs2d.unrealsoftware.de/help.php?cat=all
some additional commands are listed in changelog.txt in your cs2d folder.



