Water TERRAIN - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: Water TERRAIN (/Thread-Water-TERRAIN) |
Water TERRAIN - FiLoUs64 - 09-01-2019 12:26 PM Hi, is-it a bug or is there an other way to change the terrain for the water? Because right now the type when you are in the middle of water are t_jungle so you can't fish. The TYPEDEF looks correct : Quote:[TYPEDEF t_water] Any ideas? Thanks RE: Water TERRAIN - Coruja - 09-02-2019 04:40 PM try also check if [TYPEDEF t_jungle] have any def for this tile "0AA" maybe this tile is being defined on t_water and later redefined again on t_jungle RE: Water TERRAIN - Nirad - 09-03-2019 01:01 AM Close the range id have fix the problem Code: [TYPEDEF t_swamp] [TYPEDEF t_swamp] RE: Water TERRAIN - Coruja - 09-03-2019 08:03 AM I found the problem, it was an small internal change that was making lines with "TERRAIN=min max" consider the value as 0 when its empty This makes Code: [TYPEDEF t_jungle] Code: [TYPEDEF t_jungle] But anyway this is already fixed on latest 56d build, just update to this build and everything will work fine |