So along with the harbor improvements I've made with vessel clutter and ships sailing away, I've wanted to fix something else for a very long time and am hoping I can solicit some ideas...
So what I want are realistic looking swells while you're walking around in the harbor just like in New Horizons.
I have managed to improve it to some extent by changing the entries for MaxSeaHeight and MaxWaveHeigh in locations_loaders.c
There is a noticeable improvement in your boat and ship rocking slightly and the tide coming much further in and much higher. You can even see some shallow waves out at sea instead of the completely flat sea I've become so used to. So it is better but I think it could be so much better and as good as POTC if I knew what to change or look for. While the sea height is changing the waves seem to be really wimpy.
What can I do to get some serious wave action happening while in port? While searching I found the following and am wondering what these functions are and what they do? Ideas are MOST appreciated. Thanks!!! MK
on = !on;
if( on ) {
LayerFreeze("realize",on);
LayerFreeze("execute",on);
LayerFreeze("sea_realize",on);
LayerFreeze("sea_execute",on);
} else {
if(bSeaActive && !bAbordageStarted) {
LayerFreeze("sea_realize",on);
LayerFreeze("sea_execute",on);
} else {
LayerFreeze("realize",on);
LayerFreeze("execute",on);
So what I want are realistic looking swells while you're walking around in the harbor just like in New Horizons.
I have managed to improve it to some extent by changing the entries for MaxSeaHeight and MaxWaveHeigh in locations_loaders.c
There is a noticeable improvement in your boat and ship rocking slightly and the tide coming much further in and much higher. You can even see some shallow waves out at sea instead of the completely flat sea I've become so used to. So it is better but I think it could be so much better and as good as POTC if I knew what to change or look for. While the sea height is changing the waves seem to be really wimpy.
What can I do to get some serious wave action happening while in port? While searching I found the following and am wondering what these functions are and what they do? Ideas are MOST appreciated. Thanks!!! MK
on = !on;
if( on ) {
LayerFreeze("realize",on);
LayerFreeze("execute",on);
LayerFreeze("sea_realize",on);
LayerFreeze("sea_execute",on);
} else {
if(bSeaActive && !bAbordageStarted) {
LayerFreeze("sea_realize",on);
LayerFreeze("sea_execute",on);
} else {
LayerFreeze("realize",on);
LayerFreeze("execute",on);