This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - sigmur

Pages: [1]
1
Hi, i made a little tool to set water on an adt.

As of now, everything i expected works fine, you can set liquid & liquid type chunk by chunk, define the subchunks where you want to set liquids and even specify the height of your liquid to make non planes rivers, like the waterfals in the grizzly hills and set liquid transparency.

There is still one thins i do not manage with this, it's the UV map.

According to http://www.wowdev.wiki/index.php ... Depth_data

In some case, the chunks can have an uv map, defined like so :

struct uv_map_entry {
  uint16_t x;
  uint16_t y;
};

I found it using 010 editor, and it match the description, an uv map is a set of two coordinates, u and v, to place a 2d texture on a 3d object.

But i do not see how uint16 can be used for the job. I've joined the 010 template updated with the right water structures since it wasn't mine in the first place.

Pages: [1]