mk40

Member
Jul 23, 2018
331
536
298
The main goal was to create something that lets you preview character animations without having to constantly relaunch the game.
You didn't have to relaunch the game for that, enabling the DevMode in the gallery allow you to reload the files by pressing "R". ;) With that said, this still a pretty useful tool you're making there. Nice work.

I noticed that you use the wrong default picture for the enlarged breast with the damaged clothes. It's supposed to display "Portrait\Broken\Stand\stand_breast.png". The one displayed on your tool show bites mark on her right nipple, which is from the demi-human event.
 

Henry1887

Active Member
Aug 2, 2020
695
938
287
Yup, now it works, can you add a "reload" function so I don't have to restart the game every time to see the changes?
1752159307656.png

Hot Reload Function is now added alonside some much needed code optimizations. Ill probably now try to add Custom Font Support.
 

pig05230

Newbie
Jun 4, 2025
26
141
37
You didn't have to relaunch the game for that, enabling the DevMode in the gallery allow you to reload the files by pressing "R". ;) With that said, this still a pretty useful tool you're making there. Nice work.

I noticed that you use the wrong default picture for the enlarged breast with the damaged clothes. It's supposed to display "Portrait\Broken\Stand\stand_breast.png". The one displayed on your tool show bites mark on her right nipple, which is from the demi-human event.
Thank you for your enthusiastic reply
My laptop would be slow when running the game, so I developed it
I should say that this software can combine the Animation files of different parts of different mods
and standardize the output(Currently only a few authorized, I will work hard)

The file I used at the beginning was from "Portrait\Broken\Stand\stand_handcuffed_breast.png"
Thanks for the reminder, I have fixed it now
 
  • Like
Reactions: mk40

Henry1887

Active Member
Aug 2, 2020
695
938
287
Made a Github repo for my Translation Extender Plugin:
The Mod Thread is currently in pending approval so itll soon be up.
 

mk40

Member
Jul 23, 2018
331
536
298
Thank you for your enthusiastic reply
My laptop would be slow when running the game, so I developed it
I should say that this software can combine the Animation files of different parts of different mods
and standardize the output(Currently only a few authorized, I will work hard)

The file I used at the beginning was from "Portrait\Broken\Stand\stand_handcuffed_breast.png"
Thanks for the reminder, I have fixed it now
Having an lighter alternative without having to rely on the game running in the background is definitly a great thing. (y)
 
  • Like
Reactions: pig05230

Regs H-Bot

Newbie
Jul 12, 2022
81
87
29
No Problem, you asked for feedback.

Also I've been wanting something like this for a very long time, these past few years I've just made do with ripping the images from the mod folder and stacking them with Paint.net until they look right.

Edit: Oh! I should have mentioned this as well
1752168034559.png
When switching the arms, it seems that the preview menu only changes the right arm, when switching between presets, the Left does actually change states
pig05230
 
Last edited:
  • Like
Reactions: pig05230

pig05230

Newbie
Jun 4, 2025
26
141
37
No Problem, you asked for feedback.

Also I've been wanting something like this for a very long time, these past few years I've just made do with ripping the images from the mod folder and stacking them with Paint.net until they look right.

Edit: Oh! I should have mentioned this as well
View attachment 5029785
When switching the arms, it seems that the preview menu only changes the right arm, when switching between presets, the Left does actually change states
pig05230
Thank you for your feedback
In the past development, I added "hidden" labels to prevent the widgets from overflowing the interface
I will delete this in the next update

I'm almost done with the headband mod and the headflower mod
prefer which
You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.
I personally prefer A
 
Last edited:

kokoro1000

Member
Dec 21, 2018
119
173
62
Simple Performance Mod For SiNiSistar2 (Updated)

For game version:
v1.1.0
Last time updated: 23.07.2025
Update changes:

