Page 1 of 1

Rep darktrooper

Posted: Fri Feb 01, 2008 5:44 pm
by Grev
I want to get the darktrooper onto the rep side.

I copied it into the
rep. req
Map .lua

What do I do now?

Do I have to add his name to the repshell?

Re: Rep darktrooper

Posted: Fri Feb 01, 2008 5:46 pm
by SilvaDalek
did you get all the mshs, tgas, odfs, etc. related to him in the rep folder?

Re: Rep darktrooper

Posted: Fri Feb 01, 2008 5:48 pm
by MandeRek
The shell.req files refere to units +models which are included in Galactic Conquest unit purchase screen... You don't need them unless you want to replace the common republic side. Copy also all odf, msh and effects file into the proper folder. start looking at the odf, which can be found through the req... The odf will call out for MOST files, though some called files may call out for more other files ^^ Enjoy

Re: Rep darktrooper

Posted: Fri Feb 01, 2008 6:23 pm
by EGG_GUTS
If you just want him in your unit list in the unit menu, you don't need to copy him over to the rep side, you just go like this

Add this under

Code: Select all

ReadDataFile("SIDE\\imp.lvl",
                             "imp_inf_darktrooper")
under

Code: Select all

ReadDataFile("dc:SIDE\\cis.lvl",
                             "cis_inf_???",
                             "cis_inf_???",
                             "cis_inf_???",
                             "cis_inf_???",
                             "cis_hover_aat",
                             "cis_hover_stap")
Then add it in your unit selection.

Re: Rep darktrooper

Posted: Fri Feb 01, 2008 7:28 pm
by Grev
ok, so I add that, and thne in the team layout, instead of jettrooper, I put darktrooper?

Re: Rep darktrooper

Posted: Fri Feb 01, 2008 10:23 pm
by EGG_GUTS
yup, you put imp_inf_darktrooper instead of rep_inf_jettrooper if that's what you wanna replace it with.