Custom Vehicles

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

RogueKnight
Space Ranger
Posts: 2512
Joined: Sat Nov 22, 2008 1:50 pm
Projects :: Life. Work.
Games I'm Playing :: League of Legends
xbox live or psn: No gamertag set
Location: Washington, US

Re: Custom Vehicles

Post by RogueKnight »

Code: Select all

Message Severity: 3
.\Source\LoadUtil.cpp(1019)
Unable to find level chunk in dc:BOG\geo1.lvl
I'm assuming that's your side chunk that's missing?

EDIT: original post too stupid.....
User avatar
General_Nate
Lieutenant General
Lieutenant General
Posts: 689
Joined: Sun Jun 28, 2009 4:01 pm
Projects :: None because BFII is not working
Games I'm Playing :: Minecraft
xbox live or psn: No gamertag set
Location: 127.0.0.1

Re: Custom Vehicles

Post by General_Nate »

DarthRogueKnight wrote:

Code: Select all

Message Severity: 3
.\Source\LoadUtil.cpp(1019)
Unable to find level chunk in dc:BOG\geo1.lvl
I'm assuming that's your side chunk that's missing?

EDIT: original post too stupid.....
No..... That was from a map I downloded.

Here is the test map's .odf
Hidden/Spoiler:
ReadDataFile("ingame.lvl")


SetMaxFlyHeight(200)
SetMaxPlayerFlyHeight (200)

SetMemoryPoolSize ("ClothData",20)
SetMemoryPoolSize ("Combo",50) -- should be ~ 2x number of jedi classes
SetMemoryPoolSize ("Combo::State",650) -- should be ~12x #Combo
SetMemoryPoolSize ("Combo::Transition",650) -- should be a bit bigger than #Combo::State
SetMemoryPoolSize ("Combo::Condition",650) -- should be a bit bigger than #Combo::State
SetMemoryPoolSize ("Combo::Attack",550) -- should be ~8-12x #Combo
SetMemoryPoolSize ("Combo::DamageSample",6000) -- should be ~8-12x #Combo::Attack
SetMemoryPoolSize ("Combo::Deflect",100) -- should be ~1x #combo

ReadDataFile("sound\\yav.lvl;yav1cw")
ReadDataFile("SIDE\\rep.lvl",
"rep_inf_ep3_rifleman",
"rep_inf_ep3_rocketeer",
"rep_inf_ep3_engineer",
"rep_inf_ep3_sniper",
"rep_inf_ep3_officer",
"rep_inf_ep3_jettrooper",
"rep_hero_yoda",
"rep_fly_vwing")
ReadDataFile("SIDE\\cis.lvl",
"cis_inf_rifleman",
"cis_inf_rocketeer",
"cis_inf_engineer",
"cis_inf_sniper",
"cis_inf_officer",
"cis_inf_droideka",
"cis_hero_darthmaul")


ReadDataFile("SIDE\\all.lvl",
"all_droid_r2d2")

ReadDataFile("dc:SIDE\\ran.lvl",
"ran_inf_rancor")

ReadDataFile("dc:SIDE\\car.lvl",
"camry",
"explorer")

ReadDataFile("SIDE\\imp.lvl",
"imp_droid_probe")

ReadDataFile("dc:SIDE\\rbr.lvl",
"all_fly_blockaderunner")

ReadDataFile("SIDE\\gam.lvl",
"gam_inf_gamorreanguard")

ReadDataFile("dc:SIDE\\guard.lvl",
"imp_inf_royalguard")
And yes, it was stupid. But that was when I first joined and didn't know any better. :jab:
RogueKnight
Space Ranger
Posts: 2512
Joined: Sat Nov 22, 2008 1:50 pm
Projects :: Life. Work.
Games I'm Playing :: League of Legends
xbox live or psn: No gamertag set
Location: Washington, US

Re: Custom Vehicles

Post by RogueKnight »

General_Nate wrote:
DarthRogueKnight wrote:

Code: Select all

Message Severity: 3
.\Source\LoadUtil.cpp(1019)
Unable to find level chunk in dc:BOG\geo1.lvl
I'm assuming that's your side chunk that's missing?

EDIT: original post too stupid.....
No..... That was from a map I downloded.
Whaaaat? that makes no sense to me. You posted an error log of a map you downloaded?
User avatar
General_Nate
Lieutenant General
Lieutenant General
Posts: 689
Joined: Sun Jun 28, 2009 4:01 pm
Projects :: None because BFII is not working
Games I'm Playing :: Minecraft
xbox live or psn: No gamertag set
Location: 127.0.0.1

Re: Custom Vehicles

Post by General_Nate »

That error log was from the last map played. I'm confused to. The last map played was the test map. The odf is above and as you can see i'm loading no such file.
RogueKnight
Space Ranger
Posts: 2512
Joined: Sat Nov 22, 2008 1:50 pm
Projects :: Life. Work.
Games I'm Playing :: League of Legends
xbox live or psn: No gamertag set
Location: Washington, US

Re: Custom Vehicles

Post by RogueKnight »

General_Nate wrote:That error log was from the last map played. I'm confused to. The last map played was the test map. The odf is above and as you can see i'm loading no such file.
So, you played your test map, it crashed, then you posted this error log?
User avatar
General_Nate
Lieutenant General
Lieutenant General
Posts: 689
Joined: Sun Jun 28, 2009 4:01 pm
Projects :: None because BFII is not working
Games I'm Playing :: Minecraft
xbox live or psn: No gamertag set
Location: 127.0.0.1

Re: Custom Vehicles

Post by General_Nate »

Yes, I played the test map, which had the blockaderunner, I walked up to it, and tryed to get in. That's when it bombed, when I pressed the "get in" key. So then I posted the edited .log here. And now I'm talking to you. :lol:

EDIT------

Ok, it now works. The problem was the weapons. But now, the camara is WAYYYYYY wrong. So, I've made a new topic HERE.
Post Reply