|Help|SnowFall

12/05/2010 16:47 Jack Sparrow#1
Hello all .... i was just wondering if any one know how to make the game snow in the market just like icyland and icemaze etc
iam 100% sure itis client side but i dont think itis in GameMap.ini
Because in GameMap.ini
Code:
Cronus

[Map1000]
File=map/map/champaign.Dmap
Alpha=255
Red=255
Green=255
Blue=255
Name=Cronus
Snow=0
Firebug=0
Dragon=0
Dandelion=1
Music=music/1001.mp3
switch=0
daysound=null
nightsound=null
day=0x00FFFFFF
nightfall=0xFFFFAAAA
night=0xFF9999FF
dawn=0xFFAAAAFF
--------------------------
IcyLand

[Map4000]
File=map/map/iceland.Dmap
Alpha=255
Red=255
Green=255
Blue=255
Name=IcyLand
Snow=0
Firebug=0
Dragon=0
Dandelion=1
Music=music/1001.mp3
switch=0
daysound=null
nightsound=null
day=0x00FFFFFF
nightfall=0xFFFFAAAA
night=0xFF9999FF
dawn=0xFFAAAAFF
there is no any difference btw them and it snow in icyland .. so please can any one help me ?
12/05/2010 16:57 ~*Kronic*~#2
Although I am not sure exactly how you would do this I know it won't be worth the effort. You will have to actaully edit the map files using some sort of 3D editor.
12/05/2010 17:23 Jack Sparrow#3
Wooooho i found it and iam willing to share ;)

Itis very simple and as i said itis 100% client side

Open Regionweather.ini
Add to it this line
Code:
1000 1 0 0 0 0 s-snow null 0
1000 1 0 0 0 0 s-snow null 0

Red = Map Id
Blue = Effect

I have found three effects


Code:
SnowFall
1 0 0 0 0 s-snow null 0

FlowersRain
1 0 0 0 0 flower-rainr-1 null 0

Fog
1 0 0 0 0 s-board null 0
12/05/2010 17:32 -+Sezzy+-#4
tahnks!
12/05/2010 19:51 ~*Kronic*~#5
Guess I was wrong :) Congrats!!
12/05/2010 21:21 T.h.u.n.d.e.r#6
thats was usefull i want to add some old effects maby help
Quote:
Map id 1 0 0 0 0 ff11 null 0
Map id 1 0 0 0 0 s-sandwindC null 0
Map id 1 0 0 0 0 flower-rainw+Screen null 0
Map id 1 0 0 0 0 s-miasma null 0
12/09/2010 06:15 dani-filth0#7
any one know how to make it night in some place , cuz i've seen it in a PS i dont recall the name , the gobi desert was Night
12/09/2010 15:36 King_Arthur#8
Quote:
Originally Posted by dani-filth0 View Post
any one know how to make it night in some place , cuz i've seen it in a PS i dont recall the name , the gobi desert was Night
Did the map just get darker, or did the character get darker too? If just the first, I would assume they just darkened the map textures with photoshop.
12/09/2010 20:29 dani-filth0#9
its just the map , i dont think it was done by photo shop tho , it looked rly night
12/09/2010 22:27 Jack Sparrow#10
I get it you wanna make it dark in the market umm just like darkmonsterland from revo db well itis veryy easy .. itis all in GameMap.ini

for example if you wanna make it dark in Cronus/Market chagne it in GameMap.ini to this

Code:
Before edit

[Map1000]
File=map/map/champaign.Dmap
Alpha=255
Red=255
Green=255
Blue=255
Name=Market
Snow=0
Firebug=0
Dragon=0
Dandelion=1
Music=music/1001.mp3
switch=0
daysound=null
nightsound=null
day=0x00FFFFFF
nightfall=0xFFFFAAAA
night=0xFF9999FF

After Edit 

[Map1000]
File=map/map/champaign.Dmap
Alpha=255
Red=70
Green=70
Blue=70
Name=Market
Snow=0
Firebug=0
Dragon=0
Dandelion=1
Music=music/1001.mp3
switch=0
daysound=null
nightsound=null
day=0x00FFFFFF
nightfall=0xFFFFAAAA
night=0xFF9999FF
dawn=0xFFAAAAFF
Hope this helps i wished i could explain more but iam in hurry because i have to go ..
12/10/2010 09:01 ~Sword~Stalker~.#11
and all the efffect are :
-------------------------
s-miasma
flower-rainw+Screen
s-sandwindC
ff11
s-board
s-snow
s-snow2

there's a possibility if u agree, that i make a guide explaining everything over here about the weather and so on .
12/10/2010 09:21 dani-filth0#12
it worked in cronus , do any one know how to make that happened in another map?
i putted the same vaules in gobi map but nthn happened
12/10/2010 09:41 ~Sword~Stalker~.#13
Quote:
Originally Posted by dani-filth0 View Post
it worked in cronus , do any one know how to make that happened in another map?
i putted the same vaules in gobi map but nthn happened
change the id of the map
12/10/2010 11:27 dani-filth0#14
Quote:
Originally Posted by ~Sword~Stalker~. View Post
change the id of the map
lmao i already did , im not that noob
but still not workin take a look
Quote:
Originally Posted by [Map3000
File=map/map/gobiland.DMap
Alpha=255
Red=70
Green=70
Blue=70
Name=GobiDesert
Snow=0
Firebug=0
Dragon=0
Dandelion=1
Music=music/1001.mp3
switch=0
daysound=null
nightsound=null
day=0x00FFFFFF
nightfall=0xFFFFAAAA
night=0xFF9999FF
dawn=0xFFAAAAFF
12/10/2010 18:36 Jack Sparrow#15
You sure ?!