The dev is a man of cultureView attachment 2302730
Spotted Zyzz signature pose on the previews made me click and at least have a look.
R.I.P Zyzz ... legends never die...
The dev is a man of cultureView attachment 2302730
Spotted Zyzz signature pose on the previews made me click and at least have a look.
<YOURGAMEFOLDER>/Learn The Heart_Data/Managed/Assembly-CSharp.dll
with the provided Assembly-CSharp.dll
now the game instacrahes!Soo.. I tried to figure out the correct items. Couldn't for some, got annoyed, turned to cheating.
Figures the "Patreon Version" is not an extra version but simply a boolean.
Removed the 2 Patreon Checks.
Cheats are under the "?" top right. Rich, Stamina and Unlock all are on the right side of the dialogue box.
Replace<YOURGAMEFOLDER>/Learn The Heart_Data/Managed/Assembly-CSharp.dll
with the providedAssembly-CSharp.dll
Is there a way to do it on Android cause I can't find the Assembly-CSharpSoo.. I tried to figure out the correct items. Couldn't for some, got annoyed, turned to cheating.
Figures the "Patreon Version" is not an extra version but simply a boolean.
Removed the 2 Patreon Checks.
Cheats are under the "?" top right. Rich, Stamina and Unlock all are on the right side of the dialogue box.
Replace<YOURGAMEFOLDER>/Learn The Heart_Data/Managed/Assembly-CSharp.dll
with the providedAssembly-CSharp.dll
Unity apk is Il2Cpp compiled, while desktop one is just Mono.Is there a way to do it on Android cause I can't find the Assembly-CSharp
\lib\arm64-v8a\libil2cpp.so
and \lib\armeabi-v7a\libil2cpp.so
.cant find managed file on game file ??S:Soo.. I tried to figure out the correct items. Couldn't for some, got annoyed, turned to cheating.
Figures the "Patreon Version" is not an extra version but simply a boolean.
Removed the 2 Patreon Checks.
Cheats are under the "?" top right. Rich, Stamina and Unlock all are on the right side of the dialogue box.
Replace<YOURGAMEFOLDER>/Learn The Heart_Data/Managed/Assembly-CSharp.dll
with the providedAssembly-CSharp.dll
I found it after going to appdata>lowlocal>beepbopdubi should be in therecant find managed file on game file ??S:
thats the location of the saved file, not the Assembly-CSharp.dllI found it after going to appdata>lowlocal>beepbopdubi should be in there
That edited file SomeC4 supplied was for a previous version. Looks like the file structure is a bit different in the latest version. I don't think it's compatible.cant find managed file on game file ??S:
Can you update to the latest version please?Soo.. I tried to figure out the correct items. Couldn't for some, got annoyed, turned to cheating.
Figures the "Patreon Version" is not an extra version but simply a boolean.
Removed the 2 Patreon Checks.
Cheats are under the "?" top right. Rich, Stamina and Unlock all are on the right side of the dialogue box.
Replace<YOURGAMEFOLDER>/Learn The Heart_Data/Managed/Assembly-CSharp.dll
with the providedAssembly-CSharp.dll
That edited file SomeC4 supplied was for a previous version. Looks like the file structure is a bit different in the latest version. I don't think it's compatible.
Like the android Version, the Desktop Version is Il2cpp complied now.Can you update to the latest version please?
Tbh on desktop it would be quite easy using MelonLoader (Mod Injector), but the same as above applies.Unity apk is Il2Cpp compiled, while desktop one isjust Mono[also Il2Cpp compiled].
So the file to edit isGameAssembly.dll.\lib\arm64-v8a\libil2cpp.so
and\lib\armeabi-v7a\libil2cpp.so
Since Il2Cpp is there to obfuscate, you need
1. Il2CppDumper to get the Assembly-CSharp.dll,
2. dnSpy to get the method names and their Offsets,
3. IDA to get (and modify) Assembly and Offsets,
4. Assembly to Hex converter and
5. HxD (HexViewer) to edit the Hex Code.
I theory I do know how but I've never done it and I don't have the time to get into this until it works.
Feel free to try it yourself and ask along the way tho. I'm happy to help. I just won't do it because of time constraints.
I'll do it if I have any incentive to get into il2cpp hacking or I magically learn how to use MelonLoader.I've never done it and I don't have the time to get into this