23.07.2025
- Edited "Unity Arguments.txt" file. Removed renderers from the Arguments section, and they are now only in the Commands section, as they only work properly as commands.
20.07.2025
- Edited Key "build-guid=" in "boot.config" file for the new version of the game.
- Removed DirectX renderer argument from "boot.config" file as it may don't work as it should from there.
- Added gfx argument to "boot.config" file to ensure that multi-threaded rendering is enabled.
- Added Unity Commands to "Unity Arguments.txt" file, that can be added manually to game shortcut as commands.


If you have low end laptop or PC, and you fight for every FPS for your game, then this Mod is for you.

I play SiNiSistar2 on my low end laptop, and I made a Performance Mod for myself to boost FPS in game as much as possible.
It is a simple modification, that adds some unity arguments to "boot.config" file.
It also prevents some Dynamic-Link Library from running, that wont break game when they are removed.
I tested this modifications on my 2 laptops.
I played from start till end, and my game never crashed, and I didn't get any error message.
Mod was tested on game versions: v1.0.5, v1.0.6, v1.0.7 and v1.1.0

What this mod do:
- Disables Crash Reporting
- Disables Performance Reporting
- Disables Analytics
- Disables Debugger
- Disables Player Log
- Turns OFF Most Shaders
- Turns OFF Most Light Effects
- Turns OFF Blur Effect (YES! No more nasty blurring!)
- Turns OFF Some Fog Effects
- Turns OFF Being Drunk Effects
- Reduces Sword and Bow Light Effects making them as simple as possible
- Increases the number of the Garbage Collector (GC) helper threads
- Increases the number of the Job Queue worker threads
- Regulates the time for Garbage Collector (GC)
- Enables incremental Garbage Collector (GC)
- Enables multi-threading rendering

Download v1.1.0:


In zip file you can find also text file called "Unity Arguments.txt" with available Unity arguments and commands, that you can add manually to "boot.config" file or to game shortcut.

How to install mod:
1. Unpack those 3 files:
- boot.config
- RuntimeInitializeOnLoads.json
- ScriptingAssemblies.json
2. Copy and put them to "SiNiSistar2_Data" folder.
3. Say "Yes" to replace existing files.
4. That's everything! Now you can play your game.

Notes:
- Mod is compatibile with any version of SiNiSistar2, but you have to change manually Key called "build-guid=" in "boot.config" file which corresponds to the game version that comes up with every new update.
- To change renderer that game uses, you have to manually add command of that renderer to game shortcut.
- You can use Unity Arguments in every unity game that has "boot.config" file.
- You can use Unity Commands in every unity game by adding them to game shortcut.
 
Last edited:

derakino999

Well-Known Member
Sep 30, 2017
1,601
939
257
Simple Performance Mod For SiNiSistar2

If you have low end laptop or PC, and you fight for every FPS for your game, then this Mod is for you.

I play SiNiSistar2 on my low end laptop, and I made a Performance Mod for myself to boost FPS in game as much as possible.
It is a simple modification, that adds some unity arguments to "boot.config" file.
It also prevents some Dynamic-Link Library from running, that wont break game when they are removed.
I tested this modifications on my 2 laptops.
I played from start till end, and my game never crashed, and I didn't get any error message.
Mod was tested on game versions: v1.0.5, v1.0.6 and v1.0.7

What this mod do:
- Disables Crash Reporting
- Disables Performance Reporting
- Disables Analytics
- Disables Debugger
- Disables Player Log
- Turns OFF Most Shaders
- Turns OFF Most Light Effects
- Turns OFF Blur Effect (YES! No more nasty blurring!)
- Turns OFF Some Fog Effects
- Turns OFF Being Drunk Effects
- Reduces Sword and Bow Light Effects making them as simple as possible

Download:
Mega

In zip file is also text file called "Unity Arguments.txt" with available Unity arguments, that you can add manually to "boot.config" file.

How to install mod:
1. Unpack those 3 files:
- boot.config
- RuntimeInitializeOnLoads.json
- ScriptingAssemblies.json
2. Copy and put them to "SiNiSistar2_Data" folder.
3. Say "Yes" to replace existing files.
4. That's everything! Now you can play your game.

Note: Mod is compatibile with any version of SiNiSistar2, but you have to change manually Key called "build-guid=" in "boot.config" file which corresponds to the game version that comes up with every new update.
holy fuck awesome bro can't wait to test this
you GOAT

