Project 1999

Go Back   Project 1999 > Blue Community > Blue Server Chat

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 04-24-2013, 03:12 PM
Wikar Wikar is offline
Large Bat


Join Date: Mar 2013
Posts: 14
Default What's with the rain on this server?

So it seems like every zone constantly rains, or starts to rain more often then normal. I don't remember this aspect of the game in live, at least not that frequent.

Even places likes Field of Bone where it's a desert, rain more often then no rain. Maybe I am being a bit delusional here but has anyone else noticed this?

P.S. If anyone knows how to remove the sound of rain/thunder I will be content in this matter, thanks! [You must be logged in to view images. Log in or Register.]
  #2  
Old 04-24-2013, 03:19 PM
nilbog nilbog is offline
Project Manager

nilbog's Avatar

Join Date: Oct 2009
Posts: 14,594
Default

Eqemulator issue in general. It is on a wish list.

Across the board, I think it should rain something like 35-40% less often. Then, less often than that depending if the zone is a desert.

Will be fixed eventually.
  #3  
Old 04-24-2013, 03:21 PM
SpangoNuts SpangoNuts is offline
Skeleton


Join Date: Mar 2011
Posts: 19
Default

I found it even raining in Akanon a few days back
  #4  
Old 04-24-2013, 04:40 PM
nilbog nilbog is offline
Project Manager

nilbog's Avatar

Join Date: Oct 2009
Posts: 14,594
Default

Quote:
Originally Posted by SpangoNuts [You must be logged in to view images. Log in or Register.]
I found it even raining in Akanon a few days back
Fixed, pending update.
  #5  
Old 04-24-2013, 03:50 PM
myriverse myriverse is offline
Planar Protector

myriverse's Avatar

Join Date: Jan 2013
Location: Swamp of N.O. Hope
Posts: 2,470
Default

Climate change. Blame those tinkerin' gnomes. They ruined their lands and are trying to ruin everyone else's.
  #6  
Old 04-24-2013, 03:58 PM
LiQuid LiQuid is offline
Fire Giant

LiQuid's Avatar

Join Date: May 2012
Posts: 540
Default

I HATE the sound of:
rain
thunder
that STUPID thunderclap when approaching the lava lake in Lavastorm.
Wisps and wisp pets in Sky...

All that stuff is like a hojillion times louder than the rest of the game, even on 5% volume and make playing with headphones on a pain in the butt...

Oh wait, we're just talking on rain. Yes. It rains to much. And when it does rain it seems to rain way too long... If I'm camping something outdoors and it starts to rain I prepare to hate my life for the next few hours at least.

Stupid rain.
__________________

Plush Bufnstuf
  #7  
Old 04-24-2013, 04:00 PM
Wikar Wikar is offline
Large Bat


Join Date: Mar 2013
Posts: 14
Default

Yeah especially when im on teamspeak, I have to turn off the sound of the game when the thunder goes wonkers, it just floods everything else.
  #8  
Old 04-24-2013, 04:32 PM
seped seped is offline
Skeleton


Join Date: Apr 2013
Posts: 15
Default

Quote:
Originally Posted by LiQuid [You must be logged in to view images. Log in or Register.]
And when it does rain it seems to rain way too long... If I'm camping something outdoors and it starts to rain I prepare to hate my life for the next few hours at least.

Stupid rain.
Not too surprising, here's your culprit

Code:
if(zone->zone_weather != zone->weather_type)
weatherTime = (MakeRandomInt(1800, 7200) + 30) * 2000;
else
weatherTime = (MakeRandomInt(900, 2700) + 30) * 1000;
Assuming milliseconds, you're looking at a minimal of an hour of rain as soon as it starts, up to 4 hours and change before it even has a chance to stop raining, and then it only has a 20% chance to stop raining at each check. Unless I'm missing something (which with a scary code base like this is likely) it's going to be an average of 2.5 hours per check while raining, then 30 minutes per check while not raining. It really seems like this if statement should be reversed to give the desired behavior, unless counter-intuitively zone->weather_type is not the default weather state of a zone (dry/raining). Huge caveats as I've never looked at the code base before just now.
__________________
Enacra - DE Necro
  #9  
Old 04-24-2013, 04:12 PM
Vermicelli Vermicelli is offline
Sarnak

Vermicelli's Avatar

Join Date: Jun 2011
Posts: 469
Default

Sick of constant thunder? Here's how to change it.

http://www.project1999.org/forums/sh...change+thunder
  #10  
Old 04-24-2013, 05:07 PM
LiQuid LiQuid is offline
Fire Giant

LiQuid's Avatar

Join Date: May 2012
Posts: 540
Default

Quote:
Originally Posted by Vermicelli [You must be logged in to view images. Log in or Register.]
Sick of constant thunder? Here's how to change it.

http://www.project1999.org/forums/sh...change+thunder
Beautiful... BEAUTIFUL!!!
__________________

Plush Bufnstuf
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:29 PM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.