How to put turrets in map? [Solved]
Moderator: Moderators
-
^_^face
How to put turrets in map? [Solved]
I'm wanting to put the turrets from mygeeto into my map but I don't know how, can I get some help please.
-
Squirrel7Hunter
open up ze, go to objects, browse in your sides/tur folder and select which turrent you want. remeber the name of the turrent becasue you have to add it to your lua.
add the name here, these are excamples that you dont have to use. To find out which turrents are on mygeeto, open up mygeeto in ze and select the turrents to find out their name, or look in mygeetos lua under the turrents side and copy that name into yur lua.
ReadDataFile("SIDE\\tur.lvl",
"tur_bldg_laser",
"tur_bldg_chaingun_tripod")
add the name here, these are excamples that you dont have to use. To find out which turrents are on mygeeto, open up mygeeto in ze and select the turrents to find out their name, or look in mygeetos lua under the turrents side and copy that name into yur lua.
ReadDataFile("SIDE\\tur.lvl",
"tur_bldg_laser",
"tur_bldg_chaingun_tripod")
-
Squirrel7Hunter
-
^_^face
