Few Modding questions

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
Moving_Target
Master Bounty Hunter
Master Bounty Hunter
Posts: 1670
Joined: Sat Oct 22, 2005 10:16 pm
Location: Here

Few Modding questions

Post by Moving_Target »

Hello there! 2 questions i got. Terrible sry if any of these were already answered.

1. I placed objects in ZE and munge, but once i test it after i munged it none of hte objects appear ingame.

2. Simple really. If i want Ep2 clones all i have to do is go to the lua and change all, but hte commander from Ep3 to Ep2. right?

Thanks in Advance!
Squirrel7Hunter

Post by Squirrel7Hunter »

do u know about odf. and msh. files?

and for the ep2 clones, make sure you change then in both spots in the lua.

ReadDataFile("dc:SIDE\\new.lvl",
--"new_inf_ep3_rifleman",
"rep_inf_ep3_rocketeer",
"rep_inf_ep3_engineer",
"rep_inf_ep3_sniper",
"rep_walk_atte",
"rep_walk_atxt",
"rep_hero_obiwan",
"rep_inf_ep2_marine",
"rep_inf_ep3_jettrooper")
here and.....

rep = {
team = REP,
units = 105,
reinforcements = 1500,
--soldier = { "new_inf_ep3_rifleman",1, 25},
assault = { "rep_inf_ep3_rocketeer",1, 25},
engineer = { "rep_inf_ep3_engineer",1, 15},
sniper = { "rep_inf_ep3_sniper",1, 20},
officer = { "rep_inf_ep2_marine",1, 20},
special = { "rep_inf_ep3_jettrooper",1, 15},


here
Moving_Target
Master Bounty Hunter
Master Bounty Hunter
Posts: 1670
Joined: Sat Oct 22, 2005 10:16 pm
Location: Here

Post by Moving_Target »

Thanks squirrel7hunter. Yeah i do know about the odfs and msh files. Maybe i forgot to copy some. Thanks agian!
RC-1290

Post by RC-1290 »

And make sure you place the odf in stead of the msh
Post Reply