IPA
IPA copied to clipboard
Illusion Plugin Architecture (Reloaded)
I am facing the following error, when writing to the _Assembly-CSharp.dll_ module. Currently, the illusion plugin doesn't do anything, and is blank.  The error seems to happen at following...
Updating files... Architecture: x64 Successfully updated files! ERROR: Oops! This should not have happened. System.BadImageFormatException: Format of the executable (.exe) or library (.dll) is invalid. at Mono.Cecil.PE.ImageReader.ReadImage() at Mono.Cecil.PE.ImageReader.ReadImageFrom(Stream stream)...
Seems like the latest release (v3.4.1) does not include commit ca30be3135feea90032c2ae6cf8d95131e170b8a as the the order in the compiled .dll is still "UnityEngine.dll", then "UnityEngine.CoreModule.dll" instead of the other way around.
Since I've started digging around in the IPA code, I've decided to make a few small life improvements. - Add `--ipa-console` command line argument to force-show the console. I've encountered...
Simple scenario: 1. The game defines a type (U), which has been thoroughly virtualised by IPA as expected. 2. I inherit the class (as C), override some method (M), and...
If the /UserData/ folder doesn't exist, the methods of this file fails to work. Creating the folder before hand prevents this issue.
Updating files... Architecture: x64 Copying D:\BILDER\Uplay\Far Cryr 3\Far Cry 3 screenshots\Ny mapp\Ny mapp\Ny mapp\Ny mapp\ANIME\honey select\illusion\HoneySelect\HoneySelect_64_Data\Managed\IllusionInjector.dll ERROR: Oops! This should not have happened. System.UnauthorizedAccessException: Åtkomst till sökvägen D:\BILDER\Uplay\Far Cryr 3\Far...
```cmd Updating files... Architecture: x64 Copying C:\Games\Goblin Lord Wants me to Become a Virgin Wizard by Managing the Brothel!\Goblin Burrow Manager_Data\Managed\IllusionInjector.dll Copying C:\Games\Goblin Lord Wants me to Become a Virgin...
I managed to use IPA in an old game named "Redrunner" (https://github.com/BayatGames/RedRunner). This was built on Unity 2017.X. However, as for games and VR apps built using later versions of...
POSTED ON WRONG GITHUB PAGE "E:\SteamLibrary\steamapps\common\My Summer Car Backing up 'E:\SteamLibrary\steamapps\common\My Summer Car\mysummercar_Data/globalgamemanagers'... Unhandled Exception: System.IO.FileNotFoundException: Could not find file 'E:\SteamLibrary\steamapps\common\My Summer Car\mysummercar_Data/globalgamemanagers'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.File.InternalCopy(String...