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
-
Xavious
- Sith Master

- Posts: 2783
- Joined: Mon Jun 12, 2006 3:46 pm
Post
by Xavious »
Code: Select all
Message Severity: 3
.\Platform\Pc\pcFirstPerson.cpp(69)
FirstPerson::LoadLVLFile: Could not open FPM\kor\kor.lvl
Whatever it means, its the only Severity 3 error I've got in my log. I've already spent a couple of hours trying to fix it to no avail.
-
trainmaster611
- Sith Lord

- Posts: 1779
- Joined: Thu Aug 24, 2006 5:22 pm
- Projects :: No Mod project currently.
- Games I'm Playing :: I have not listed any games yet
- xbox live or psn: No gamertag set
- Location: Building a railway to Coruscant
-
Contact:
Post
by trainmaster611 »
Go to data_KOR/_LVL_PC/KOR and tell us if the kor.lvl is there at all.
-
Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- Games I'm Playing :: Destiny
- xbox live or psn: No gamertag set
- Location: Indiana
Post
by Teancum »
Those errors are completely ignorable. When you use the
model
{
"kor_1st_mymodel"
}
trick in your custom side you'll get that. It's about the only severity 3 that won't ever cause a crash.
-
Xavious
- Sith Master

- Posts: 2783
- Joined: Mon Jun 12, 2006 3:46 pm
Post
by Xavious »
Problem is I still have a crash. And this is all I've got in the error log:
-
Teancum
- Jedi Admin

- Posts: 11080
- Joined: Wed Sep 07, 2005 11:42 pm
- Projects :: No Mod project currently.
- Games I'm Playing :: Destiny
- xbox live or psn: No gamertag set
- Location: Indiana
Post
by Teancum »
When does it crash? If it crashes at the character select screen then the weapons aren't set up right for a character.
-
Xavious
- Sith Master

- Posts: 2783
- Joined: Mon Jun 12, 2006 3:46 pm
Post
by Xavious »
I can't believe I missed this one:
Code: Select all
Message Severity: 3
.\Source\EntitySoldier.cpp(10680)
Soldier "kor_inf_sith_captain" weapon 2 "kor_weap_inf_vibrosword" not found
Problem solved.