AhuwgaZ Posted October 23, 2025 Author Posted October 23, 2025 (edited) Yeah, I'll update soon as I'm done rebuilding my mod list. Had to switch to community shaders from ENB, which has been an interesting swap. I appreciate Boris, I really do and I understand what it's like talking to people who are too retarded to understand what you are trying to do but think they are smart enough to tell you that you're doing it wrong. But, I think he's been so far into that camp that there's no returning for him. Not just doodlum but even dxvk devs are having "issues" with working with him. So, what's that mean for us linux users? Our lead game shader hackers aren't going to support ENB with updates. Community shaders however, are actually pretty cool now. Not as good or supported as ENB... yet, but if you want some FPS boost, community shaders is worth a look. Edited October 23, 2025 by AhuwgaZ 1
Ramo149 Posted October 26, 2025 Posted October 26, 2025 Please do Sexy Supplemental Slavetats by blahity! Sexy Supplemental SlaveTats - Adult Mods - LoversLab
Rexsy Posted November 8, 2025 Posted November 8, 2025 Is it possible to convert this texture to UBE? https://www.nexusmods.com/skyrimspecialedition/mods/68204?tab=description The sporty sexy sweat
AhuwgaZ Posted November 8, 2025 Author Posted November 8, 2025 4 hours ago, Rexsy said: Is it possible to convert this texture to UBE? https://www.nexusmods.com/skyrimspecialedition/mods/68204?tab=description The sporty sexy sweat I'm at like 55% of rebuilding my mod list. (I accidentally borked my setup with a newb script that put _ in every file that had a space). When I get done, I'm actually going to finish the conversion tool that will be able to do that. Right now, it wouldn't do it very well. 1
Rexsy Posted November 11, 2025 Posted November 11, 2025 On 11/8/2025 at 4:20 PM, AhuwgaZ said: I'm at like 55% of rebuilding my mod list. (I accidentally borked my setup with a newb script that put _ in every file that had a space). When I get done, I'm actually going to finish the conversion tool that will be able to do that. Right now, it wouldn't do it very well. Understandable!
AhuwgaZ Posted November 13, 2025 Author Posted November 13, 2025 (edited) I am going to convert the requests here and put them in pack 4, but then it's up to you guys do do the conversions. I've gotta get my other projects done! ... And Done, Mod Complete. Edited November 13, 2025 by AhuwgaZ
Kroki09 Posted November 21, 2025 Posted November 21, 2025 On 11/13/2025 at 3:03 AM, AhuwgaZ said: I am going to convert the requests here and put them in pack 4, but then it's up to you guys do do the conversions. I've gotta get my other projects done! ... And Done, Mod Complete. Thank you, you are awesome. 1
Finals6 Posted January 1 Posted January 1 Happy New Year, I ran the Stencil.blend. But there was no new texture file in New_Textures folder.
Finals6 Posted January 1 Posted January 1 (edited) 11 minutes ago, Finals6 said: Happy New Year, I ran the Stencil.blend. But there was no new texture file in New_Textures folder. Well, I just found you said it need NVTT3 Linux version. Unfortunately, I use Windows... Edited January 1 by Finals6
AhuwgaZ Posted January 2 Author Posted January 2 18 hours ago, Finals6 said: Well, I just found you said it need NVTT3 Linux version. Unfortunately, I use Windows... You put the NVTT linux files in the NVTT folder? It should work regardless. But maybe not? Someone confirm?
DeanTheHuman Posted January 3 Posted January 3 So I'm pretty dumb if a caveman could figure this out because this isn't working for me. I put the tattoo.dds in the base folder, open the .blend file, run it and it says the bake is finished. nothing is in the new folder though. Does anyone have some more detailed instructions that might help me?
AhuwgaZ Posted January 4 Author Posted January 4 (edited) 23 hours ago, DeanTheHuman said: So I'm pretty dumb if a caveman could figure this out because this isn't working for me. I put the tattoo.dds in the base folder, open the .blend file, run it and it says the bake is finished. nothing is in the new folder though. Does anyone have some more detailed instructions that might help me? Well you did exactly what you were supposed to. Because literally that's it. Windows or linux? Blender version? I just tried it with Blender 5.0.1, latest NVTT 3 Linux Files, works fine for me. But I won't be able to help unless I know a bit more of what's going on. Would help to post the .dds you are trying to convert. It would also help to see a screen shot of the NVTT files and Blender operation. Remember, I'm just a modder. I don't collect your data, so the ONLY way I can help is if you willingly give me information. Edited January 4 by AhuwgaZ
DeanTheHuman Posted January 5 Posted January 5 On 1/3/2026 at 4:21 PM, AhuwgaZ said: Well you did exactly what you were supposed to. Because literally that's it. Windows or linux? Blender version? I just tried it with Blender 5.0.1, latest NVTT 3 Linux Files, works fine for me. But I won't be able to help unless I know a bit more of what's going on. Would help to post the .dds you are trying to convert. It would also help to see a screen shot of the NVTT files and Blender operation. Remember, I'm just a modder. I don't collect your data, so the ONLY way I can help is if you willingly give me information. I'm on windows 10, Using blender on steam which says it's version 5.0.1, I downloaded NVTT3 Linux and extracted all its files into "UBE Tex Convert\S\NVTT" I'm trying Obi's Tattoos and Unholy Tattoos. I've been getting this problem.
AhuwgaZ Posted January 6 Author Posted January 6 13 hours ago, DeanTheHuman said: I'm on windows 10, Using blender on steam which says it's version 5.0.1, I downloaded NVTT3 Linux and extracted all its files into "UBE Tex Convert\S\NVTT" I'm trying Obi's Tattoos and Unholy Tattoos. I've been getting this problem. The NVTT files should be in UBE Tex Convert\nvtt Remove the S The error suggest to me that subprocess (The NVTT process) is unable to execute. Technical explination, I have two variables that determine where the NVTT executables are: Line 23: nvdecompress = base_dir / "nvtt" / "nvdecompress" and Line 48: nvcompress = base_dir / "nvtt" / "nvcompress" Your executables are in = base_dir / "S" / "NVTT" So therefor it can not find them. Just in-case, make sure nvtt folder is lower-case. I don't think it matters in Windows, but it might.
DeanTheHuman Posted January 6 Posted January 6 10 minutes ago, AhuwgaZ said: The NVTT files should be in UBE Tex Convert\nvtt Remove the S The error suggest to me that subprocess (The NVTT process) is unable to execute. Technical explination, I have two variables that determine where the NVTT executables are: Line 23: nvdecompress = base_dir / "nvtt" / "nvdecompress" and Line 48: nvcompress = base_dir / "nvtt" / "nvcompress" Your executables are in = base_dir / "S" / "NVTT" So therefor it can not find them. Just in-case, make sure nvtt folder is lower-case. I don't think it matters in Windows, but it might. So I removed the s folder which was included in the download for some reason. When I open the file in blender all the text still has all the error text present and when I try and run it I still get all the same errors. So for some reason it's not able to read the files properly. I have it all setup like you say to.
AhuwgaZ Posted January 6 Author Posted January 6 (edited) On 1/5/2026 at 7:36 PM, DeanTheHuman said: So I removed the s folder which was included in the download for some reason. When I open the file in blender all the text still has all the error text present and when I try and run it I still get all the same errors. So for some reason it's not able to read the files properly. I have it all setup like you say to. Alright, I think you confirmed that this doesn't work on Windows 10. So I guess it's Linux only. It was my assumption that the windows python environment ran under a linux shell, but I was wrong. If you want to run this in windows, open powershell and: (Apparently doesn't work as wsl only provices blender 4.0) Spoiler dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart wsl --install wsl --update wsl --shutdown wsl --install -d Ubuntu wsl -d Ubuntu -- sudo apt update wsl -d Ubuntu -- sudo apt install -y blender wsl -d Ubuntu blender As of now, I'll remove the windows claim from description, I apologize for any inconvenience this caused anyone. Edit for the wsl config. In this particular case: you might have to do wsl cd <path to UBE Tex Convert>, then wsl -d Ubuntu blender ./Stencil.blend Edited January 19 by AhuwgaZ
DeanTheHuman Posted January 6 Posted January 6 13 hours ago, AhuwgaZ said: Alright, I think you confirmed that this doesn't work on Windows 10. So I guess it's Linux only. It was my assumption that the windows python environment ran under a linux shell, but I was wrong. If you want to run this in windows, open powershell and: dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart wsl --install wsl --update wsl --shutdown wsl --install -d Ubuntu wsl -d Ubuntu -- sudo apt update wsl -d Ubuntu -- sudo apt install -y blender wsl -d Ubuntu blender As of now, I'll remove the windows claim from description, I apologize for any inconvenience this caused anyone. Edit for the wsl config. In this particular case: you might have to do wsl cd <path to UBE Tex Convert>, then wsl -d Ubuntu blender ./Stencil.blend Ok, guess I'll have to wait and hope someone does the couple packs I was gonna try. 1
Sovia Posted January 17 Posted January 17 Although it says linux only, it also worked on windows 11. DDS file it will fail, so converting it to TGA seems to work. Windows 11 Home 25h2 / Blender 5.0.1 (Steam) The conversion process is much easier. Thank you. 1
annonymousss Posted January 19 Posted January 19 On 1/6/2026 at 12:18 PM, AhuwgaZ said: Alright, I think you confirmed that this doesn't work on Windows 10. So I guess it's Linux only. It was my assumption that the windows python environment ran under a linux shell, but I was wrong. If you want to run this in windows, open powershell and: dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart wsl --install wsl --update wsl --shutdown wsl --install -d Ubuntu wsl -d Ubuntu -- sudo apt update wsl -d Ubuntu -- sudo apt install -y blender wsl -d Ubuntu blender As of now, I'll remove the windows claim from description, I apologize for any inconvenience this caused anyone. Edit for the wsl config. In this particular case: you might have to do wsl cd <path to UBE Tex Convert>, then wsl -d Ubuntu blender ./Stencil.blend wsl seems only provide blender4.0, which cannot read your blender file
annonymousss Posted January 19 Posted January 19 On 1/17/2026 at 9:45 AM, Sovia said: Although it says linux only, it also worked on windows 11. DDS file it will fail, so converting it to TGA seems to work. Windows 11 Home 25h2 / Blender 5.0.1 (Steam) The conversion process is much easier. Thank you. would you mind elaborate?
AhuwgaZ Posted January 19 Author Posted January 19 10 hours ago, annonymousss said: would you mind elaborate? I'll let you guys sort it out. I have no idea what works on Windows or not. I have no interest in putting that virus on my PC.
Sovia Posted January 20 Posted January 20 On 2026/1/19 at 午後12時14分, annonymousss said: 詳しく説明していただけますか? There’s not really much to explain. NVTT is Linux only, so I didn't do anything. Convert DDS files to TGA and put them into Base_Textures. Convert using Blender as described in ReadMe.txt. Converting TGA Files in the New _ Textures Folder to DDS.
annonymousss Posted January 20 Posted January 20 Utilized cloud main frame for linux, worked fine, big ups for you mate. 1
yacky91 Posted January 21 Posted January 21 Hey are you still doing conversions for UBE? I'd like someone convert this pack, for the LESBIAN one, I'd like to do it myself but I am just bad at these things.
yacky91 Posted January 24 Posted January 24 On 1/20/2026 at 3:11 AM, Sovia said: There’s not really much to explain. NVTT is Linux only, so I didn't do anything. Convert DDS files to TGA and put them into Base_Textures. Convert using Blender as described in ReadMe.txt. Converting TGA Files in the New _ Textures Folder to DDS. What do you recommend for quick conversions for DDS to TGA and back to DDS?
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