Page 1 of 1

Some Severity 3 errors that I don’t know how to fix

Posted: Mon Nov 30, 2020 8:18 pm
by Fives01st
Alright, this isn’t for my map but I am trying to help lol. They are getting these 3 errors;

Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\LoadUtil.cpp(829)
Unable to find level chunk imp_cap_stardestroyer_dome in data\_lvl_pc\SIDE\imp.lvl


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


Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\Ordnance.cpp(424)
Ordnance base class "com_weap_veh_fly_multilasers_ord" not found


I haven’t messed around with anything that could give me these errors so I don’t know how to fix them. Any help would be appreciated!

Note: I looked at that list of errors already and didn’t find a fix.

Re: Some Severity 3 errors that I don’t know how to fix

Posted: Mon Nov 30, 2020 10:15 pm
by AnthonyBF2
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\Ordnance.cpp(424)
Ordnance base class "com_weap_veh_fly_multilasers_ord" not found

You can solve this issue by copying the common folder from sides\assets\ and pasting it inside your mod's sides folder, then munge again.

The other two errors mean that there is literally missing models/odfs from imp.lvl.

Re: Some Severity 3 errors that I don’t know how to fix

Posted: Tue Dec 01, 2020 10:13 am
by Fives01st
Alright thanks.