- Apr 8, 2013
- 491
- 323
Texture sets aren't supported for panties. You need to duplicate the geometry from the original into your own file. Then you would have two possibilities. 1) integrate materials and your textures into the same file or 2) use an extra file to host them. In the latter case you would have to reference the material in the external file. This is a bit more complicated but would allow to reuse them from another geometry file.
So I guess you will use the first case and put the resources into the geometry file. In any case you will need a list file for integration. Open abdata\list\characustom\00.unity3d and check the TextAsset responsible for panties. You will need such a TextAsset preferably in your own list file. I highly recommend to download another similar mod and see that list file entries if you cant find the logic.
So I guess you will use the first case and put the resources into the geometry file. In any case you will need a list file for integration. Open abdata\list\characustom\00.unity3d and check the TextAsset responsible for panties. You will need such a TextAsset preferably in your own list file. I highly recommend to download another similar mod and see that list file entries if you cant find the logic.