Skip to content

IGCSInjector

360900 edited this page Aug 2, 2026 · 2 revisions

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.ini in the game directory and automatically configures the game executable as exe to be injected. (when using UUUSEIGCS tinkergame tries to find a -Win64-Shipping.exe in the game directory instead first)
  • if no DLL is defined in IGCSInjector.ini yet, 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 the IGCSInjector.ini
  • IGCSInjector will wait for the game exe and optionally wait another IGCSWAIT seconds (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.

Clone this wiki locally