Jump to content

req Wuthering waves


Recommended Posts

Posted
7 hours ago, hakchy said:

by any chance, someone have this one?

 

438c90c24867b2a3943d08baa895e56ffdc18618749919e95465ee3edd9fbce6.png?expires=1723421840&key=XdJIXtimue-40eg_qLZzvA&type=orig

i don't think so,

it is still in development the mod is only available for patreon subscribers right now

Posted
On 8/10/2024 at 11:56 PM, Hikoyore said:

since the mod was deleted on banana, but i managed to grab it. it's great ଘ(੭ˊᵕˋ)੭* ੈ✩‧₊

arka.live (not file) \ banana (deleted post) \ arka.live (new post, file) \ credit - afdian - kxrm

 

Encore milk

Encoremilk.png.dc935037c662f66c2db87f77573bf255.png

  Reveal hidden contents

671224738_.png.58fc977cf58d7c59ef2f84b27e4cbf76.png2.png.fea6b5df5e112379eb723c9926db8bc1.png

 

Encore milk.rar

mediafire

VirusTotal

Any genius want to combine the pantsu from this mod with her normal outfit? or the Kid Changli banana mods one?

Posted
On 7/30/2024 at 10:32 PM, RockRoss said:

Jinhsi - Bikinis Beach (Multi-colors)
by Ahuang
v0lap5.png

Other colors :
 

  Reveal hidden contents


6m2me5.png
xq1d0s.png
paw68l.png
daxhwm.png
z5xhgt.png
bpf8o3.png
gth943.png
2xaz9n.png


Source :
https://arca.live/b/thingzyoa/112542315?category=WWMI&p=1
arca.live R-18 / 익명_025386431

Download :
https://kiosk.ac/c/012l032k300M1R2G341p1Y3P1g2M0D0V

Password :
0730명조Eldwh

Instruction for change color
Press "K"
or change the key in "mod.ini"
Capture-d-cran-2024-07-30-172922.png

can anyone share this mod for me, pls

Posted (edited)
On 8/13/2024 at 7:06 PM, mintsoda2409 said:

can anyone share this mod for me, pls

  Reupload

Jinhsi - Bikinis Beach (Multi-colors)

v0lap5.png

Other colors :
 

Spoiler


6m2me5.png
xq1d0s.png
paw68l.png
daxhwm.png
z5xhgt.png
bpf8o3.png
gth943.png
2xaz9n.png


Download :
https://www.mediafire.com/file/luveop2suehw7t1/Jinhsi+-+Bikinis+Beach+(Multi-colors).rar

VirusTotal :
https://www.virustotal.com/gui/file/d46bd9c6f0638f1d2171844c3aceffb9811bcf87124fbaa41c67fb516a54b02a

Toggle Key : K

Edited by RockRoss
Posted (edited)

  

Jinhsi - Scarlet Elegance

Preview00.gif
 


Download :

https://www.mediafire.com/file/5uv3o79s2gtp5lt/Jinhsi+-+Scarlet+Elegance.rar
Jinhsi - Scarlet Elegance.rar

VirusTotal :
https://www.virustotal.com/gui/file/6ceb8b2c90b387016769fec7c3fcd4e83b3d92690f5c4e3ef42ae5d3d5cb3068

 

 

Edited by RockRoss
I confused the names "Jianxin" and "Jinhsi".. huhu // Cleaned
Posted
On 7/16/2024 at 2:11 AM, rpgboy said:

Anybody has ArkSecretFolder jinhsi mod and can DM me? His account got removed

6690a08c38f71.jpg

Hello did you get this? could you share it?

Posted

bro, how to solve it by opening the file (mod.ini) in notepad, then delete it from the script [present] until before the script [CommandListRegisterMod]. and ctr+s or save changes. actually you don't need to do this if you have downloaded modmanager on gamebanana

Screenshot_489.png?ex=66bd8959&is=66bc37Screenshot_490.png?ex=66bd8959&is=66bc37

Posted (edited)
9 hours ago, nakix said:

bro, how to solve it by opening the file (mod.ini) in notepad, then delete it from the script [present] until before the script [CommandListRegisterMod]. and ctr+s or save changes. actually you don't need to do this if you have downloaded modmanager on gamebanana

Скриншот_489.png?ex=66bd8959&is=66bc37Скриншот_490.png?ex=66bd8959&is=66bc37

To fix it, you need to remove everything related to modmanager. Also, tweak the strings, as enddif errors cannot be avoided. I'll do it soon, but I won't do it a third time, at least for myself.

 

UPDATE: We're lucky that this time we don't have to delete NuraThings snippets throughout the document. 

Спойлер

need delete this:
 

if $\NuraThings\ModManager\CharacterModData\Active_Jinhsi == 1
    if $First_Run == 1
        pre $\NuraThings\ModManager\first_run = 1
        $First_Run = 0
    endif

    if $\NuraThings\ModManager\config_mode == 1
        if $\NuraThings\ModManager\charSwap == 1
            $IncludedInMaxCount = 0
        endif

        if $IncludedInMaxCount == 0
            ;$\NuraThings\ModManager\currentCharacterID = $CharacterID
            $\NuraThings\ModManager\currentCharMaxID = $\NuraThings\ModManager\currentCharMaxID + 1
            $IncludedInMaxCount = 1
            $ModID = -1
        endif

        if $ModID == -1
            $ModID = $\NuraThings\ModManager\currentCharMaxID
        endif

    endif

else if $IncludedInMaxCount == 1
    ;$ModID = -1
    $IncludedInMaxCount = 0
    post $Resources_Set = 0
    run = CommandList\NuraThings\ModManager\Reset
