Page 1 of 1

Chaingun [Solved]

Posted: Sat Aug 30, 2014 5:25 pm
by jojo3450
1)How do I make the stock chain gun be usable?

2)when I set

Code: Select all

SetUberMode(1);
and put units to 500 and reinforcements to 1000 I can only play as team 1 and cant play as team 2 why is that?

Re: chaingun

Posted: Sat Aug 30, 2014 5:49 pm
by Marth8880
jojo3450 wrote:1)How do I make the stock chain gun be usable?
What do you mean? The model? ODF? What? It's all unbroken and usable. :?
jojo3450 wrote:2)when I set

Code: Select all

SetUberMode(1);
and put units to 500 and reinforcements to 1000 I can only play as team 1 and cant play as team 2 why is that?
See here: http://www.gametoast.com/viewtopic.php?f=27&t=12147

Re: chaingun

Posted: Sat Aug 30, 2014 10:33 pm
by jojo3450
so I put the chaingun and chaingun_tripod In game i can not use them they cant be entered

Re: Chaingun [Solved]

Posted: Sun Aug 31, 2014 9:41 am
by hunpeter12
Oh, so you meant the turret.
Add the red lines in your LUA:
ReadDataFile("SIDE\\tur.lvl",
"tur_bldg_laser",
"tur_bldg_tower", -- don't forget the comma
"tur_bldg_chaingun",
"tur_bldg_chaingun_tripod"
)

But you won't be able to enter the "tur_bldg_chaingun_tripod" because it's automated. If you don't want to build your turret with a fusion cutter,
use "tur_bldg_built_chaingun" instead of "tur_bldg_chaingun" both in ZeroEditor and your LUA.
Hope I helped.

EDIT: Nevermind. I've just noticed that it was already solved.