and misakik1
i owe you an apology
you are a fucking prophet man
*bows*
 
  • Like
Reactions: spudboi

CogitoErgusum

Newbie
Sep 25, 2020
18
151
71

derakino999

Well-Known Member
Sep 30, 2017
1,601
939
257
Simple Performance Mod For SiNiSistar2

If you have low end laptop or PC, and you fight for every FPS for your game, then this Mod is for you.

I play SiNiSistar2 on my low end laptop, and I made a Performance Mod for myself to boost FPS in game as much as possible.
It is a simple modification, that adds some unity arguments to "boot.config" file.
It also prevents some Dynamic-Link Library from running, that wont break game when they are removed.
I tested this modifications on my 2 laptops.
I played from start till end, and my game never crashed, and I didn't get any error message.
Mod was tested on game versions: v1.0.5, v1.0.6 and v1.0.7

What this mod do:
- Disables Crash Reporting
- Disables Performance Reporting
- Disables Analytics
- Disables Debugger
- Disables Player Log
- Turns OFF Most Shaders
- Turns OFF Most Light Effects
- Turns OFF Blur Effect (YES! No more nasty blurring!)
- Turns OFF Some Fog Effects
- Turns OFF Being Drunk Effects
- Reduces Sword and Bow Light Effects making them as simple as possible

Download:
Mega

In zip file is also text file called "Unity Arguments.txt" with available Unity arguments, that you can add manually to "boot.config" file.

How to install mod:
1. Unpack those 3 files:
- boot.config
- RuntimeInitializeOnLoads.json
- ScriptingAssemblies.json
2. Copy and put them to "SiNiSistar2_Data" folder.
3. Say "Yes" to replace existing files.
4. That's everything! Now you can play your game.

Note: Mod is compatibile with any version of SiNiSistar2, but you have to change manually Key called "build-guid=" in "boot.config" file which corresponds to the game version that comes up with every new update.
hold on hold on, could this work for other unity games?
 

SolidDZ

Newbie
Oct 2, 2024
53
289
131
so you can reduce the graphics of a game with that tool too? i thought it was just for increasing the resolution but if it helps with demanding games that's cool


well?
View attachment 5028173
please don't make predictions ever again
i'm joking i'm just desperate

EDIT: hold on, wtf, you're the same guy i thought i was replying to two different dudes XD
misakik1's prediction on DLsite summer sales was exact. I suspect dev is going to release his update on this weekend but I was wrong before.
 

rumbleweed

Newbie
May 16, 2025
32
86
27
There's a new patch coming soon, so I didn't release the new version of nude mod yet even though I made it at once.

But thanks to pig05230, there's a new program that can improve the convenience of creating mod files, so I'm going to provide a revised version of Skyclad(aka full nude mod) for him. This is for pixel files, especially for softer and more natural animation representation of the chest.

However, this could be different from dev's interpretation, and if dev supports the official nude mod patch, his interpretation should be prioritized to reduce conflicts with other mods.

This is because unlike other mods, nude mod can be the framework for the production of other costume mod files, so if dev's interpretation and mine are different, awkwardness can be found espcially in the shading representation.

I hope it will help you with pig05230 and other mod creators.


 

misakik1

Member
Jan 14, 2020
168
244
117
Well... it seems my prediction for the summer sale date was wrong. I was talking in Japanese time (UTC+9), and it didn't begin yesterday. Since the past summer sales all began and ended at 14:00 JST, we'll know for sure in about 3 hours if the sale begins today. However, whether the developer would release the update on Day 1 is unknown. EDIT: Crap. Not only the Summer Sale didn't begin, a "Summer Sale Pre-event" convering only Manga and CG sets just began and ends on 7/17. So... one more week to wait I guess.

I wanted to change the font to a pixel one to match the style of the in-game graphics. Here's a quick preview of how it looks under a low resolution of 480P (not really recommended, you should always use multiples of 720P if you can, as explained here.)
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:
4.70 star(s) 122 Votes