-
Notifications
You must be signed in to change notification settings - Fork 0
IGCSInjector
IGCSInjector is a tool which is able to inject a DLL into a running exe. The main purpose of the tool is to manipulate the game-internal camera system with its own settings. More info and camera settings for multiple games can be found on the InjectableGenericCameraSystem project page.
Injecting DLLs won't work with every game and could lead to a ban (as far as I know, mostly multiplayer), so be careful with injecting!
When enabling USEIGCS per game in Game Menu, tinkergame
- automatically downloads IGCSInjector from the project page and extracts it
- copies the IGCSInjector exe into the game directory
- creates an initial
IGCSInjector.iniin the game directory and automatically configures the game executable as exe to be injected. (when usingUUUSEIGCStinkergame tries to find a-Win64-Shipping.exein the game directory instead first) - if no DLL is defined in
IGCSInjector.iniyet, or if the defined one is not available in the game directory, a file requester automatically opens. the selected DLL will then be copied into the game directory and added/updated in theIGCSInjector.ini - IGCSInjector will wait for the game exe and optionally wait another
IGCSWAITseconds (configurable in Game Menu as well) and then will start the injection
If available and if USEIGCS or UUUSEIGCS is enabled, the IGCSInjector.ini can be also opened directly from the Editor Menu
(this is especially useful if the DLL is supposed to be injected into a different exe instead of the initial game executable)
IGCSInjector is also able to inject other DLLs into a game exe. One of them is the UniversalUE4Unlocker dll, which *(re-)*enables the dev console in UE4 games.
Quick Links
- Changelog
- Installation
- Usage
- Main Menu
- Global Menu
- Tray Icon
- Modding
- Platform-Specific Documentation
- Tweaks
- Utilities
- Advanced