How can I add snow to my map? [Solved]

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
G_M_StYlEr_M
Rebel Sergeant
Rebel Sergeant
Posts: 194
Joined: Wed Oct 01, 2008 5:59 am
Projects :: No Mod project currently.
Games I'm Playing :: Minecraft XD
xbox live or psn: No gamertag set
Location: germany
Contact:

How can I add snow to my map? [Solved]

Post by G_M_StYlEr_M »

how can i make my map snowing?
thx in advance !
Last edited by G_M_StYlEr_M on Mon Jan 19, 2009 11:56 am, edited 1 time in total.
YaNkFaN
Field Commander
Field Commander
Posts: 943
Joined: Sat Dec 13, 2008 8:17 am

Re: how can i make my map snowy ?

Post by YaNkFaN »

well first you need the right textures and lighting and yea that's not what i think you want.

If you want it to actually snow in your map you could a) search and most likely find something on the forum or i'll just tell you

you need to go into a snowy level *cough hoth cough* and find the file hoth1.fx

copy this into data_abc/worlds/abc/world1 and rename it abc.fx then if you want it to snow heavier you can tweak the numbers in the .fx file
User avatar
G_M_StYlEr_M
Rebel Sergeant
Rebel Sergeant
Posts: 194
Joined: Wed Oct 01, 2008 5:59 am
Projects :: No Mod project currently.
Games I'm Playing :: Minecraft XD
xbox live or psn: No gamertag set
Location: germany
Contact:

Re: how can i make my map snowy ?

Post by G_M_StYlEr_M »

YaNkFaN wrote:well first you need the right textures and lighting and yea that's not what i think you want.

If you want it to actually snow in your map you could a) search and most likely find something on the forum or i'll just tell you

you need to go into a snowy level *cough hoth cough* and find the file hoth1.fx

copy this into data_abc/worlds/abc/world1 and rename it abc.fx then if you want it to snow heavier you can tweak the numbers in the .fx file
this is wrong the map hoth is snow yes but it not snowing
i want its snowing
Aman/Pinguin
Jedi
Jedi
Posts: 1104
Joined: Tue Jan 30, 2007 6:04 am
Projects :: Inactive
Location: Germany

Re: how can i make my map snowy ?

Post by Aman/Pinguin »

G_M_StYlEr_M wrote: this is wrong the map hoth is snow yes but it not snowing
Hidden/Spoiler:
Image
Seems pretty "snowing" to me...
YaNkFaN
Field Commander
Field Commander
Posts: 943
Joined: Sat Dec 13, 2008 8:17 am

Re: how can i make my map snowy ?

Post by YaNkFaN »

If you want it to snow heavier then you can tweak these numbers in the .fx file:
Effect("Precipitation")
{
Enable(1);
Type("Quads");
Texture("fx_snow");
ParticleSize(0.015);
Color(255, 255, 255);
Range(15.0);
Velocity(2.0);
VelocityRange(0.8);
PS2()
{
ParticleDensity(80.0);
}
XBOX()
{
ParticleDensity(100.0);
}
PC()
{
ParticleDensity(100.0);
}
ParticleDensityRange(0.0);
CameraCrossVelocityScale(1.0);
CameraAxialVelocityScale(1.0);
AlphaMinMax(0.3, 0.45);
RotationRange(2.0);
}
You can safely omit the XBOX and PS2 blocks from the code.
User avatar
G_M_StYlEr_M
Rebel Sergeant
Rebel Sergeant
Posts: 194
Joined: Wed Oct 01, 2008 5:59 am
Projects :: No Mod project currently.
Games I'm Playing :: Minecraft XD
xbox live or psn: No gamertag set
Location: germany
Contact:

Re: how can i make my map snowy ?

Post by G_M_StYlEr_M »

thx man this is cool
Post Reply