Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Offline paradox21  
#1 Posted : Friday, November 3, 2017 11:25:09 PM(UTC)
paradox21
Private
Joined: 11/3/2017(UTC)
Posts: 3

Is anyone know how ? please reply. Smile
Sponsor
Offline zero hour mad map maker  
#2 Posted : Saturday, November 4, 2017 12:25:34 AM(UTC)
zero hour mad map maker
Colonel
C&C Labs Staff: Labs Staff MemberMaps Staff: Maps Staff Member
Joined: 12/27/2013(UTC)
Posts: 681
Canada
Location: MLP

Thanks: 181 times
Was thanked: 143 time(s) in 119 post(s)
You create them in Map.ini files ;)

This is for snow:

Weather
SnowEnabled = yes ; enable/disable snow on the map.
SnowTexture = ExSnowFlake.tga ; texture used for each snow particle.
SnowBoxDimensions = 100 ; width/height of box around camera containing snow.
SnowBoxDensity = 1 ; amount of snow particles per world-unit. Raise to increase particle count.
SnowFrequencyScaleX = 0.0533 ; speed of side-to-side wave movement.
SnowFrequencyScaleY = 0.0275 ; speed of side-to-side wave movement.
SnowAmplitude = 4.0 ; amount of side-to-side movement.
SnowVelocity = 3.0 ; speed at which snow falls
SnowPointSize = .16 ; scale the size of snow particles.
SnowMaxPointSize = 10.0 ; maximum pixel size of point sprite particles (min-spec requires <= 64).
SnowMinPointSize = 0.0 ; minimum pixel size of point sprite particles.

;Some video cards can't do hardware accelerated particles. Set this
;setting to "no" in order see what emulation will look like. Use the
;SnowQuadSize setting to make it look similar to PointSprite version.

SnowPointSprites = yes ;set to "no" for point-sprite emulation.
SnowQuadSize = 0.5 ;scale the size of snow particles when using point-sprite emulation.
End


This is for rain! ;)

Code:

Weather
  SnowEnabled = yes             ;enable/disable snow on the map.
  SnowTexture = EXRainDrop.tga  ;texture used for each snow particle.
  
  SnowBoxDimensions = 100       ;width/height of box around camera containing snow.
  SnowBoxDensity = 1            ;amount of snow particles per world-unit. Raise to increase particle count.
 
  SnowFrequencyScaleX = 1       ;speed of side-to-side wave movement.
  SnowFrequencyScaleY = 1       ;speed of side-to-side wave movement. 
 
  SnowAmplitude = .1            ;amount of side-to-side movement. 
  SnowVelocity = 25.0           ;speed at which snow falls
  SnowPointSize = .3            ;scale the size of snow particles.
 
  ;Some video cards can't do hardware accelerated particles. Set this
  ;setting to "no" in order see what emulation will look like. Use the
  ;SnowQuadSize setting to make it look similar to PointSprite version.;;;

  SnowPointSprites = yes   ;set to "no" for point-sprite emulation.
  SnowQuadSize = .1        ;scale the size of snow particles when using point-sprite emulation.
End


Hope that helps! :D

Edited by user Saturday, November 4, 2017 12:29:56 AM(UTC)  | Reason: Not specified

Ready for Anything! --- C&C Labs Staff , Maps Staff , Moderator
Offline alcrd119  
#3 Posted : Tuesday, September 25, 2018 1:16:37 PM(UTC)
alcrd119
Private
Joined: 9/25/2018(UTC)
Posts: 11

Thanks: 2 times
Originally Posted by: Zero Hour Mad Map Maker Go to Quoted Post
You create them in Map.ini files ;)

This is for snow:

Weather
SnowEnabled = yes ; enable/disable snow on the map.
SnowTexture = ExSnowFlake.tga ; texture used for each snow particle.
SnowBoxDimensions = 100 ; width/height of box around camera containing snow.
SnowBoxDensity = 1 ; amount of snow particles per world-unit. Raise to increase particle count.
SnowFrequencyScaleX = 0.0533 ; speed of side-to-side wave movement.
SnowFrequencyScaleY = 0.0275 ; speed of side-to-side wave movement.
SnowAmplitude = 4.0 ; amount of side-to-side movement.
SnowVelocity = 3.0 ; speed at which snow falls
SnowPointSize = .16 ; scale the size of snow particles.
SnowMaxPointSize = 10.0 ; maximum pixel size of point sprite particles (min-spec requires <= 64).
SnowMinPointSize = 0.0 ; minimum pixel size of point sprite particles.

;Some video cards can't do hardware accelerated particles. Set this
;setting to "no" in order see what emulation will look like. Use the
;SnowQuadSize setting to make it look similar to PointSprite version.

SnowPointSprites = yes ;set to "no" for point-sprite emulation.
SnowQuadSize = 0.5 ;scale the size of snow particles when using point-sprite emulation.
End


This is for rain! ;)

Code:

Weather
  SnowEnabled = yes             ;enable/disable snow on the map.
  SnowTexture = EXRainDrop.tga  ;texture used for each snow particle.
  
  SnowBoxDimensions = 100       ;width/height of box around camera containing snow.
  SnowBoxDensity = 1            ;amount of snow particles per world-unit. Raise to increase particle count.
 
  SnowFrequencyScaleX = 1       ;speed of side-to-side wave movement.
  SnowFrequencyScaleY = 1       ;speed of side-to-side wave movement. 
 
  SnowAmplitude = .1            ;amount of side-to-side movement. 
  SnowVelocity = 25.0           ;speed at which snow falls
  SnowPointSize = .3            ;scale the size of snow particles.
 
  ;Some video cards can't do hardware accelerated particles. Set this
  ;setting to "no" in order see what emulation will look like. Use the
  ;SnowQuadSize setting to make it look similar to PointSprite version.;;;

  SnowPointSprites = yes   ;set to "no" for point-sprite emulation.
  SnowQuadSize = .1        ;scale the size of snow particles when using point-sprite emulation.
End


Hope that helps! :D


This doesn't do anything at all
This method works only for Generals / ZH world builder
for RA3 it doesn't do anything

I tried opening official RA3 maps that had rain in it yet still can't find anything else beside WeatherEffect ticked to "Rainy"
Which was the first thing i tried for my map and rain STILL didn't appear.

So how do you add rain to custom RA3 maps? Anyone knows?
I literally searched all over internet NOTHING helpful
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.