ASI Mod Loader and Modding API for Croc 2
Feature overview and install instructions are available on the official website.
- Install Visual Studio with C++ desktop tools
- Install CMake and Ninja
- Install a 32-bit MinGW toolchain (mingw-w64)
- Copy
ModTemplate/located in theMods/directory - Adjust the copied
Resource.rcmetadata fields - Modify code in
dllmain.cppas needed - The toolchain should automatically build any additional
.cppfiles, including subdirectories
- Run
./build.ps1 -Configuration Release - Mods are autodetected from
Mods/and built tobuild/Release/*.asi - For automatic mod installation and game launching, put Croc 2 game files in
Croc2/mods/and use the-Deployor-Launchflags
- Run
./build.sh - Mods are autodetected from
Mods/and built tobuild/Release/*.asi - For automatic mod installation and game launching, put Croc 2 game files in
Croc2/mods/and use the-dor-lflags
This project uses the following third party assets:
- 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.
- Inter Font by Rasmus Andersson, licensed under the SIL Open Font License 1.1.
- Roboto Mono Font by Christian Robertson, licensed under the SIL Open Font License 1.1.
Licenses for the above mentioned are available on the GitHub repository.
- 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!