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

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
Fives01st
Posts: 3
Joined: Mon Sep 14, 2020 4:40 pm
Projects :: The ways of the past
Games I'm Playing :: Battlefront 2
xbox live or psn: No gamertag set

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

Post 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.
User avatar
AnthonyBF2
Sith
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

Post 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.
Fives01st
Posts: 3
Joined: Mon Sep 14, 2020 4:40 pm
Projects :: The ways of the past
Games I'm Playing :: Battlefront 2
xbox live or psn: No gamertag set

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

Post by Fives01st »

Alright thanks.
Post Reply