Page 1 of 1

Turret trouble [Solved]

Posted: Sun Sep 04, 2016 2:24 am
by SkinnyODST
I placed this turret in my world "tur_bldg_recoilless_kas" (turrets from Kasyyyke). But it makes my game crash. I added it`s name to the tur req but it still crashes. Any thoughts on why?

Re: Turret trouble

Posted: Sun Sep 04, 2016 4:36 am
by thelegend
You placed this turret from the tur side, did you? This side already contains all the turrets you may need. Don't forget to add new placed turrets (from this side) inside your .lua below ReadDataFile (TUR Section).

Re: Turret trouble

Posted: Sun Sep 04, 2016 5:36 am
by SkinnyODST
thelegend wrote:You placed this turret from the tur side, did you? This side already contains all the turrets you may need. Don't forget to add new placed turrets (from this side) inside your .lua below ReadDataFile (TUR Section).

Got it working! I had to use the one from the tur folder as you said AND put it in the lua. Thank you!