FieldMarshal98
Newbie
- Jan 27, 2023
- 21
- 91
- 23
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.Do you have any compare screenshots to show what is different from your mod to the default?
Yes, though expect it to take a while.Will there be more updates?
Night of Revenge
The Agnietta
La Vitalis: Immortal Loss
Hounds of the Meteor
a bit unrelated to the game but what's the sauce of the image please?Night of Revenge
The Agnietta
La Vitalis: Immortal Loss
Hounds of the Meteor
View attachment 5058570
View attachment 5058570
Sorry just to check should it then look like this?You must be registered to see the links
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
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.0Sorry just to check should it then look like this?
View attachment 5067040
Ah great thanks!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
Yes, this mod only uncensor Lelia, it don't change clothes in any wayAh 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?
naw it is really good. There are a LOT of different birthing scenes. They do result in a game over but it is tied up into the games plot heavily. Definitely give the game a whirl if you have a pregnancy thing.what a waste of time then![]()
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 timeA 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.
please helpis there just no way to unlock the gallery easily? i tried many saves. still none of them would give me the progress.
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.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
Do you think anything else can be written for more fps?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.
I see that your device has 2 Cores by looking at your settings.Do you think anything else can be written for more fps?
Understood, thank you. Unfortunately, as you said, there is no such shortcut in winlator.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.