Page 1 of 1

New era crash [Solved]

Posted: Sat Feb 13, 2010 3:48 am
by myers73
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.

Re: new era crash

Posted: Sat Feb 13, 2010 3:52 am
by lucasfart
did you change the mission.req name and the RJUg_con.req to RJUs_con.req in the mission folder??

Re: new era crash

Posted: Sat Feb 13, 2010 4:07 am
by myers73
thanks, fixed!

Re: new era crash

Posted: Sat Feb 13, 2010 4:16 am
by lucasfart
myers73 wrote:thanks, fixed!
That was quick :D