SourceInterloper Posted April 22, 2025 Posted April 22, 2025 All the yangyang hash kine sin the mod.ini files use this but the mods are still broken. Any idea why? I spent hours trying new things with no results 7 hours ago, yinlins-slave said: Yangyang hash = 249200ff, Cantarella hash = 5432f939, Frover hash = 3533a957. I cant promise that they will work but they do work for my mods i use for them.
drknto Posted April 22, 2025 Posted April 22, 2025 7 hours ago, Numbers66 said: look at the profile, they shared it for the past few months lol That's because they edited the old posts to include the link to the new server. I can confirm this server really is brand new, I joined it right when it launched a few days ago. 2
yawasheru Posted April 22, 2025 Posted April 22, 2025 On 4/20/2025 at 7:33 PM, 8tabnone said: 守岸人qos-_Shorekeeper_Dancer_D.rar 34.37 MB · 141 downloads it ain't working
tamikata Posted April 22, 2025 Posted April 22, 2025 10 hours ago, Zerondil said: https://www.fanbox.cc/@shen18545545/posts/9751253 anyone have this? yo I know we all bad but like draw the line somewhere gng 1
ZephyrReg Posted April 22, 2025 Posted April 22, 2025 (edited) Hello, I have this problem with the sclera of the eyes, its like its invisible. Does anyone know how to fix it? Spoiler Edited April 22, 2025 by ZephyrReg
yubanmeiqin35 Posted April 22, 2025 Posted April 22, 2025 13 hours ago, Zerondil said: https://www.fanbox.cc/@shen18545545/posts/9751253 有人有这个吗? +1
DIPG93 Posted April 22, 2025 Posted April 22, 2025 On 20/4/2025 at 2:13, Chronoxed said: ¿Todas las opciones están en ? porque algo de toogle no funciona para mí, como el que toogle con "2" y toda la opción alrededor de los genitales I think it only changes when you have another active option. I also had problems with that. At first.
Zerondil Posted April 22, 2025 Posted April 22, 2025 6 hours ago, tamikata said: yo I know we all bad but like draw the line somewhere gng you are free not to use it if you dont like it, my g👌
DraGZ76 Posted April 22, 2025 Posted April 22, 2025 17 hours ago, infinitybelt said: Thank you so much yet again! I didn't even know it had toggles tbh, so thank you all the same. EDIT: Do you know why its not saving my toggles when I refresh my mods or turn the game off? The first bit I am writing is for reference and you will be able to use this in future mods you have troubles with (they just don't have persist or you can manually put the number in perstist part) : Some mods even tho they have toggles in them DO NOT have included in the ini "global persist $key0 = 0" In case of the shorekeeper mod that's what we have by default: [Constants] global $required_wwmi_version = 0.70 global $object_guid = 253182 global $mesh_vertex_count = 39221 global $shapekey_vertex_count = 30828 global $mod_id = -1000 global $state_id = 0 global $mod_enabled = 0 global $object_detected = 0 global $head = 0 global $cloth = 0 global $cloth1 = 0 global $hair = 0 So what you wanna do is add under "global $object_detected = 0" global persist $head = 0 global persist $cloth = 0 global persist $cloth1 = 0 global persist $hair = 0 Once you do the toggles press F10 to SAVE and it should change from 0 based to what you toggled for example: global persist $head = 2 global persist $cloth = 1 global persist $cloth1 = 1 global persist $hair = 1 And that's it you are left with this: [Constants] global $required_wwmi_version = 0.70 global $object_guid = 253182 global $mesh_vertex_count = 39221 global $shapekey_vertex_count = 30828 global $mod_id = -1000 global $state_id = 0 global $mod_enabled = 0 global $object_detected = 0 global persist $head = 0 global persist $cloth = 0 global persist $cloth1 = 0 global persist $hair = 0 global $head = 0 global $cloth = 0 global $cloth1 = 0 global $hair = 0 So either edit this ini part yourself or just copy and paste it 3
Nobunigun Posted April 22, 2025 Posted April 22, 2025 thicc_vitrium_dancer.zipVitreum Dancer Topless(Bigger).zipHow would one combine these two mods.
Tenj1n Posted April 22, 2025 Posted April 22, 2025 18 hours ago, Zerondil said: https://www.fanbox.cc/@shen18545545/posts/9751253 anyone have this? +1 and any other mods like this. Alternate outfits are nice and all but mods that are actually lewd and fetishistic will always be the best.
jam5 Posted April 22, 2025 Posted April 22, 2025 On 4/21/2025 at 7:38 AM, emerymods said: anyone with discord link for wuwa mods https://discord.gg/erpEqzuPqV
jam5 Posted April 22, 2025 Posted April 22, 2025 20 hours ago, Numbers66 said: look at the profile, they shared it for the past few months lol how can people be so confidently wrong 1
saber0001 Posted April 22, 2025 Posted April 22, 2025 anyone got this mod https://arca.live/b/thingzyoa/117820166
rstKKK Posted April 22, 2025 Posted April 22, 2025 37 minutes ago, saber0001 said: anyone got this mod https://arca.live/b/thingzyoa/117820166 https://www.huihui.top/?list_11/507.html 2
Numbers66 Posted April 22, 2025 Posted April 22, 2025 2 hours ago, jam5 said: how can people be so confidently wrong when you visit a profile where you see a few months of comments with thye same link.... Wonder what the first thought would be?? jokes aside, someone did confirm the server is pretty new and the comments are edited? though that to me still sounds suspicious...
saber0001 Posted April 22, 2025 Posted April 22, 2025 3 hours ago, rstKKK said: https://www.huihui.top/?list_11/507.html thank you brro 1
infinitybelt Posted April 22, 2025 Posted April 22, 2025 7 hours ago, DraGZ76 said: The first bit I am writing is for reference and you will be able to use this in future mods you have troubles with (they just don't have persist or you can manually put the number in perstist part) : Some mods even tho they have toggles in them DO NOT have included in the ini "global persist $key0 = 0" In case of the shorekeeper mod that's what we have by default: [Constants] global $required_wwmi_version = 0.70 global $object_guid = 253182 global $mesh_vertex_count = 39221 global $shapekey_vertex_count = 30828 global $mod_id = -1000 global $state_id = 0 global $mod_enabled = 0 global $object_detected = 0 global $head = 0 global $cloth = 0 global $cloth1 = 0 global $hair = 0 So what you wanna do is add under "global $object_detected = 0" global persist $head = 0 global persist $cloth = 0 global persist $cloth1 = 0 global persist $hair = 0 Once you do the toggles press F10 to SAVE and it should change from 0 based to what you toggled for example: global persist $head = 2 global persist $cloth = 1 global persist $cloth1 = 1 global persist $hair = 1 And that's it you are left with this: [Constants] global $required_wwmi_version = 0.70 global $object_guid = 253182 global $mesh_vertex_count = 39221 global $shapekey_vertex_count = 30828 global $mod_id = -1000 global $state_id = 0 global $mod_enabled = 0 global $object_detected = 0 global persist $head = 0 global persist $cloth = 0 global persist $cloth1 = 0 global persist $hair = 0 global $head = 0 global $cloth = 0 global $cloth1 = 0 global $hair = 0 So either edit this ini part yourself or just copy and paste it Thanks again, you have been very helpful ^^
Koda1024 Posted April 23, 2025 Posted April 23, 2025 7 hours ago, jam5 said: https://discord.gg/erpEqzuPqV Hi can i have a new link? i would like to join as well as the previous mod group seems dead T.T many thx
Popular Post Nom-Nom Posted April 23, 2025 Popular Post Posted April 23, 2025 (edited) Update |Kitsune Wives UI Pack2.2.4| All Images on discord(https://discord.gg/2vgXq36tDw). Ask Questions/Recommend/Post/Chat here. | Added | More loading screens (155 -> 234 images, now includes Scar, Phrolova, Rosemary, Margherita, Ciaconna, Cartethyia, Fleurdelys, and some echos) Spoiler Ragunna City (i have shaders on so some images are super saturated) Spoiler Ascendant Aces Spoiler Brant Skills Spoiler Thousand Gateways Spoiler |TOGGLES| | Most UI | Forward: ( ] ) Back: ( [ ) Mode: ( \ ) SKILLS/ATK/UTILITY/SKILL SCREEN: ( ' ) | TeamUI | | Portraits | Portrait mode: ( ] ) On/Auto/Hidden CHR Menu: ( \ ) | Backgrounds | Forward: ( . ) Back: ( , ) Mode: ( / ) Off/On/Auto | Loading Screens | Backward: Left Arrow Forward: Right Arrow Random: Tab | DOWNLOAD | 1.50 Gb https://mega.nz/file/COx3CLbQ#kIRFG7wQ92Y3VmAqQvz2Nc2Nxt_4BtL7FVhmBDhGE8o Hope You Enjoy! Edited April 23, 2025 by Nom-Nom 26
luk252 Posted April 23, 2025 Posted April 23, 2025 Anyone get full toggle of this mod ? https://www.patreon.com/posts/kunoichi-126417601 2
mwmmmw Posted April 23, 2025 Posted April 23, 2025 On 4/21/2025 at 8:41 PM, emerymods said: damn I hate myself for not knowing how to mod😭 ,can someone mod this taoqi mod and make her thicc somehow don't be fooled by the close screenshot she's super thin in game thanks in advance Taoqi Sabrina swimsuit.zip 19.16 MB · 213 downloads +1 1
jimmyW Posted April 23, 2025 Posted April 23, 2025 On 4/19/2025 at 11:23 PM, DraGZ76 said: I may be wrong but I saw already couple cases of what you describe If you had enabled RTX in engine.ini or overall mods will become glitchy Tho again it may be different in your case without any images or anything I am just guessing here Example of what I saw and both cases had rtx ON 于 2025 年 4 月 19 日晚上 11:28,MasterzCv 说: 啊,我明白了..... 啊,我看到现在修复了,谢谢一百万!! 这个错误在故事任务 T-T 中是 bruh 如何解决?我仍然有这个错误。
hakchy Posted April 23, 2025 Posted April 23, 2025 guys rover botton heavy is not working, how i can fix it?
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