Page 1 of 1

Sides are not munged (missing rep.lvl)

Posted: Sat Jul 13, 2013 4:02 pm
by AhsokaTano
Hi.
I don't know why, but now, when I munge my map and I try to play it, it crashes, and in the BFlog say this:
Hidden/Spoiler:
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\LuaCallbacks_Mission.cpp(866)
Lua ReadDataFile: Could not open dc:SIDE\rep.lvl
I can't find the solution. It started to give me this error when I deleted my map and make it again. I searched in \data\_LVL_PC\SIDE of my map, and in that folder isn't the rep.lvl. There is nothing...

This is my lua (sides part):
Hidden/Spoiler:
ReadDataFile("sound\\yav.lvl;yav1cw")
ReadDataFile("dc:SIDE\\rep.lvl",
"new_soldier")

ReadDataFile("SIDE\\cis.lvl",
"cis_inf_rifleman",
"cis_inf_rocketeer",
"cis_inf_engineer",
"cis_inf_sniper",
"cis_inf_officer",
"cis_inf_droideka",
"cis_hero_darthmaul",
"cis_hover_aat")


ReadDataFile("SIDE\\tur.lvl",
"tur_bldg_laser",
"tur_bldg_tower")

SetupTeams{
rep = {
team = REP,
units = 20,
reinforcements = 150,
assault = { "new_soldier",1,4},

},
cis = {
team = CIS,
units = 20,
reinforcements = 150,
soldier = { "cis_inf_rifleman",9, 25},
assault = { "cis_inf_rocketeer",1, 4},
engineer = { "cis_inf_engineer",1, 4},
sniper = { "cis_inf_sniper",1, 4},
officer = {"cis_inf_officer",1, 4},
special = { "cis_inf_droideka",1, 4},
}
}

SetHeroClass(CIS, "cis_hero_darthmaul")
SetHeroClass(REP, "rep_hero_anakin")

How can I solve this? I made the map two times, and it gives me the same error. Maybe, reinstalling the Mod Tools?

Thanks.

Re: Sides are not munged (missing rep.lvl)

Posted: Sun Jul 14, 2013 1:26 am
by SWBF3Petition
Try a clean or manual clean before you re-install.

Also, if you installed to a location other than your C:\ drive, that can cause problems (or so the installer says).

Re: Sides are not munged (missing rep.lvl)

Posted: Sun Jul 14, 2013 4:45 am
by AhsokaTano
Hmm... I'm trying that, but I can't find data_***/_BUILD/SIDES/***/MUNGED/PC because when I do the munge to my map, it never munge the sides (I select everything). And also, when I munge, it takes A LONG time, and never finishes. It is munge right now, It started 9 minutes ago. I don't know why, but when I don't select the sides, It munge without problems.
Yes, I know what Teancum writed: Never stop a munge and it'll only go slow with new models you are munging.
I have a new model for my unit, and in the head it has like 2000 vertex.
Maybe I need to wait for the munge finish, but it takes a long time, and I don't know if it will finish.


EDIT: I waited, like 30 minutes, and it finished. It's solved! Thanks!! :DD

Re: Sides are not munged (missing rep.lvl)

Posted: Sun Jul 14, 2013 6:06 pm
by SWBF3Petition
Glad to hear your issue is resolved! If you wouldn't mind, please edit the tile to say "Solved" somewhere. That helps people find the solution to their problem easier.