• 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!

Waves

Okay, I am infinately sorry for this inconvenience. While making the changes in Day.c and Morning.c and testing them, I forgot to re-initialize the game. When I started a new one, and everything was re-initialized, the problem occured. I am attaching the original, post-Build 12 version. After installing these in the same way you have installed my tweak, please re-initialize your game (default key "I").

Again, I am terribly sorry for this inconvenience.


*ATTACHMENT REMOVED DUE TO OBSOLETNESS. PLEASE SEE THE FIRST POST!*
 
Well, I've finally found a way to increase the frequency and can now safely release the final version of this little mod. Thank you all for your support and patience.

I must ask for your help yet again - this time in testing and suggestions.

Please look at the original post for the download link.
 
This weekend, I will try to put this mod into the post Build 12 modpack. If I can manage, I'll add a BuildSettings.h toggle as well for those people that prefer to have it turned off.
 
Aaaarrrgghh... I've some how missed this thread.

This mod sounds good and I'm looking forward to trying it out. Will report any bugs if found.

Cheers, mateys <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" />
 
Pieter, thank you very much.

However, I will upload the latest version, perhaps with a few further tweaks, later this afternoon.
 
Okay, I think I can finally say that I actually understand just what the heck I am doing. I've left a little note right beside the "engine" behind it all. I'll post it here and you can have a look.

<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--> //Note on the piece of code below: each line, numbered 1, 2 and 3, are each separate "generators" of waves, each controlling the different aspects of the harmonica model. The first line controls the height, direction and speed of the wave. The second line controls the direction, speed and height of the entire surface. The third line controls the direction, height and speed of each wave. The value changed is "waveLength#" (waveLength1 is equal to 20 right now, wavelength2 is equal to 0.01, and wavelength3 is equal to 10). For example, setting the second and third line to 0.01 (minimum value) while keeping the first line as the same number would make the waves go in a single direction, without changing shape or breaking. Setting all numbers for "generators" to an equal value would create perfect hamonic waves. If you are not satisfied with the waves in this mod, please modify the the values that right now say "20", "0.01" and "10" 
//    Weathers[n].Sea.Harmonics.h1 = direction1 + ",10.0000,1.0000,0.00,0.00";
    Weathers[n].Sea.Harmonics.h1 = direction1 + "," + 20 + "," + seaStrength1 + ",0," + waveSpeed;
    Weathers[n].Sea.Harmonics.h2 = direction2 + "," + 0.01 + "," + seaStrength2 + ",0," + waveSpeed;
    Weathers[n].Sea.Harmonics.h3 = direction3 + "," + 10 + "," + seaStrength3 + ",0," + waveSpeed;<!--c2--></div><!--ec2-->

I might even write a tutorial for the POTC modding wiki.
 
Version 1.1 released. It may even be the totally final one. See the first page for the new version. As usual, it's also uploaded to FTP.

I think I'm just going to play the game over the weekend. This modding think spoils all the fun for me.
 
Yea the curse of modders. <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />
 
<!--QuoteBegin-Mad-h+Sep 30 2005, 09:57 PM--><div class='quotetop'>QUOTE(Mad-h @ Sep 30 2005, 09:57 PM)</div><div class='quotemain'><!--QuoteEBegin-->Yea the curse of modders.  <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />
<div align="right">[snapback]131550[/snapback]</div><!--QuoteEnd--></div><!--QuoteEEnd-->


Maybe thats why I update the mod so much. Just when I start playing and relaxing, there is always some small nuisance that I'd notice and won't stop thinking about and wham! It's back to staring at the notepad window full of gibberish...
 
Yea, anyways it works fine for me. Gives much to the atmosphere, i say this mod was needed. If only my frame rate haven't dropped. <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/modding.gif" style="vertical-align:middle" emoid=":modding" border="0" alt="modding.gif" /> Something's wrong with my machine i suppose. <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/dunno.gif" style="vertical-align:middle" emoid=":shrug" border="0" alt="dunno.gif" />
 
<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/hi.gif" style="vertical-align:middle" emoid=":gday" border="0" alt="hi.gif" /> Kiwi, I tried out your waves mod and all I can say is BRAVO!!! What a great idea! <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/w00t.gif" style="vertical-align:middle" emoid=":woot" border="0" alt="w00t.gif" />
 
Back
Top