IncogACC Posted July 22 Posted July 22 (edited) 1 hour ago, Sylvie023 said: Professor! I followed your tutorial and tried adding TSR to my Aemeath. I found it very difficult to identify each DDS, like, does this belong to component 3 or 4? Is this diffuse or light? The process was as agonizing as a puzzle game. The most basic identification of textures: Diffuse - It will look like a flat map of all the parts, the colours will more or less match what the colours look like in game, albeit usually with a transparency effect over it. Normal - Will almost always be a yellowish-green with blue and sometimes red highlights. Lightmap - Can vary a bit, but will either be green and orange (for older characters) or pink and yellow (newer characters). Sometimes they'll appear as pure white or black squares because their alpha is inverted, if you open it in paint.net and press ctrl + I to invert alpha, it'll reveal the colours. The textures are usually named "Component-X" with X being the comp number, so component-4 will be a texture intended for comp 4. It's not always gonna be the case, if modders share textures over multiple components or simply rename things, then it can get more complicated, but every texture tends to have a tell. If you're dealing with non-standard naming, you can often tell by looking at the texture itself, most diffuse textures tend to have the original default texture as a part of it, so if you see the default comp 4 texture as part of the image, then even if the texture is renamed you can probably assume it's for comp 4. From there, you can find the corresponding lightmap and normalmap just by visually comparing. For example, here's are 2 Zani textures: The top left square is the default texture for comp 3 and comp 4 respectively, so even if they had non-standard names, I'd be able to tell which comp they're attached to, and for the light/normalmap: If you line the light/normal map next to the diffuse, you can see how they share the same sort of lines and edges, so you can visually match them this way. Work from the diffuse to get the light/normalmaps. As long as the materialmap has details and isn't just a black square, you can do it with materialmaps as well. 1 hour ago, Sylvie023 said: But I finally finished it, mostly. However, there are still a few color patches on her skin. I remembered the material texture you mentioned, and I tried adding it to every component, then I found it only works in component 4. Honestly I don't have any concrete evidence for this, but as far as I can tell, Comp 3, 4 and 5 will usually have materialmaps, comp 6 is the eyes for MOST new characters and comp 7 is a wildcard, but this can also vary from mod to mod and character to character. If a component ONLY has default parts in it, like for example Aemeath comp 5 usually has her heart, halo and glowing bracelets because they all use the same glow effect, then you can actually forgo applying TSR to that component entirely because it will just fall back to the default textures which will line up and function just fine. So the general rule for materialmaps is that if the component has actually been modified using non-default meshes, then you'll need to load a materialmap via TSR for it to look right, but if the comp is using ONLY default parts, you don't need to use TSR on it AT ALL. Lastly, you'll be able to tell if a component needs a material map or not because it'll look off without it, you'll see blotches where the clothing/skin looks discoloured, usually redder than it should look. If it looks off, then chances are you need the materialmap to round it out. 1 hour ago, Sylvie023 said: It did reduce some of the color patches, but there are still a few that I can't remove. Like these blue on her left shoulder in the image below. So this one is most likely not a texture problem, but an effect problem, something that's a lot more common on newer characters. I don't know if you've ever seen this before, but back when Augusta came out, there was an "issue" with some of her mods where random parts of her body would glow when she had her forte, and that's simply because Augusta expects an effectmap texture that tells the slot where to display the glow effect when her forte is active and mods without an effect map would have the glow appear in some weird place and arrangement. This might be the same sort of thing, where an effect texture from Aemeath is appearing somewhere where it shouldn't. You can test this easily, go to the component where the body is drawn and paste this "ps-t0 = null" above your TSR lines. F10 and see what happens, from there just increase the number from 0 onwards and test each slot, see what disappears and if the blue effect disappears before you hit like ps-t11, then you know that it's an effect texture in which case you can just keep the ps-tX = null line to turn it off, or you can load an effectmap texture if your mod has one. 1 hour ago, Sylvie023 said: And though it's insignificant, some effects have permanently disappeared, and I can't find them at all. Like that bukkake... So this is the part where it gets especially annoying and requires you to have some understanding of how mods tend to work. Toggles that effect the skin, like skin tone changing, body writing, bukkake in this case, eye colour, hair colour, all of that sort of thing is handled by swapping textures rather than swapping meshes, so if a texture toggle exists to swap the body diffuse to one with cum on it, then you need to restore that toggle when setting up the TSR lines. For example: This Zani mod (Kanou Sakura Suit lady Zani mod) has a tights texture toggle that needs the diffuse, normal and lightmap to change, so I setup the toggle with a variable in the ini and make sure to reference the two different sets of textures. If tights is 1, then load the ripped tights textures, else if the tights aren't 1, load the non-ripped textures. You'll need to replicate this with you mod, find the diffuse for that component as well as the alternate diffuse with the slightly altered body texture and set up a variable to toggle between the two. Just like this mod, you might also need to change the normal/lightmap as well. Great job getting as far as you did though, doing this much alone already means you have better ini literacy than the vast majority of mod users, just a little more to go. Good luck! Edit: Something I wanna tack on the end real quick. Sometimes you're going to run into issues where for some reason it doesn't seem like TSR is working, for example, Moryne's eyes/legs. TSR is still in its early days and not all the slots are setup correctly, so instead of using the TSR line, you have to load directly into the slot instead. Remember what I said about "ps-tX = null" earlier? Instead of using TSR, you use that, so "ps-t4 = ResourceEyeTexture" as an example. I say ps-t4 because that's commonly what works when dealing with broken eyes. I had to do a manual fix for Chisa just now and it came to mind as something I should probably give a heads up for. If you're considering doing Denia mods in the future, they have this same problem but to a more complicated degree, her texture slots change during her ult while still using the same mesh, so she needs some extra special care to get working properly. I already made a post about that, so if you do plan on adding TSR to Denia mods down the line, keep this bookmarked. Last thing to keep in mind. TSR will eventually update to fix a lot of these mismatch slots, so make a note of which characters/components you needed to load using ps-tX so you can swap them to TSR in the future once it's updated. ps-tX replacement works as a good stop-gap, but it's less than ideal, texture applications aren't always clean (backface culling can cause broken underside textures) and there's a chance of texture bleeding as well. Edited July 22 by IncogACC 7
ttphuc24 Posted July 22 Posted July 22 I need help! When the camera zooms out, the mod skin doesn't show up. Does anyone know how to fix this problem?
Gibgibon Posted July 22 Posted July 22 Anyone into blender here? Is it possible to import an existing mod into blender not having fmt files that blender is asking me about? I would like to learn how to make some changes or make outlines thicker but first I need to import a mod but how??? AI giving me bullshit and on Internet there is not a single tutorial. Everything is about importing the raw model of a character but I want to edit a mod. Any help?
xianyoe Posted July 23 Posted July 23 (edited) anyone got this mod? pls share https://shen18545545.fanbox.cc/posts/12173845 Edited July 23 by xianyoe
Qertz0 Posted July 23 Posted July 23 13 hours ago, lvianzzzz said: need help, after using moonholder fix, this mod lose all the skin, and only left the outfit Rover_futa_swimsuit_4567890=【】op,_switch_with_up_and_down_keys.rar 27.4 MB · 1 download I am also having this exact problem and looking for a fix
Merdiya Posted July 23 Posted July 23 Hi Everyone! I'm wondering if an experienced modder can help me with a hair mod I'm currently working on for Female Rover. It's a mod I had around late 2.8, but remade the hair because of the 3.5 update. I'm using the updated Female Rover model, redid the process of the UV Mapping, textures, etc. There's a weird shadow lope/strip on the upper hair crown area. I thought it was my hair texture, but even with a stock texture, it's still there. I even tried to reimport the default model and there's no change to the hashes or anything. I've provided screenshots.
騎空士 Posted July 23 Posted July 23 (edited) Lune Ming's(Mingchen) Lucilla Mod has been completed. Can anyone share it? Thanks in advance! Edited July 23 by 騎空士 2
park99-99 Posted July 23 Posted July 23 21 hours ago, Glorp Glorp said: Must be working Hiyuki - Mist of Morning Glory V1.4 Slot Edition.rar 228.82 MB · 1 download ah,it is a little bit different. This one is retexture with water effect on chest. Here is the og mod and it is not fixed currently. Hiyuki - Mist of Morning Glory V1.3 Water Effect.rar
park99-99 Posted July 23 Posted July 23 2 hours ago, MedusaX10 said: Its fixed now https://kekehxl.top/product/绯雪-朝颜淡-改色水润3-5fix/ Thanks very much. What is the password
HeHe..Boy Posted July 23 Posted July 23 The shorekeeper Bottom Heavy mod glitches when standing still,returns to normal during a dash,and glitches again once the charter starts running. Pls help me, thank very much. 1
MedusaX10 Posted July 23 Posted July 23 1 hour ago, park99-99 said: Thanks very much. What is the password Password : kekehxl Its in the post
Nero183 Posted July 23 Posted July 23 16 hours ago, Awadowo30 said: Does anyone have a fixed version of this mod? Or does anyone know how to fix it? I've already tried the Woju fixer and the mod fixer, but neither works. this mod is by Kanousakura I can't see your picture.
11451411451 Posted July 23 Posted July 23 16 hours ago, 11451411451 said: 需要将视角推到特别近才会正常,但是一旦切换角色就会失效,很奇怪 1
JoBat Posted July 23 Posted July 23 7 hours ago, 騎空士 said: Lune Ming's(Mingchen) Lucilla Mod has been completed. Can anyone share it? Thanks in advance! LucillaMod.7z 4
騎空士 Posted July 23 Posted July 23 (edited) 18 minutes ago, JoBat said: LucillaMod.7z 49.44 MB · 1 次下载 Thank you so mach! Edited July 23 by 騎空士
NobetaLove Posted July 23 Posted July 23 The mod is repair completed in Discord Denia(black) is some issues to deal with some time Denia(black) is some questions need deal with
Sylvie023 Posted July 23 Posted July 23 20 hours ago, IncogACC said: The most basic identification of textures: Diffuse - It will look like a flat map of all the parts, the colours will more or less match what the colours look like in game, albeit usually with a transparency effect over it. Normal - Will almost always be a yellowish-green with blue and sometimes red highlights. Lightmap - Can vary a bit, but will either be green and orange (for older characters) or pink and yellow (newer characters). Sometimes they'll appear as pure white or black squares because their alpha is inverted, if you open it in paint.net and press ctrl + I to invert alpha, it'll reveal the colours. The textures are usually named "Component-X" with X being the comp number, so component-4 will be a texture intended for comp 4. It's not always gonna be the case, if modders share textures over multiple components or simply rename things, then it can get more complicated, but every texture tends to have a tell. If you're dealing with non-standard naming, you can often tell by looking at the texture itself, most diffuse textures tend to have the original default texture as a part of it, so if you see the default comp 4 texture as part of the image, then even if the texture is renamed you can probably assume it's for comp 4. From there, you can find the corresponding lightmap and normalmap just by visually comparing. For example, here's are 2 Zani textures: The top left square is the default texture for comp 3 and comp 4 respectively, so even if they had non-standard names, I'd be able to tell which comp they're attached to, and for the light/normalmap: If you line the light/normal map next to the diffuse, you can see how they share the same sort of lines and edges, so you can visually match them this way. Work from the diffuse to get the light/normalmaps. As long as the materialmap has details and isn't just a black square, you can do it with materialmaps as well. Honestly I don't have any concrete evidence for this, but as far as I can tell, Comp 3, 4 and 5 will usually have materialmaps, comp 6 is the eyes for MOST new characters and comp 7 is a wildcard, but this can also vary from mod to mod and character to character. If a component ONLY has default parts in it, like for example Aemeath comp 5 usually has her heart, halo and glowing bracelets because they all use the same glow effect, then you can actually forgo applying TSR to that component entirely because it will just fall back to the default textures which will line up and function just fine. So the general rule for materialmaps is that if the component has actually been modified using non-default meshes, then you'll need to load a materialmap via TSR for it to look right, but if the comp is using ONLY default parts, you don't need to use TSR on it AT ALL. Lastly, you'll be able to tell if a component needs a material map or not because it'll look off without it, you'll see blotches where the clothing/skin looks discoloured, usually redder than it should look. If it looks off, then chances are you need the materialmap to round it out. So this one is most likely not a texture problem, but an effect problem, something that's a lot more common on newer characters. I don't know if you've ever seen this before, but back when Augusta came out, there was an "issue" with some of her mods where random parts of her body would glow when she had her forte, and that's simply because Augusta expects an effectmap texture that tells the slot where to display the glow effect when her forte is active and mods without an effect map would have the glow appear in some weird place and arrangement. This might be the same sort of thing, where an effect texture from Aemeath is appearing somewhere where it shouldn't. You can test this easily, go to the component where the body is drawn and paste this "ps-t0 = null" above your TSR lines. F10 and see what happens, from there just increase the number from 0 onwards and test each slot, see what disappears and if the blue effect disappears before you hit like ps-t11, then you know that it's an effect texture in which case you can just keep the ps-tX = null line to turn it off, or you can load an effectmap texture if your mod has one. So this is the part where it gets especially annoying and requires you to have some understanding of how mods tend to work. Toggles that effect the skin, like skin tone changing, body writing, bukkake in this case, eye colour, hair colour, all of that sort of thing is handled by swapping textures rather than swapping meshes, so if a texture toggle exists to swap the body diffuse to one with cum on it, then you need to restore that toggle when setting up the TSR lines. For example: This Zani mod (Kanou Sakura Suit lady Zani mod) has a tights texture toggle that needs the diffuse, normal and lightmap to change, so I setup the toggle with a variable in the ini and make sure to reference the two different sets of textures. If tights is 1, then load the ripped tights textures, else if the tights aren't 1, load the non-ripped textures. You'll need to replicate this with you mod, find the diffuse for that component as well as the alternate diffuse with the slightly altered body texture and set up a variable to toggle between the two. Just like this mod, you might also need to change the normal/lightmap as well. Great job getting as far as you did though, doing this much alone already means you have better ini literacy than the vast majority of mod users, just a little more to go. Good luck! Edit: Something I wanna tack on the end real quick. Sometimes you're going to run into issues where for some reason it doesn't seem like TSR is working, for example, Moryne's eyes/legs. TSR is still in its early days and not all the slots are setup correctly, so instead of using the TSR line, you have to load directly into the slot instead. Remember what I said about "ps-tX = null" earlier? Instead of using TSR, you use that, so "ps-t4 = ResourceEyeTexture" as an example. I say ps-t4 because that's commonly what works when dealing with broken eyes. I had to do a manual fix for Chisa just now and it came to mind as something I should probably give a heads up for. If you're considering doing Denia mods in the future, they have this same problem but to a more complicated degree, her texture slots change during her ult while still using the same mesh, so she needs some extra special care to get working properly. I already made a post about that, so if you do plan on adding TSR to Denia mods down the line, keep this bookmarked. Last thing to keep in mind. TSR will eventually update to fix a lot of these mismatch slots, so make a note of which characters/components you needed to load using ps-tX so you can swap them to TSR in the future once it's updated. ps-tX replacement works as a good stop-gap, but it's less than ideal, texture applications aren't always clean (backface culling can cause broken underside textures) and there's a chance of texture bleeding as well. Thank you for your patient and detailed explanation, Professor! I've been trying for several hours. I feel like these blue effects might be related to ps-t2 or ps-t5. I tried constantly assigning values to ps-t2 or/and ps-t5, which occasionally made the blue effects glow, but ultimately I couldn't get rid of them. Besides, regarding those bukkake, I found the corresponding textures in a subfolder. I was too blind to see them before. So I set conditions for them and fixed them. Back to these blue effects, I guess I'll just have to put up with them for now.
lukafl Posted July 23 Posted July 23 any one know how to fix this eyes? the same question in femalerover and Lynae
Silverfr Posted July 23 Posted July 23 2 hours ago, 759690511 said: Perfection. Do you mind sharing the mod? 2
FutaEnjoyer3000 Posted July 23 Posted July 23 can someone help? my all mods, except of Chissia, have texture issues, i tried woju and moonholde fixer, but zero reaction i feel like Im the only one with these problems
NobetaLove Posted July 23 Posted July 23 8 hours ago, NobetaLove said: The mod is repair completed in Discord Denia(black) is some issues to deal with some time Denia(black) is some questions need deal with https://discord.com/channels/1313561268266733729/1354550101246345370/threads/1506967886839812197 From to JR7(Jelly)
eightballblaze Posted July 24 Posted July 24 LOD still broken even after all the suggested fixes, they still break after going 10/15m from them, is there anything else i can try?
Glorp Glorp Posted July 24 Posted July 24 (edited) 6 hours ago, haxxx51 said: Thanks, but why is the file an exe? It's virus. Ur pc will be vaporized (jst rename to rar or some shit and use password) Edited July 24 by Glorp Glorp 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now