endif

if $\NuraThings\ModManager\CharacterModData\Jinhsi == $ModID
    post $Mod_Enabled = 1
    
    if $Resources_Set == 0
        post Resource\NuraThings\ModManager\ModName = ref ResourceModName unless_null
        post Resource\NuraThings\ModManager\ModAuthor = ref ResourceModAuthor unless_null
        post Resource\NuraThings\ModManager\ModDescription = ref ResourceModDesc unless_null
        post Resource\NuraThings\ModManager\ModLink = ref ResourceModLink unless_null
        post Resource\NuraThings\ModManager\ModLogo = ref ResourceModLogo unless_null

        post $Resources_Set = 1
    endif

else
    post $Mod_Enabled = 0
    post $Resources_Set = 0
endif

Спойлер

2.png.924d0f1543413deeab64ab998bdd4aa3.png

Jinhsi - Scarlet Elegance.rar

 

I like your style of posting mods, and in principle try to do the same, beautifully comes out, but please check them before publishing... edit each one... it can take a lot of time @RockRoss

Edited by Hikoyore
upd
Posted
55 minutes ago, Hikoyore said:

To fix it, you need to remove everything related to modmanager. Also, tweak the strings, as enddif errors cannot be avoided. I'll do it soon, but I won't do it a third time, at least for myself.

 

UPDATE: We're lucky that this time we don't have to delete NuraThings snippets throughout the document. 

  Reveal hidden contents

need delete this:
[Present]

if $\NuraThings\ModManager\CharacterModData\Active_Jinhsi == 1
    if $First_Run == 1
        pre $\NuraThings\ModManager\first_run = 1
        $First_Run = 0
    endif

    if $\NuraThings\ModManager\config_mode == 1
        if $\NuraThings\ModManager\charSwap == 1
            $IncludedInMaxCount = 0
        endif

        if $IncludedInMaxCount == 0
            ;$\NuraThings\ModManager\currentCharacterID = $CharacterID
            $\NuraThings\ModManager\currentCharMaxID = $\NuraThings\ModManager\currentCharMaxID + 1
            $IncludedInMaxCount = 1
            $ModID = -1
        endif

        if $ModID == -1
            $ModID = $\NuraThings\ModManager\currentCharMaxID
        endif

    endif

else if $IncludedInMaxCount == 1
    ;$ModID = -1
    $IncludedInMaxCount = 0
    post $Resources_Set = 0
    run = CommandList\NuraThings\ModManager\Reset
endif

if $\NuraThings\ModManager\CharacterModData\Jinhsi == $ModID
    post $Mod_Enabled = 1
    
    if $Resources_Set == 0
        post Resource\NuraThings\ModManager\ModName = ref ResourceModName unless_null
        post Resource\NuraThings\ModManager\ModAuthor = ref ResourceModAuthor unless_null
        post Resource\NuraThings\ModManager\ModDescription = ref ResourceModDesc unless_null
        post Resource\NuraThings\ModManager\ModLink = ref ResourceModLink unless_null
        post Resource\NuraThings\ModManager\ModLogo = ref ResourceModLogo unless_null

        post $Resources_Set = 1
    endif

else
    post $Mod_Enabled = 0
    post $Resources_Set = 0
endif

  Reveal hidden contents

2.png.924d0f1543413deeab64ab998bdd4aa3.png

Jinhsi - Scarlet Elegance.rar 15.23 MB · 1 download

 

I like your style of posting mods, and in principle try to do the same, beautifully comes out, but please check them before publishing... edit each one... it can take a lot of time @RockRoss



Hello, thank you for your advice and support. I recently re-edited and re-uploaded the Scarlet Elegance mod.

Spoiler

Sans-titre.png


"Normally," there shouldn’t be any conflicts this time with the next three.
I’ve tried to fix the issues, if you could take a look and let me know if you find any anomalies or errors, I’d appreciate it ! ~

Posted (edited)
On 8/7/2024 at 4:51 PM, RockRoss said:

Sanhua - Gothic

There is an updated version of it in the archive, except it's the same problem again and needs to be edited... how lazy is that.

Spoiler

1263148204_.png.5e2fb4438af34de539f520d6f9bb148c.png

and the version in the archive

Spoiler

image.png.dcc4a6367b0566e0f9c3bef849524240.png

I'll do it... but... it would be nice to see past versions too. as soon as I finish, I'll upload quite a few edited versions from arka.live. I've only had time to work with one archive, but I don't know if I'll have time for the second one.

Spoiler

image.png.e91a785a57e5241d8ca7ac403cebe996.png

but I'd still need to edit the face for some of the options, because it looks disgusting in there.

we're talking about this archive - arca.live

Edited by Hikoyore
Posted
On 8/14/2024 at 12:21 AM, RockRoss said:

  Reupload

Jinhsi - Bikinis Beach (Multi-colors)

v0lap5.png

Other colors :
 

  Reveal hidden contents


6m2me5.png
xq1d0s.png
paw68l.png
daxhwm.png
z5xhgt.png
bpf8o3.png
gth943.png
2xaz9n.png


Download :
https://www.mediafire.com/file/tmd5sjtlcosbp16/Jianxin+-+Summer+Bikini.rar/file

VirusTotal :
https://www.virustotal.com/gui/file/e6ac3d26cc079684a94015490d9ea6c929f0e94b9693edae89f9874623b76258

Toggle Key : K
 

I checked it and it seem u sent jianxin bikini not jinshi. i wonder if u can sent me again

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...