Croc 2 Mod Loader
ASI Mod Loader for Croc 2
Will automatically load .asi files from the mods/ folder.
Additionally, provides a lightweight API for mod developers.
Compatible versions
- Tested on the US PC version.
SHA1:C7E9ED848E311706DDE83116FD122A0B28B99261 - Your mileage may vary on other versions!
Installation instructions
- Make sure you have Microsoft Visual C++ Redistributable (x86) installed
- Download dinput8.dll from ThirteenAG's Ultimate ASI Loader
- Download the mod loader files from Releases
- Extract both and place them into the game's directory
- You're done, the game will now load mods from the
mods/folder! - EXTRA: Unpack the provided example mods into the
mods/folder after installation
Recommended: Custom GUI support
To display custom GUIs, the mod loader needs the game to have dgVoodoo2 applied.
Without it, the mod loader will continue to function, but you will not see the custom GUI overlay.
- Download dgVoodoo2 from here
- Extract
dgVoodoo.exeanddgVoodoo.confinto the game's directory - Additionally, extract the contents of the
MS/x86/directory into the game's directory as well - Launch
dgVoodoo.exe - Configure the settings in the General and DirectX tabs as needed
- If you encounter graphical issues, try an older version of dgVoodoo2, such as v2.82.1
Third-Party Licenses
- Dear ImGui - Copyright (c) 2014-2025 Omar Cornut
- MinHook - Copyright (c) 2009-2017 Tsuda Kageyu
- Scabber Font by GGBotNet, licensed under the Creative Commons Zero v1.0 Universal license.
Licenses for the above mentioned are available on the GitHub repository.
Special Thanks
- Thanks to ThirteenAG for developing Ultimate ASI Loader (support here)
- Thanks to Dege for developing dgVoodoo2 (support here)
- Thanks to ocornut for developing Dear ImGui (support here)
- Thanks to TsudaKageyu for developing Minhook (support here)
- Thanks to Thermospore, hdc0, limbus, Ray and Rartrin from the Croc & Stuff Discord server for valuable insight about the game!
- Thanks to Argonaut Games for developing Croc 2!