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.
Some Severity 3 errors that I don’t know how to fix
Moderator: Moderators
-
- Posts: 3
- Joined: Mon Sep 14, 2020 4:40 pm
- Projects :: The ways of the past
- xbox live or psn: No gamertag set
- AnthonyBF2
- Sith
- Posts: 1255
- Joined: Wed Aug 21, 2013 3:55 pm
- Projects :: PS2+PSP Overhaul
Re: Some Severity 3 errors that I don’t know how to fix
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.
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.
-
- Posts: 3
- Joined: Mon Sep 14, 2020 4:40 pm
- Projects :: The ways of the past
- xbox live or psn: No gamertag set
Re: Some Severity 3 errors that I don’t know how to fix
Alright thanks.