Spawn Points Magically Vanished (Plus more probs)

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
RevanSithLord
Sith Master
Sith Master
Posts: 2636
Joined: Mon Nov 07, 2005 12:40 am
Projects :: Designated Days + LFC + GT vs SWBFC
Games I'm Playing :: FO3 + FO New Vegas
xbox live or psn: Master Revan
Location: GDSS Philadelphia

Spawn Points Magically Vanished (Plus more probs)

Post by RevanSithLord »

This is wierd. I changed nothing regarding the CP's in my .lua or the map editor, and in-game they are just not available. Just gone. Not able to select a single one. I didn't notice anything that anyone experienced this before or if someone had answered it, but it's pissing me off to no end. I wanna be able to spawn so that I can show off what I have been doing in my Endor map. But I have no idea what can cause this. Any thoughts? I wasn't even going to touch the CP's until I polished everything up. <_<

Edit- Okay. I MUST have screwed something up, BAD!

Code: Select all

Message Severity: 3
.\Source\Weapon.cpp(2044)
Weapon "imp_weap_inf_pistol" missing geometry "imp_weap_inf_pistol"

Message Severity: 3
.\Source\Weapon.cpp(2044)
Weapon "imp_weap_award_pistol" missing geometry "imp_weap_inf_pistol"

Message Severity: 3
C:\Battlefront2\main\PebbleFL\Common\PblConfig.cpp(9)
PblConfig: invalid config; 'SCOP' chunk expected
chunk.GetId() == _ID( 'S', 'C', 'O', 'P' )

Message Severity: 3
c:\battlefront2\main\pebblefl\common\PblConfig.h(30)
PblConfig: invalid config; 'DATA' chunk expected
chunk.GetId() == _ID( 'D', 'A', 'T', 'A' )

Message Severity: 3
c:\battlefront2\main\pebblefl\common\PblConfig.h(30)
PblConfig: invalid config; 'DATA' chunk expected
chunk.GetId() == _ID( 'D', 'A', 'T', 'A' )

Message Severity: 3
c:\battlefront2\main\pebblefl\common\PblConfig.h(30)
PblConfig: invalid config; 'DATA' chunk expected
chunk.GetId() == _ID( 'D', 'A', 'T', 'A' )

Message Severity: 3
c:\battlefront2\main\pebblefl\common\PblConfig.h(35)
PblConfig: invalid config; 'DATA' chunk with invalid string table
m_uiNumArgs*4 + uiStringTableLen <= CONFIG_MAX_DATA_ARGS*4
User avatar
Fiodis
Master of the Force
Master of the Force
Posts: 4145
Joined: Wed Nov 12, 2008 9:27 pm
Projects :: Rannoch + Tientia + Tools Programming

Re: Spawn Points Magically Vanished (Plus more probs)

Post by Fiodis »

The first two are self-explanatory; the next four are not. Eh.... I'd take a rough guess at a scripting error. Did you do any scripting?
RevanSithLord
Sith Master
Sith Master
Posts: 2636
Joined: Mon Nov 07, 2005 12:40 am
Projects :: Designated Days + LFC + GT vs SWBFC
Games I'm Playing :: FO3 + FO New Vegas
xbox live or psn: Master Revan
Location: GDSS Philadelphia

Re: Spawn Points Magically Vanished (Plus more probs)

Post by RevanSithLord »

Like .lua, .odf, and .msh scripting? No on .lua and .odf. I think I did something .msh wise, but to be honest, I forgot.

Wierd thing is, I had the same Imperial weapon stuff before and it gave me no problems! I did nothing to the Imperial weapons. >_<
YaNkFaN
Field Commander
Field Commander
Posts: 943
Joined: Sat Dec 13, 2008 8:17 am

Re: Spawn Points Magically Vanished (Plus more probs)

Post by YaNkFaN »

if you have a custom imperial side click ctrl+f and search for that file (it should be a .msh) if you can find it go back to the shipped imperial side and do the same thing and when you find it copy it over.

the others i have no idea

also for the first two check the pistol .odf cause it could just be a spelling error on your part.
RevanSithLord
Sith Master
Sith Master
Posts: 2636
Joined: Mon Nov 07, 2005 12:40 am
Projects :: Designated Days + LFC + GT vs SWBFC
Games I'm Playing :: FO3 + FO New Vegas
xbox live or psn: Master Revan
Location: GDSS Philadelphia

Re: Spawn Points Magically Vanished (Plus more probs)

Post by RevanSithLord »

Thanks. I'll try that.
RevanSithLord
Sith Master
Sith Master
Posts: 2636
Joined: Mon Nov 07, 2005 12:40 am
Projects :: Designated Days + LFC + GT vs SWBFC
Games I'm Playing :: FO3 + FO New Vegas
xbox live or psn: Master Revan
Location: GDSS Philadelphia

Re: Spawn Points Magically Vanished (Plus more probs)

Post by RevanSithLord »

Update -- I cleared the Imperial Weapons error bit. Now for the other one. I have NO idea what it's on about. <_< I'm going to take a look through any .msh files I may have edited or something to see if I screwed up somewhere... then I am going to try again. Wish me luck.
Post Reply