Edit stock Infantry unit skins via Lua?
Posted: Fri Jun 27, 2014 12:36 pm
I'm trying to replace the Felucia default infantry units with the Sniper forest skin. I was looking at the lua, and I was wondering if it was possible to edit the code so
units are in the appropriate environment skin.
Thanks!
- Modified
units are in the appropriate environment skin.
Code: Select all
ReadDataFile("SIDE\\rep.lvl",
"rep_inf_ep3_rifleman",
"rep_inf_ep3_rocketeer",
"rep_inf_ep3_engineer",
"rep_inf_ep3_sniper_felucia",
"rep_inf_ep3_jettrooper",
"rep_inf_ep3_officer",
"rep_hero_aalya",
"rep_walk_oneman_atst")- Modified