Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Particle cannon turrets

Page: 1 of 1
 rcduggan
08-20-2006, 5:52 PM
#1
how do you get the Particle Cannon Turrets into your level? (They are the cannnons from Mygeeto and possibly other levels)
 AceMastermind
08-20-2006, 8:57 PM
#2
That weapon name is: "tur_bldg_recoilless_lg"
Located in data_ABC/Side/tur/odf

Open ZE and load your .wld file and go into "object" edit mode.
Then click browse, and browse to,
data_ABC/Side/tur/odf

and find and click on, tur_bldg_recoilless_lg
Then place them on your map wherever you want them.

Then save and close ZE.

Now open your ABCc or g_con.lua and scroll down to:


ReadDataFile("SIDE\\tur.lvl",
"tur_bldg_laser",
"tur_bldg_recoilless_lg",<==============
"tur_bldg_tower")


add the line, "tur_bldg_recoilless_lg"

Then save and munge your "tur" side and "common" together, then go play.
 rcduggan
08-20-2006, 10:34 PM
#3
thanks
Page: 1 of 1