Page 1 of 1

Could not open level file [Solved]

Posted: Thu Apr 09, 2015 6:35 pm
by RacoonLR
I've got a weird problem that never happened to me before : (
battlefront is crashing after I started modding again, because
I lost all my data...

I don't know what's wrong so here's the log:

Code: Select all

Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\LuaCallbacks_Mission.cpp(866)
Lua ReadDataFile: Could not open SIDE\pre.lvl

Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\LuaCallbacks_Mission.cpp(866)
Lua ReadDataFile: Could not open SIDE\sep.lvl
uf_updateClassIndex(): Added class:    rep_inf_ep3_rifleman
(the custom level files aren't missing! I've checked it!)

Tell me if you need more information!

Re: Could not open level file

Posted: Thu Apr 09, 2015 6:57 pm
by razac920
I'd hazard a guess that you didn't add dc: when loading your custom sides in the mission script LUA.

Re: Could not open level file

Posted: Thu Apr 09, 2015 7:02 pm
by RacoonLR
razac920 wrote:I'd hazard a guess that you didn't add dc: when loading your custom sides in the mission script LUA.
That was my mistake : D I forgot it, thanks^^