Charas-Project

Off-Topic => Really Old Stuff => Archive => General programming => Topic started by: Nandez on April 09, 2009, 04:23:53 AM

Title: Falling Ash
Post by: Nandez on April 09, 2009, 04:23:53 AM
Any way to like change the color of the snow to make it black or to do anything like that to make it look like Ash is falling.
Title: Re: Falling Ash
Post by: Prpl_Mage on April 09, 2009, 08:11:31 AM
This is actually "RPG maker programming" and not "general programming."
General programming is for C++ and Java ect.

Anyway.

The way I can think off(which can be done without messing with the system files or such).

Make an autostart/parralel event that tints the screen darker.
[R070,G070,B070,S050] Or something, it will at least look like something dark is clouding the sky and it gives the impression that the snow might not be snow.
For a more lava like ash-area. Get [R070,G050,B050,S050] or something. Everything will look slightly red now.

But avoid having more blue as blue is usually connected to winter.
Title: Re: Falling Ash
Post by: Nandez on April 10, 2009, 03:11:05 AM
For making the screen darker its kinda still white and I didn't really want to have to dim the screen, but thanks anyway.