Big Issue

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
User avatar
destos
Chief Warrant Officer
Chief Warrant Officer
Posts: 349
Joined: Sat Sep 22, 2007 10:37 pm

Big Issue

Post by destos »

ok so on one of my maps i am currently making i tried to make it rain by editing the fx file like i was told to do by some1. then all of a sudden everytime i play the map i get a new sort of crash instead of just stopping swbf2 i get a window that says swbf2 has received an error and has to close down and stuff like that. when i treid on the mod tools the map was stuck on the load screen and i had to ctr alt delete to shut it down. when i looked at the log this was all i received.
Hidden/Spoiler:
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
i have no idea what these means..... any ideas?

also here is my fx file
Hidden/Spoiler:
Effect("Precipitation")
{
Enable(1);
Type("Quads");
Texture("fx_rain");
ParticleSize(0.04);
Color(220,220,230);
Range(15.0);
Velocity(-0.05);
VelocityRange(1.25);
{
ParticleDensity(200.0);
}
XBOX()
{
ParticleDensity(200.0);
}
PC()
{
ParticleDensity(150.0);
}
ParticleDensityRange(0.0);
CameraCrossVelocityScale(1.0);
CameraAxialVelocityScale(1.0);
AlphaMinMaxRange(0.3, 0.45);
RotationRange(2.0);
}
thats all i did to the map before this error happened....
Post Reply