adding water to the map...i need help
Moderator: Moderators
-
sandcrawler
adding water to the map...i need help
i'm trying to add the water from kamino to my map but it keeps crashing...
my .fx file is:
Effect("Wind")
{
Enable(1);
Velocity(1.0, 0.3);
VelocityRange(1.0);
VelocityChangeRate(0.1);
}
Effect("Water")
{
// general parameters
PatchDivisions(8,8);
Tile(2.0,2.0);
// ocean parameters
OceanEnable(0);
// water event parameters
WaterRingColor(148, 170, 192,255);
WaterWakeColor(192, 192, 192,255);
WaterSplashColor((192, 192, 192,255);
DisableLowRes();
Velocity(0.01,0.02);
MainTexture("kam1_water_2.tga");
LODDecimation(1);
RefractionColor(101, 136, 140, 255);
ReflectionColor(150,150,150,150);
UnderwaterColor(242, 101, 34, 128);
FresnelMinMax(0.2,0.7)
//NormalMapTextures("water_normalmap_",16,8.0);
//BumpMapTextures("water_bumpmap_",16,8.0);
//SpecularMaskTextures("water_specularmask_",25, 2.0);
SpecularMaskTile(4.0,4.0);
SpecularMaskScrollSpeed(0.0,0.0);
}
Effect("Lightning")
{
Enable(1);
Color(255, 255, 255);
SunlightFadeFactor(0.1);
SkyDomeDarkenFactor(0.4);
BrightnessMin(1.0);
FadeTime(0.2);
TimeBetweenFlashesMinMax(3.0, 5.0);
TimeBetweenSubFlashesMinMax(0.01, 0.5);
NumSubFlashesMinMax(2, 5);
HorizonAngleMinMax(30, 60);
SoundCrack("kam_amb_thunder");
SoundSubCrack("kam_amb_thundersub");
}
and the lines i added to the .req file are:
REQN
{
"texture"
"kam1_water_2.tga"
}
The water load in the editor but when i mundge and go to test it it crashes
my .fx file is:
Effect("Wind")
{
Enable(1);
Velocity(1.0, 0.3);
VelocityRange(1.0);
VelocityChangeRate(0.1);
}
Effect("Water")
{
// general parameters
PatchDivisions(8,8);
Tile(2.0,2.0);
// ocean parameters
OceanEnable(0);
// water event parameters
WaterRingColor(148, 170, 192,255);
WaterWakeColor(192, 192, 192,255);
WaterSplashColor((192, 192, 192,255);
DisableLowRes();
Velocity(0.01,0.02);
MainTexture("kam1_water_2.tga");
LODDecimation(1);
RefractionColor(101, 136, 140, 255);
ReflectionColor(150,150,150,150);
UnderwaterColor(242, 101, 34, 128);
FresnelMinMax(0.2,0.7)
//NormalMapTextures("water_normalmap_",16,8.0);
//BumpMapTextures("water_bumpmap_",16,8.0);
//SpecularMaskTextures("water_specularmask_",25, 2.0);
SpecularMaskTile(4.0,4.0);
SpecularMaskScrollSpeed(0.0,0.0);
}
Effect("Lightning")
{
Enable(1);
Color(255, 255, 255);
SunlightFadeFactor(0.1);
SkyDomeDarkenFactor(0.4);
BrightnessMin(1.0);
FadeTime(0.2);
TimeBetweenFlashesMinMax(3.0, 5.0);
TimeBetweenSubFlashesMinMax(0.01, 0.5);
NumSubFlashesMinMax(2, 5);
HorizonAngleMinMax(30, 60);
SoundCrack("kam_amb_thunder");
SoundSubCrack("kam_amb_thundersub");
}
and the lines i added to the .req file are:
REQN
{
"texture"
"kam1_water_2.tga"
}
The water load in the editor but when i mundge and go to test it it crashes
- PR-0927
- Old School Staff
- Posts: 844
- Joined: Fri Dec 31, 2004 9:15 pm
- Location: Kent, OH, U.S.A.
-
sandcrawler
umm i'm not sure this is my .req file
ucft
{
REQN
{
"texture"
"kam1_water_2.tga"
}
REQN
{
"config"
}
REQN
{
"class"
}
REQN
{
"texture"
"SDSM_map"
}
REQN
{
"texture"
"platform=pc"
}
REQN
{
"path"
"SDSM"
}
REQN
{
"congraph"
"SDSM"
}
REQN
{
"envfx"
-- "SDSM"
}
REQN
{
"world"
"SDSM"
}
REQN
{
"prop"
-- "SDSM"
}
REQN
{
"boundary"
"SDSM"
}
REQN
{
"config"
-- "flyerspray"
-- "walkerstomp"
-- "hailfire_wake"
-- "dustwake"
}
}
ucft
{
REQN
{
"texture"
"kam1_water_2.tga"
}
REQN
{
"config"
}
REQN
{
"class"
}
REQN
{
"texture"
"SDSM_map"
}
REQN
{
"texture"
"platform=pc"
}
REQN
{
"path"
"SDSM"
}
REQN
{
"congraph"
"SDSM"
}
REQN
{
"envfx"
-- "SDSM"
}
REQN
{
"world"
"SDSM"
}
REQN
{
"prop"
-- "SDSM"
}
REQN
{
"boundary"
"SDSM"
}
REQN
{
"config"
-- "flyerspray"
-- "walkerstomp"
-- "hailfire_wake"
-- "dustwake"
}
}
-
Saturn_V
- Emperor's Hand
- Posts: 487
- Joined: Sun Dec 26, 2004 12:11 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Contact:
- PR-0927
- Old School Staff
- Posts: 844
- Joined: Fri Dec 31, 2004 9:15 pm
- Location: Kent, OH, U.S.A.
-
Saturn_V
- Emperor's Hand
- Posts: 487
- Joined: Sun Dec 26, 2004 12:11 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Contact:
-
Saturn_V
- Emperor's Hand
- Posts: 487
- Joined: Sun Dec 26, 2004 12:11 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Contact:
-
Darth-Derkie
- 1st Lieutenant

- Posts: 453
- Joined: Thu Feb 03, 2005 6:32 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: The Netherlands
- PR-0927
- Old School Staff
- Posts: 844
- Joined: Fri Dec 31, 2004 9:15 pm
- Location: Kent, OH, U.S.A.
-
sandcrawler
- PR-0927
- Old School Staff
- Posts: 844
- Joined: Fri Dec 31, 2004 9:15 pm
- Location: Kent, OH, U.S.A.
-
sandcrawler
-
sandcrawler
ok it works now thanks...i ran it and this is the error log it gave.
Opened logfile BFront.log 2005-02-08 1906
Message Severity: 2
.\movie\RedMovie.cpp(467)
Segment 0x750e1643 does not exist in movie 0xb86e8e36
Message Severity: 2
.\movie\RedMovie.cpp(467)
Segment 0xd9865a03 does not exist in movie 0xb86e8e36
Message Severity: 2
.\movie\RedMovie.cpp(467)
Segment 0x750e1643 does not exist in movie 0xb86e8e36
Opened logfile BFront.log 2005-02-08 1906
Message Severity: 2
.\movie\RedMovie.cpp(467)
Segment 0x750e1643 does not exist in movie 0xb86e8e36
Message Severity: 2
.\movie\RedMovie.cpp(467)
Segment 0xd9865a03 does not exist in movie 0xb86e8e36
Message Severity: 2
.\movie\RedMovie.cpp(467)
Segment 0x750e1643 does not exist in movie 0xb86e8e36
