Page 1 of 1

Error log [Solved]

Posted: Sat Apr 11, 2015 7:12 am
by DrDrSheldonLeeCooper
Hey I hexedited a unit to have more skins for one unit.
But now I get this error :
Hidden/Spoiler:
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Platform\PC\pcFirstPerson.cpp(69)
FirstPerson::LoadLVLFile: Could not open FPM\SIDEID\SIDEID.lvl

Message Severity: 3
C:\Battlefront2\main\Battlefront2\Platform\PC\pcFirstPerson.cpp(69)
FirstPerson::LoadLVLFile: Could not open FPM\SIDE_name\SIDE_name.lvl
ifs_sideselect_fnEnter(): Map does not support custom era teams
ifs_sideselect_fnEnter(): The award settings file exists
ifs_sideselect_fnEnter(): Starting to remove award effects...
ifs_sideselect_fnEnter(): Finished removing award effects.

Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\LoadUtil.cpp(829)
Unable to find level chunk rep_inf_ep3_engineer2 in C:\Program Files (x86)\LucasArts\Star Wars Battlefront II\GameData\AddOn\MEL\Data\_lvl_pc\SIDE\rep.lvl


Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\LoadUtil.cpp(1019)
Unable to find level chunk in dc:SIDE\rep.lvl

Re: Error log

Posted: Sat Apr 11, 2015 7:59 am
by Teancum
Two things:

1. Please be more descriptive in your topic title. "Error log" doesn't help us much when looking for topics to help with.

2. Did you have errors during the munge? I'm guessing you did. Warnings are OK, but if you have errors, don't even bother trying to play the map until they are fixed. Please check the munge log.

Re: Error log

Posted: Sat Apr 11, 2015 8:21 am
by DrDrSheldonLeeCooper
These are the only errors I get

Re: Error log [Solved]

Posted: Sat Apr 11, 2015 9:26 am
by thelegend
If you hexedit a model so it reads another texture file then you must make sure the name (of the new texture) has so many letters as the default texture your model actually reads. (e.g. ep3trooper.tga >[hexedited] ep4trooper.tga) The name won't matter. Just keep the amount of the letters the same as before.
DrDrSheldonLeeCooper wrote:Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\LoadUtil.cpp(1019)
Unable to find level chunk in dc:SIDE\rep.lvl
It says it can't read a chunk model (I guess). It might be more helpful if you describe in step for step what you have done before you got these error messages.

Re: Error log [Solved]

Posted: Sat Apr 11, 2015 9:28 am
by DrDrSheldonLeeCooper
thank you :)