in my addme.lua i changed
sp_missionselect_listbox_contents[sp_n+1] = { isModLevel = 1, mapluafile = "RJU%s_%s", era_g = 1, mode_con_g = 1,}
to
sp_missionselect_listbox_contents[sp_n+1] = { isModLevel = 1, mapluafile = "RJU%s_%s", era_s = 1, mode_con_s = 1,}
and
AddDownloadableContent("RJU","RJUg_con",4)
to
AddDownloadableContent("RJU","RJUs_con",4)
then changed the LUA name from RJUg_con to RJUs_con
when I load up the map I get the same crash as if im over the 500 mission limit.
New era crash [Solved]
Moderator: Moderators
-
myers73
- Lieutenant General

- Posts: 690
- Joined: Fri Apr 03, 2009 11:04 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Atlanta, GA xfire=myers73 IngameName=mYers
- lucasfart
- Sith

- Posts: 1440
- Joined: Tue Feb 24, 2009 5:32 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Australia
Re: new era crash
did you change the mission.req name and the RJUg_con.req to RJUs_con.req in the mission folder??
-
myers73
- Lieutenant General

- Posts: 690
- Joined: Fri Apr 03, 2009 11:04 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Atlanta, GA xfire=myers73 IngameName=mYers
Re: new era crash
thanks, fixed!
- lucasfart
- Sith

- Posts: 1440
- Joined: Tue Feb 24, 2009 5:32 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Australia
Re: new era crash
That was quickmyers73 wrote:thanks, fixed!
