Side help
Moderator: Moderators
-
501st_commander
- Master Bounty Hunter

- Posts: 1570
- Joined: Wed Dec 10, 2008 7:48 pm
Side help
I followed the one of the custom side tutorials on [GT] but they won’t show up in the game. All the other edits I made in the ABCc_lua worked but not the side. Can anyone help?
- jedimaster745
- First Lance Corporal

- Posts: 136
- Joined: Sun Sep 07, 2008 5:05 pm
Re: Side help
post your .Lua and i might be able to point out any mistakes
-
501st_commander
- Master Bounty Hunter

- Posts: 1570
- Joined: Wed Dec 10, 2008 7:48 pm
Re: Side help
here it is.
Hidden/Spoiler:
- jedimaster745
- First Lance Corporal

- Posts: 136
- Joined: Sun Sep 07, 2008 5:05 pm
Re: Side help
i would suggest changing the name of your custom side. it doesnt matter what its changed to, but that may be the problem. if you were to change it, you would have to change the folder in your Data_ABC\Sides as well as in Data_ABC\Build\Sides. The .req in your side's folder would also need a name change. Other than that, put the AddUnitClass( blablabla above SetHero Class.
to
and make sure you munge your side when you munge
Hidden/Spoiler:
Hidden/Spoiler:
and make sure you munge your side when you munge
-
Commander_Keller
- Master Sergeant

- Posts: 171
- Joined: Sun Apr 16, 2006 1:16 pm
Re: Side help
i think it should look like this:
...
ReadDataFile("dc: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_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")
...
- jedimaster745
- First Lance Corporal

- Posts: 136
- Joined: Sun Sep 07, 2008 5:05 pm
Re: Side help
i dont think thats his custom side. from the looks of his .lua, thats the normal rep side, and the other rep side is his custom one.Commander_Keller wrote:i think it should look like this:
...
ReadDataFile("dc: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")
...
edit: i think the problem is in your .lua, the custom character is rep_inf_ep3trooper. i think, unless that is how it is defined in the .req, it should be rep_inf_ep3_trooper.
- Fiodis
- Master of the Force

- Posts: 4145
- Joined: Wed Nov 12, 2008 9:27 pm
- Projects :: Rannoch + Tientia + Tools Programming
Re: Side help
Having both a default and a custom REP side in the same map should not bother the LUA. However, Jedimaster is correct that the unit is rep_in_ep3_tooper, not rep_inf_ep3trooper.
Off-topic: Did you see your rank, Jedimaster?
Off-topic: Did you see your rank, Jedimaster?
-
Commander_Keller
- Master Sergeant

- Posts: 171
- Joined: Sun Apr 16, 2006 1:16 pm
Re: Side help
that's the only thing i noticed that maybe an issue. i have only little knowledge about the deeper grounds of modding. perhaps it is not only one factor that is not correct in this lua. but that lays beyond my modding skills.
Last edited by Commander_Keller on Tue Feb 24, 2009 5:42 pm, edited 1 time in total.
- jedimaster745
- First Lance Corporal

- Posts: 136
- Joined: Sun Sep 07, 2008 5:05 pm
Re: Side help
Offtopic: heh. yea...its been there for a while. i changed my email to my active one, so i just need to wait for my rank to be changed.Fiodis wrote:Off-topic: Did you see your rank, Jedimaster?
-
501st_commander
- Master Bounty Hunter

- Posts: 1570
- Joined: Wed Dec 10, 2008 7:48 pm
Re: Side help
I did that but it still won’t work.jedimaster745 wrote: Other than that, put the AddUnitClass( blablabla above SetHero Class.
toHidden/Spoiler:
Hidden/Spoiler:
and make sure you munge your side when you munge
For more information all I did to make my side is I copied the odfs, mshs, and all that other stuff I needed and replaced the TGA with mine that had the same name.
