Page 1 of 1

Rain Problem, crashes

Posted: Sat Dec 05, 2009 1:39 pm
by JawaTrooper
When ever i try to add Kamino1.fx, i rename it to abc.fx then the game crashes?


Help :runaway:

Re: Rain Problem, crashes

Posted: Sat Dec 05, 2009 1:56 pm
by fiddler_on_the_roof
can you post your bf2.log please?

Re: Rain Problem, crashes

Posted: Sat Dec 05, 2009 2:45 pm
by JawaTrooper
there are no errors...

when i load the game it takes me back to the desktop

Re: Rain Problem, crashes

Posted: Sat Dec 05, 2009 2:47 pm
by RogueKnight
JawaTrooper wrote:there are no errors...

when i load the game it takes me back to the desktop
There are always errors. Do a search on how to get your error log.

Re: Rain Problem, crashes

Posted: Sat Dec 05, 2009 2:53 pm
by Caleb1117
Did you find and copy over all the textures called for in the Kam.fx?

Also, try removing the water section of the .fx file, unless your map is supposed to have big tiles of water at the bottom too.
Hidden/Spoiler:
[quote]Effect("Water")
{
// general parameters

Tile(4.0,4.0);
MainTexture("kam1_water_2");

FoamTexture("kam1_water");
FoamTile(5.0,5.0);

// ocean parameters
OceanEnable(1);
WindDirection(0.2,1.0);
WindSpeed(25.0);

// water event parameters
WaterRingColor(148, 170, 192,255);
WaterWakeColor(192, 192, 192,255);
WaterSplashColor((192, 192, 192,255);

// PS2 parameters
PS2()
{
Velocity(0.01,0.05);
PhillipsConstant(0.00001);
PatchDivisions(16,16);
LODDecimation(2);

MinDiffuseColor(32, 40, 32, 255);
MaxDiffuseColor(128, 130, 128, 255);
BorderDiffuseColor(160, 160, 160, 255);
SpecularColor(192, 192, 192, 192);
SpeckleSpecularColor(160, 160, 160, 255);
SpeckleAmbientColor(75, 75, 75, 255);
SpeckleTextures("water_specles0", "water_specles1", "water_specles2", "water_specles3");
SpeckleTile(5.0, 5.0);
SpeckleBlendSpeed(4.0);
SpeckleScrollSpeed(0.0,0.0);
SpeckleCoordShift(10.0,10.0);
LightAzimAndElev(1.0,0.0);
}

XBOX()
{
Velocity(0.001,0.005);
PhillipsConstant(0.00001);
PatchDivisions(16,16);
LODDecimation(2);
}

PC()
{
Velocity(0.001,0.005);
PhillipsConstant(0.00001);
PatchDivisions(16,16);
LODDecimation(2);
}

}[/quote]

Re: Rain Problem, crashes

Posted: Tue Dec 08, 2009 2:23 am
by [TFA]Padawan_Fighter
Run BF2_Modtools, and then when it crashes it will post the log.