Hey guys, I'm now making a winter level with snow. The problem is that the snow kills the framerate. I'm using the Rain entity and I don't really like the result. My question is:
Is there some way to farclip the rain? And if not, can you guys suggest what could I do to improvise the rain?
I was thinking of atatching the rain to a pawn that follows the player, but it wo't be very reallistic...
Any ideas?
Rain Suggestions
- metal_head
- Posts: 1244
- Joined: Sat Jan 05, 2008 8:31 pm
- Location: Bulgaria,Sofia
- Contact:
Re: Rain Suggestions
Maybe you can make more than one entity? If you use several ones, it may be that RF can hide the ones outside of the view and also the ones behind the far clip plane. Also, I think the FloatingParticles entity is much better suited for snow than the Rain entity.
Everyone can see the difficult, but only the wise can see the simple.
-----
-----
Re: Rain Suggestions
On the contrary I think it would be very realistic after all rain seems to follow me around wherever i go.I was thinking of atatching the rain to a pawn that follows the player, but it wo't be very reallistic...
Seriously though the idea of several entites might well work, perhaps they could be triggered on and off at certain points in the level so that only one or two are working at any one time.
- metal_head
- Posts: 1244
- Joined: Sat Jan 05, 2008 8:31 pm
- Location: Bulgaria,Sofia
- Contact:
Re: Rain Suggestions
Theese were some very cool suggestions, thanks bernie! I tried to make the snow with floaingparticles, attatched to a pawn, but the problem is that when the player moves, the particles move with him and that doesn't look really reallistic, but the framerate is really good! Now, if I attatch a rain entity to the pawn the particles will fall in a straight line one by one (like I've set the radius to "1"), I have no idea why is that.
As for the particles, take a look at the video, the framerate is really fast and it looks cool, except for that the particles move with the player
http://www.mediafire.com/download.php?jugjzwd1jzd
As for the particles, take a look at the video, the framerate is really fast and it looks cool, except for that the particles move with the player
http://www.mediafire.com/download.php?jugjzwd1jzd
Re: Rain Suggestions
That looks pretty good MH.
- metal_head
- Posts: 1244
- Joined: Sat Jan 05, 2008 8:31 pm
- Location: Bulgaria,Sofia
- Contact:
Re: Rain Suggestions
Thanks, I haven't put lights to the level yet though, but the particles move with the playerbernie wrote:That looks pretty good MH.
Also I can't use this for indoor places and this level is half-indoor and half-outdoor, I'll have to find a way to trigger the particles when I get out and than to disable them when I get in... the attatching may be a bad idea also...