Recently I've tried to recreate something like mod that replace tileset(arizona)(from new engine, wz 3.0 beta2) with old 2.3.x set. As I figure out, simple replaceing texture files won't work well. As you can see at scrnshot, old wz had many diff. textures cause it hadn't layouts.
So my question in how to make these "little black spots" layout in new terrain engine not useing different textures?
Is there any examples or information about this ?
I found some files like "..base.wz\tileset\arizona_enum.txt", I think its somehow related to my problem. Am I right ?
Help Modding new terrain!
-
Terminator
- Regular

- Posts: 1077
- Joined: 05 Aug 2006, 13:46
- Location: Ukraine
Help Modding new terrain!
You do not have the required permissions to view the files attached to this post.
Death is the only way out... sh*t Happens !
Russian-speaking Social network Group http://vk.com/warzone2100
Russian-speaking Social network Group http://vk.com/warzone2100
-
Buginator
- Professional

- Posts: 3285
- Joined: 04 Nov 2007, 02:20
Re: Help Modding new terrain!
ok, well, here goes:Terminator wrote:Recently I've tried to recreate something like mod that replace tileset(arizona)(from new engine, wz 3.0 beta2) with old 2.3.x set. As I figure out, simple replaceing texture files won't work well. As you can see at scrnshot, old wz had many diff. textures cause it hadn't layouts.
So my question in how to make these "little black spots" layout in new terrain engine not useing different textures?
Is there any examples or information about this ?
I found some files like "..base.wz\tileset\arizona_enum.txt", I think its somehow related to my problem. Am I right ?
The files *_enum.txt describe the names that you will use in *ground.txt
The files *.decals.txt tell you which tile is mapped to a decal.
The files *.Gtype describe what texture page that gets mapped to the names that you used in *_enum.txt
and finally, *ground.txt make up the 4 quadrants for the tile.
Does that make sense ?
There is some more information in this ticket: http://developer.wz2100.net/ticket/2013
and it ends here.