I'm new to modding and I wanted to know how to add the V19 fighter into my space map.
Please Help, and Thank You
Moderator: Moderators





Code: Select all
ReadDataFile("sound\\yav.lvl;yav1gcw")
ReadDataFile("dc:SIDE\\rep.lvl",
"rep_fly_v19torrent")
ReadDataFile("dc:SIDE\\cis.lvl",
"cis_inf_rifleman",
"cis_inf_rocketeer",
"cis_inf_sniper")

Calling it in the lua is putting dc: before SIDE\\ like this: ReadDataFile("dc:SIDE\\cis.lvl",*Aerrow* wrote:Tried that before but it wouldn't appear in-game, but what do you mean whe you say "call it up in your LUA."

Sorry to go off topic here, but this is the wrong way to do it. That means we get stuck with an extra 40mb+ (remember, that's compressed) when we go to download this map when (if a user follows the documentation and tutorials) you can make a new side that's less than 5mb.CressAlbane wrote:Why not just edit an existing REP side and add the msh, tga, odf, and req files for your V19 then call it up in your LUA?


Code: Select all
ReadDataFile("dc:SIDE\\rep.lvl",
"rep_fly_v19torrent")
ReadDataFile("SIDE\\rep.lvl",
"everything_else")