• New Horizons on Maelstrom
    Maelstrom New Horizons


    Visit our website www.piratehorizons.com to quickly find download links for the newest versions of our New Horizons mods Beyond New Horizons and Maelstrom New Horizons!

Can someone please help me turn off Whr_UpdateWeather

Reignhardt

Landlubber
See Topic please. I am very annoyed with build 12's changing weather, going from fog, to clear and windy and back in a matter of 15 minuets, is unrealistic and destroys the immersion factor for me. Please help me turn this off... I do not want to have to switch back to build 11 but I had alot more fun sailing not having to worry that if i was close to shore or another ship that the wind would suddenly change from 5 knts to 35knts and thereby ramming me into whatever i am close to....

Also was lining up a ship with my cannons and all of a sudden it whirled around in a big circle at like literally 100 mph or so and crasshing right into the island and a message popped up.... <shipname> was sunk by 'hand of god'!?!?! Does anyone know what the heck happened? I thought I was on too much rum or something?? <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/par-ty.gif" style="vertical-align:middle" emoid=":cheers" border="0" alt="par-ty.gif" />
 
yea im with you on the weather topic it changes to fast. I went into a store to seel some good it was beutiful out and suddnly it was pooring out when i was done, i was in their for a total of 3 minutes
 
Open ProgramSea_AIAIShip.c
Find
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->if(oldhour != GetHour())

 {

     sNewExecuteLayer = SEA_EXECUTE;

     sNewRealizeLayer = SEA_REALIZE;

     Whr_UpdateWeather(false);

 }<!--c2--></div><!--ec2-->
Add a /* before the if and a */ after the }, like so:
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->/*if(oldhour != GetHour())

 {

     sNewExecuteLayer = SEA_EXECUTE;

     sNewRealizeLayer = SEA_REALIZE;

     Whr_UpdateWeather(false);

 }*/<!--c2--></div><!--ec2-->
 
Hey NK Thanks for the help.... I realise what you were trying to do with this... but the change is just too dramatic for my tastes.... but i thank you for your imagination and keep up the good work!!
 
My pleasure. <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />
I agree it's not a pretty implementation; I'll see what I can do (lol, when I have a free sec) towards making the transition gradual.

I also just added a toggle to BuildSettings.h so people who don't like it needn't deal with commenting code. Thanks for bringing this up!
 
Back
Top