Jump to content

[Zenless Zone Zero] Mods


Nyandred

Recommended Posts

Posted
6 hours ago, Hikoyore said:

posted in dc

image.png.6348b055243f7cce29c6193fe81c3aec.png

 

 

 

 

I appreciate it greatly! Had an issue though, the toggles were constantly activating all on their own. So, I pasted the entire .ini into ChatGPT, told it my issue and it told me I needed to do the following.

 

Find this section:

Ini, TOML
[Present]
post $active = 0
$body = (time * $fps % ($frameEnd - $frameStart + 1) + $frameStart) // 1
$legs = (time * $fps % ($frameE - $frameS + 1) + $frameS) // 1
$panties = (time * $fps % ($frameEE - $frameSS + 1) + $frameSS) // 1.2

Change it to this (by adding a semicolon ; to comment out the animated lines):

Ini, TOML
[Present]
post $active = 0
;$body = (time * $fps % ($frameEnd - $frameStart + 1) + $frameStart) // 1
;$legs = (time * $fps % ($frameE - $frameS + 1) + $frameS) // 1
;$panties = (time * $fps % ($frameEE - $frameSS + 1) + $frameSS) // 1.2

By commenting those lines out, the variables ($body, $legs, $panties) will no longer be animated and will instead revert to the values you set in the [Constants] section (which are 1 for all of them)

 

It worked perfectly! IDK if this will mess anything up, but no issues so far.

Posted

Does anyone know where is the ZhuYuan and QingYi sex anims that takes place inside the randomplay desk? I know a russian guy posted a picture and i cant find the mod anywhere.

Posted
1 hour ago, Sangoku25 said:

image.png?ex=68fba7b9&is=68fa5639&hm=680   where is your nude mod haha XD Joke

I'm actually waiting for one, my Brain refuses to finish the Main Story unless a nude mod for her is out.

Posted
30 minutes ago, Gugligo said:

I'm actually waiting for one, my Brain refuses to finish the Main Story unless a nude mod for her is out.

Then the both of you will have to wait for the 2nd half of the next patch, because that's when everyone will release the mods for her.

Posted
5 hours ago, GalaSeraph said:

Then the both of you will have to wait for the 2nd half of the next patch, because that's when everyone will release the mods for her.

I already have a NPC nude mod for Zhao, so it's not impossible.

Posted
On 10/23/2025 at 10:20 AM, drdrhjdfhd said:

I appreciate it greatly! Had an issue though, the toggles were constantly activating all on their own. So, I pasted the entire .ini into ChatGPT, told it my issue and it told me I needed to do the following.

 

Find this section:

Ini, TOML
 
[Present]
post $active = 0
$body = (time * $fps % ($frameEnd - $frameStart + 1) + $frameStart) // 1
$legs = (time * $fps % ($frameE - $frameS + 1) + $frameS) // 1
$panties = (time * $fps % ($frameEE - $frameSS + 1) + $frameSS) // 1.2

Change it to this (by adding a semicolon ; to comment out the animated lines):

Ini, TOML
 
[Present]
post $active = 0
;$body = (time * $fps % ($frameEnd - $frameStart + 1) + $frameStart) // 1
;$legs = (time * $fps % ($frameE - $frameS + 1) + $frameS) // 1
;$panties = (time * $fps % ($frameEE - $frameSS + 1) + $frameSS) // 1.2

By commenting those lines out, the variables ($body, $legs, $panties) will no longer be animated and will instead revert to the values you set in the [Constants] section (which are 1 for all of them)

 

It worked perfectly! IDK if this will mess anything up, but no issues so far.

Apparently I copied the mod from my folder.
I updated the post, now there's no animation.

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...