Inserting .lvl's through a lua
Posted: Fri Oct 14, 2011 7:53 pm
Hey i was wondering how to add rep_hero_fisto through a pre-munged .lvl into my lua im completely clueless what to do 
Get more from your games!
http://www.gametoast.com/
Except skip through the side-creating parts and directly to the unit-lua-loading sections.[b][color=#FF8000]The FAQ / Everything You Need Thread Version 2.0[/color][/b] wrote:...
Sides
... ...
Code: Select all
ReadDataFile("SIDE\\rep.lvl",
"rep_inf_ep3_rifleman",
"rep_inf_ep3_rocketeer",
"rep_inf_ep3_engineer",
"rep_inf_ep3_sniper",
"rep_inf_ep3_officer",
"rep_inf_ep3_jettrooper",
"rep_hover_fightertank",
"rep_hero_anakin",
"rep_hover_barcspeeder")Code: Select all
"rep_inf_ep3_rifleman",
"rep_inf_ep3_rocketeer",
"rep_inf_ep3_engineer",
"rep_inf_ep3_sniper",
"rep_inf_ep3_officer",
"rep_inf_ep3_jettrooper",
"rep_hover_fightertank",
"rep_hero_anakin",
"rep_hover_barcspeeder"Code: Select all
ReadDataFile("SIDE\\rep.lvl",Code: Select all
ReadDataFile("dc:SIDE\\rep.lvl",Code: Select all
ReadDataFile("SIDE\\rep.lvl",
"rep_inf_ep3_rifleman",
"rep_inf_ep3_rocketeer",
"rep_inf_ep3_engineer",
"rep_inf_ep3_sniper",
"rep_inf_ep3_officer",
"rep_inf_ep3_jettrooper",
"rep_hover_fightertank",
"rep_hero_anakin",
"rep_hover_barcspeeder")
ReadDataFile("dc:SIDE\\rep.lvl",
"rep_hero_kitfisto")wrong attitude, please try again...DarthXeon wrote:Dosent help.
Doesn't help who now? I knew what you meant, and that was why I posted the link for you.DarthXeon wrote:Dosent help. What i mean is: I downloaded kit fisto as a .lvl and i want to put him in a
un-finished map.
Had you actually read and understood that tutorial, you wouldn't be asking this. What CressAlbane and DarthD.U.C.K. posted are reiterated portions of said tutorial.would i have to put the .lvl in the Data_Ren/Sides/*** Folder?