Jump to content

[Zenless Zone Zero] Mods


Nyandred

Recommended Posts

Posted
On 8/13/2026 at 6:21 AM, 騎空士 said:

Lune Ming (Mingchen)’s Remielle Swimsuit Unfinished has been completed. Now we can install other authors’ MODs on the default skin to switch between them! Can anyone share it? Thanks in advance.image.thumb.png.8c4fc12932eb21467992ada975dae3f0.png

 

RemielleSkin_Unfinished.7z

Posted
6 hours ago, jadeseal said:

You will have to edit the .ini file and add a condition for every mod of her skins that causing conflict and the condition has to trigger only when a unique hash of each skin appears 'body or legs' and applied to the shared hashes 'head and face and hair sometime' 

 

and here a tutorial on how u do it:
 

first add the condition to [Constants] block:

global persist $summerskin = 0 

and to [Present] block like this (if the mod doesn't have [Present] block just add one):

if $summerskin > 0
    post $summerskin = $summerskin - 1
endif

 

and then we want the mod to trigger whenever a "unique hash" of the skin appear,

the unique hashes for belle skins for belle skins are:

b36f6834 for summer skies

4d74d5e9 for delicate sunlight

3ee01622 for the base skin

987395ef for brilliance of stars

u can figure them out by activating hunting mode "by clicking 0 on numpad" then find a hash that hides part of her body but not her other skins, preferably VB as it seem to be more stable more than IB. 

 

for example the summer skin have b36f6834 so we're gonna find it in the summer skin .ini file and add:

$summerskin = 2

right under the line "hash = b36f6834

so the block would be something like this

 

[TextureOverrideSummerBelleBodyBlend]
hash = b36f6834

$summerskin = 2
handling = skip
vb2 = ResourceSummerBelleBodyBlend
if DRAW_TYPE == 1
    vb0 = ResourceSummerBelleBodyPosition
    draw = 67137, 0
    ResourceBodySO0 = ref so0
    $active = 1
endif

 

 

And the last step is to apply the condition to the blocks with shared hashes by adding the line

if $summerskin > 0

Right under the "hash = ******" line, if the block doesn't have a hash line don't touch it.

and then adding:

endif

at the very end of the block right before the next block, even if the block had an endif already add another one under it

a block is anything under a line with the [**] so make sure to add it before the next [] 

So it would be something like this for those 2 blocks: Red is the added part 

 

[TextureOverridebell.3hairIB]
hash = ea055cac

if $summerskin > 0
handling = skip

endif

 

[TextureOverridebell.3hairA]
hash = ea055cac

if $summerskin > 0
match_first_index = 0
run = CommandListSkinTexture
ib = Resourcebell.3hairAIB
if $A == 0
    drawindexed = 3126, 0, 0
endif
if $H == 0
    drawindexed = 13335, 37032, 0
else if $H == 1
    drawindexed = 18501, 3126, 0
else if $H == 2
    drawindexed = 15405, 21627, 0
endif

endif

 

[TextureOverridebell.3bodyIB]

.....

 

 

the shared hashes are usually under a block named something like [TextureOverrideSummerBelleFace],  [TextureOverrideSummerBelleHairBlend] or something like this so its easy to spot, if in doubt just apply it to all hashes execpt the unique one and it should be fine. 

the trigger itself "$summerskin" can be $anything as long as its stay the same for each .ini

Thanks for the tutorial. I’m not very good at this kind of thing, so I asked AI for help, and the problem was with the Zentrik_BIT mod. After AI fixed it, everything went back to normal.

Posted
On 8/6/2026 at 4:12 PM, Gesegnet said:

It took me quite a bit to compress it from 2 gb to 245 mb+, tested the compressed version. It seems to be working fine.image.thumb.png.99771ed7581350c1272e6f5e85af3468.png Hotkey menu is H, or you can just read this picture.

 

MeetFlab's Cissia NSFW mod - Expert Training 1,0 is broken for my game for some reason; it has been pretty laggy since the last update.

Luxury and decadence DLC.7z 246.47 MB · 9 downloads

Most of the buttons aren't working, does anyone know the reason?

Posted
6 hours ago, ankeongonthe said:

Does anyone know how to remove the bright spot on the back with the Lucia Velvet skin?

image.png.535c9a22d9aea5b4b8b15b36d116b93d.png

Can you share the mod pls

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