- Mar 28, 2023
- 1
- 0
Try to delete folder and reextract game from archive.When I click on the load menu from the main menu I just got the picture of the menu with nothing more and when I want too try to save a new files from a new game I just get a black screen did some one get that probleme or have a solution
Switching scenes was so painfully slow I decided to investigate a bit... besides theYou must be registered to see the linksbeing painfully slow at loading scenes (nothing much I can do about that without a lot of work) every time you switch scenes the game does a bunch of calls to wait and to fade the screen. Note that no scene loading is done during this time, the CPU is essentially idle for 1.5-3s every time you switch locations...
I modified the cheat mod to test this and it seems to be true, I basically patched the FadeScreen and Wait functions to be instant.
Here is a comparison video:
View attachment 2243566
Note that this is experimental and might break some stuff. "Wait" is used during many scenes, and I am unsure if they were necessary during scene changes for some reason. Still, I would appreciate some input about how the mod works. Especially if you find any game breaking bugs that I should fix before I release this properly.
Using it is the same as any command in the cheat mod: Just toggle the new commands (F9->Commands->Advanced->InstantWait/InstantFade).
It seems to be working without errors, as far as I know.Are there any errors during the game or is it working and you can bet?
Should work if you install AutoTranslator as a BepInEx plugin, followCheat Mod 2 -- doesn't work with AutoTranslator ?
Cheat Mod 2 - i uploaded 2 files and a folder from the archive to the root game and from the XUnity.AutoTranslator-BepInEx-5.2.0.zip (BepInEx) archive I threw it into the root game, i press F9 in the game and zero reactionIt seems to be working without errors, as far as I know.
Should work if you install AutoTranslator as a BepInEx plugin, followYou must be registered to see the links.
Upload and attachCheat Mod 2 - i uploaded 2 files and a folder from the archive to the root game and from the XUnity.AutoTranslator-BepInEx-5.2.0.zip (BepInEx) archive I threw it into the root game, i press F9 in the game and zero reaction
TheTwist1_0.52.1-cracked\BepInEx\LogOutput.log
, if it's not there you did something wrong. Make sure the files look as such:I don't have a LogOutput.log file in my BepInEx folderUpload and attachTheTwist1_0.52.1-cracked\BepInEx\LogOutput.log
, if it's not there you did something wrong. Make sure the files look as such:
View attachment 2784012
The problem is you installed both ReiPatcher and BepInEx, you can't have two Plugin Managers at the same time. I would extract the game in a new folder to have clean copy, install the files from the cheat plugin, and after that only the files from XUnity.AutoTranslator-BepInEx-5.2.0.zip. After running once you can configure the translator inI don't have a LogOutput.log file in my BepInEx folder
v1_0.52.1-cracked game
TheTwist1_0.52.1-cracked\BepInEx\config\AutoTranslatorConfig.ini
[Message: BepInEx] BepInEx 5.4.21.0 - TheTwist (2/11/2023 1:00:41 PM)
[Info : BepInEx] Running under Unity v2017.4.40.7214086
[Info : BepInEx] CLR runtime version: 2.0.50727.1433
[Info : BepInEx] Supports SRE: True
[Info : BepInEx] System platform: Windows
[Message: BepInEx] Preloader started
[Info : BepInEx] Loaded 1 patcher method from [BepInEx.Preloader 5.4.21.0]
[Info : BepInEx] 1 patcher plugin loaded
[Info : BepInEx] Patching [UnityEngine.CoreModule] with [BepInEx.Chainloader]
[Message: BepInEx] Preloader finished
[Warning: HarmonyX] AccessTools.Property: Could not find property for type UnityEngine.Application and name isBatchMode
[Message: BepInEx] Chainloader ready
[Message: BepInEx] Chainloader started
[Info : BepInEx] 1 plugins to load
[Info : BepInEx] Loading [CheatMenuPlugin 1.0.7]
[Message: BepInEx] Chainloader startup complete
yep, it works now.. Thank you)The problem is you installed both ReiPatcher and BepInEx, you can't have two Plugin Managers at the same time. I would extract the game in a new folder to have clean copy, install the files from the cheat plugin, and after that only the files from XUnity.AutoTranslator-BepInEx-5.2.0.zip. After running once you can configure the translator inTheTwist1_0.52.1-cracked\BepInEx\config\AutoTranslatorConfig.ini
I honestly don't know, I never ran this game in wine. The request for the log was to check if the plugins were being loaded, in your case they seem to be, that's all I can tell from the log. The input issues you mention might have something to do with not being able to access the GUI, idk?... If you only want the cheat to speed up the loading times you can set InstantWait and InstantFade defaults to true inMy LogOutput.log if anyone has a good idea
Code:[Message: BepInEx] BepInEx 5.4.21.0 - TheTwist (2/11/2023 1:00:41 PM) [Info : BepInEx] Running under Unity v2017.4.40.7214086 [Info : BepInEx] CLR runtime version: 2.0.50727.1433 [Info : BepInEx] Supports SRE: True [Info : BepInEx] System platform: Windows [Message: BepInEx] Preloader started [Info : BepInEx] Loaded 1 patcher method from [BepInEx.Preloader 5.4.21.0] [Info : BepInEx] 1 patcher plugin loaded [Info : BepInEx] Patching [UnityEngine.CoreModule] with [BepInEx.Chainloader] [Message: BepInEx] Preloader finished [Warning: HarmonyX] AccessTools.Property: Could not find property for type UnityEngine.Application and name isBatchMode [Message: BepInEx] Chainloader ready [Message: BepInEx] Chainloader started [Info : BepInEx] 1 plugins to load [Info : BepInEx] Loading [CheatMenuPlugin 1.0.7] [Message: BepInEx] Chainloader startup complete
BepInEx\config\CheatMenuPlugin.cfg
and use the in game cheats for the relation values.Uninstalled app, deleted folder, connected to patreon but same problem persists.Try to delete folder and reextract game from archive.
See related links in the OPis there a incest patch for this?
I'll try proton. Thanks for the suggestion.I honestly don't know, I never ran this game in wine. The request for the log was to check if the plugins were being loaded, in your case they seem to be, that's all I can tell from the log. The input issues you mention might have something to do with not being able to access the GUI, idk?... If you only want the cheat to speed up the loading times you can set InstantWait and InstantFade defaults to true inBepInEx\config\CheatMenuPlugin.cfg
and use the in game cheats for the relation values.
Edit:
Oh I also noticed they strongly recommend proton over wine in BepInEx's docs. See if this link helps you:You must be registered to see the links