Sides are not munged (missing rep.lvl)

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
User avatar
AhsokaTano
Rebel Sergeant
Rebel Sergeant
Posts: 194
Joined: Mon Aug 29, 2011 10:11 am
Projects :: Kamino Training Map.
Games I'm Playing :: SWBF 2 Skyrim SWTOR
xbox live or psn: ZunaSW
Location: Spain ... I mean, Jedi Temple

Sides are not munged (missing rep.lvl)

Post 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.
User avatar
SWBF3Petition
Private Third Class
Posts: 48
Joined: Tue Jul 02, 2013 10:27 pm
Projects :: Ground to Space Mygeeto
xbox live or psn: No gamertag set

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

Post 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).
User avatar
AhsokaTano
Rebel Sergeant
Rebel Sergeant
Posts: 194
Joined: Mon Aug 29, 2011 10:11 am
Projects :: Kamino Training Map.
Games I'm Playing :: SWBF 2 Skyrim SWTOR
xbox live or psn: ZunaSW
Location: Spain ... I mean, Jedi Temple

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

Post 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
User avatar
SWBF3Petition
Private Third Class
Posts: 48
Joined: Tue Jul 02, 2013 10:27 pm
Projects :: Ground to Space Mygeeto
xbox live or psn: No gamertag set

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

Post 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.
Post Reply