• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[General] Terrain bug, how to fix?

Status
Not open for further replies.
hi all, do you know how do fix this terrain bug?

attachment.php
 
............................................________
....................................,.-'"...................``~.,
.............................,.-"..................................."-.,
.........................,/...............................................":,
.....................,?......................................................,
.................../...........................................................,}
................./......................................................,:`^`..}
.............../...................................................,:"........./
..............?.....__.........................................:`.........../
............./__.(....."~-,_..............................,:`........../
.........../(_...."~,_........"~,_....................,:`........_/
..........{.._$;_......"=,_......."-,_.......,.-~-,},.~";/....}
...........((.....*~_......."=-._......";,,./`..../"............../
...,,,___.`~,......"~.,....................`.....}............../
............(....`=-,,.......`........................(......;_,,-"
............/.`~,......`-...................................../
.............`~.*-,.....................................|,./.....,__
,,_..........}.>-._...................................|..............`=~-,
.....`=~-,__......`,.................................
...................`=~-,,.,...............................
................................`:,,...........................`..............__
.....................................`=-,...................,%`>--==``
........................................_..........._,-%.......`
...................................,
 
Level 13
Joined
Mar 24, 2013
Messages
1,105
Don't face palm, that's an equivalent of rolling your eyes at someone, especially when this person is trying to spend their precious time assisting you.

As for the answer to your question.. what does it look like in the editor ? Does it show the two bodies of water connecting?

And I still think it is a fair question, what do you want it to be doing? And what is happening instead?
 
Level 7
Joined
Mar 6, 2006
Messages
282
Are the camera bounds the same as the game bounds? And honestly, whenever I see weird stuff like that (the water being squared too), just erase it and do it again. It might help to use wireframe terrain view too, so you know exactly what's going on. That's in View -> Terrain -> Wireframe.
 
Your problem is that you probably changed the basic cliff type there by raising and lowering the cliff once. This will cause the water levels to bug up if the water hasn't been properly "initialized" for that tile cell, for example because the basic cliff height wasn't "shallow water" initially.

In the editor, there's an option called "enforce water height limits" (or something similar), that will reset the water planes as soon as you change the cliff level on that area. Try that out, but make sure to have a safety copy of your map, as it might bug some popular water-exploits.
 
Level 26
Joined
Aug 18, 2009
Messages
4,097
It says everything. Search for w3e/environment, scroll a bit below to check if there is a newer version for Frozen Throne. The w3e is a binary file that is structured according to what is written there, in that order. On the left side you can always see the expected data type, on the right side a description of what it does and maybe possible values. The data types are explained almost at the top of the page, because multiple files use them. The w3e even uses bitflags meaning some bytes are split up to assign functionalities to single bits within them.

If you are able to write some lua code, you may also try my tool for reading/writing wc3's binary files https://dl.dropboxusercontent.com/u/59549334/wc3binary2.rar
 
Status
Not open for further replies.
Top