kokoro1000

Member
Dec 21, 2018
120
174
62
Do you have any compare screenshots to show what is different from your mod to the default?
This is Chinese Uncensor Mod, one of the best that is out there in my opinion that don't modify original clothes of the portraits, and link is to updated version with new scenes from v1.1.0.

I play one full gameplay with that Chinese Uncensor Mod, then I swap for next full gameplay with Hardflip No Veil Transparent Clothes Mod. Those are my 2 favorite mods for now. I also like this new brown hair Lelia but she's censored for now. Maybe someone will uncensor brown hair Lelia in future... but then we will get red hair Lelia, blonde hair Lelia, purple hair Lelia, black hair Lelia... just joking :p
 
Last edited:

Innocent Chloe

Active Member
Jul 23, 2017
630
1,072
310

hi guys, this is bilbili 元素雨 mod,code:246580
you need Unzip to get a file named Desktop,Continue to unzip to get two files ,and
Then extract the two files that you get
Finally move the two files into the mod/player, I successfully tested it in version 1.0.5.

by the way, I'm a bilbili depth user, but I only learned about this mod on F95 , Thanks to bilbili blogger 元素雨 for his selfless sharing
Sorry just to check should it then look like this?
1753196417404.png
 

kokoro1000

Member
Dec 21, 2018
120
174
62
Last edited:

Innocent Chloe

Active Member
Jul 23, 2017
630
1,072
310
Yes, but you should reneme folders with japanese/chinese characters to something like "Lelia_Uncensored", and if you downloaded from that link, then it is old version that don't have new scenes, you should download for v1.1.0

New chinese uncensor mod is here:
Chinese Uncensor Mod
Ah great thanks!
Is this also the original appearance of Lelia? The older version one that I downloaded has Lelia in a club outfit rather than the original appearance simply uncensored?
 

kokoro1000

Member
Dec 21, 2018
120
174
62
Ah great thanks!
Is this also the original appearance of Lelia? The older version one that I downloaded has Lelia in a club outfit rather than the original appearance simply uncensored?
Yes, this mod only uncensor Lelia, it don't change clothes in any way :)
When you unpack it, rename main folder and delete "Animation" folder, you need only "Portrait" folder for uncensor.
 
Last edited:

misakik1

Member
Jan 14, 2020
168
244
117
A quick update on my English retranslation patch.
EDIT: outdated, check the latest preview patch, link in my signature.

I may not be able to finish the translations by the weekend due to things happening IRL.
I'll try to finish it before the developer releases the next major update.

preview.png
In the meantime, I wrapped up what I have at the moment to make a preview patch for those who are interested:
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

kokoro1000

Member
Dec 21, 2018
120
174
62
A quick update on my English retranslation patch.

I may not be able to finish the translations by the weekend due to things happening IRL.
I'll try to finish it before the developer releases the next major update.

View attachment 5067231
In the meantime, I wrapped up what I have at the moment to make a preview patch for those who are interested:
You don't have permission to view the spoiler content. Log in or register now.
This looks very good, I'm so excited for final version. If you don't mind I can help you test every new version of translation patch, to help you catch faster every text errors or missing text. I have a lot free time :p
 

Gameil

The Horny Gamer
Uploader
Sep 12, 2017
557
20,214
657
Uncensor mod for v1.1.0

- - -

The mod is the same one posted by NEWqwew on here.
I just added mirrors to his upload and removed password.
 

Pontuer

Newbie
Mar 14, 2024
22
3
22
I just posted an update of my mod for the latest version of the SiNiSistar2.
For those ones who downloaded this mod before, please download new version.
You will find download link here:
Performance Mod SiNiSistar2 v1.1.0
Thank you, I'm going to ask something else. Can this mod be made to give more fps? I play the game on winlator and every fps is important to me. (can things like erase the background be done) if it can be done, can you tell me where to do it.
 

kokoro1000

Member
Dec 21, 2018
120
174
62
Thank you, I'm going to ask something else. Can this mod be made to give more fps? I play the game on winlator and every fps is important to me. (can things like erase the background be done) if it can be done, can you tell me where to do it.
Do you think anything else can be written for more fps?
I see that your device has 2 Cores by looking at your settings.

Values for Keys "gc-helper-count=" and "job-worker-count=" has to be numbers of your device cores.

You can raise "gc-max-time-slice=" from value "4" to value "10", it will tell GC to work less often.
It's very simple how GC works: If this value is set to 4, then GC will wait 4 ms per frame before it take an action to collect not used anymore items, and then throw them out from memory. If GC work too often on weak device, it can decrease performance. When GC work less often, it can raise performance. You can set it even higher, but do not exceed 20.

Also you can add Key "no-stereo-rendering=1" to make sure, that VR module don't run in the backround and don't only eat memory. This is similiar to Key "vr-enabled=0", but if developer didn't disabled VR module, then it can run in the background and do nothing.

If your device is old, weak or don't have much cores, you can try and disable multi-threading rendering with "gfx-disable-mt-rendering=1", it helped some peoples a bit.

There are also commands that can be added to game shortcut (not sure if you can use commands in winlator):

--screen-fullscreen 0 --popupwindow --screen-quality Fastest

The first 2 commands will enable borderless gaming, while 3rd one will force Unity Quality preset.
Available quality values are: Fastest, Fast, Simple, Good, Beautiful, and Fantastic.

Theres nothing else that I can remove from Dynamic-Link Library without breaking something in game.
 
Last edited:
  • Like
Reactions: RamatoAyurigu

Pontuer

Newbie
Mar 14, 2024
22
3
22
I see that your device has 2 Cores by looking at your settings.

Values for Keys "gc-helper-count=" and "job-worker-count=" has to be numbers of your device cores.

You can raise "gc-max-time-slice=" from value "4" to value "10", it will tell GC to work less often.
It's very simple how GC works: If this value is set to 4, then GC will wait 4 ms per frame before it take an action to collect not used anymore items, and then throw them out from memory. If GC work too often on weak device, it can decrease performance. When GC work less often, it can raise performance. You can set it even higher, but do not exceed 20.

Also you can add Key "no-stereo-rendering=1" to make sure, that VR module don't run in the backround and don't only eat memory. This is similiar to Key "vr-enabled=0", but if developer didn't disabled VR module, then it can run in the background and do nothing.

If your device is old, weak or don't have much cores, you can try and disable multi-threading rendering with "gfx-disable-mt-rendering=1", it helped some peoples a bit.

There are also commands that can be added to game shortcut (not sure if you can use commands in winlator):

--screen-fullscreen 0 --popupwindow --screen-quality Fastest

The first 2 commands will enable borderless gaming, while 3rd one will force Unity Quality preset.
Available quality values are: Fastest, Fast, Simple, Good, Beautiful, and Fantastic.

Theres nothing else that I can remove from Dynamic-Link Library without breaking something in game.
Understood, thank you. Unfortunately, as you said, there is no such shortcut in winlator.
Are there ways to open the game in that fastest mode? Could it be in the game file or something?
 
4.70 star(s) 122 Votes