A DLL proxy injector specifically designed for Marvel's Spider-Man Remastered and Marvel's Spider-Man: Miles Morales PC games. This tool enables dynamic mod loading by implementing a proxy for AMD's AGS library.
Spider-Verse Extended works by masquerading as amd_ags_x64.dll
, implementing the AMD Gaming Services (AGS) interface while providing additional functionality for mod injection. This approach ensures compatibility and stability with the base game while enabling mod support.
- Seamless DLL proxy implementation of AMD AGS
- Automatic mod detection and injection
- Dynamic loading of multiple mods from a dedicated
scripts
folder - Support for both Marvel's Spider-Man Remastered and Miles Morales PC
- Lightweight and efficient implementation
- No modification of original game files
- Download the latest release from the Releases page
- Extract
amd_ags_x64.dll
andamd_ags_x64_orig.dll
to your game's installation directory - Create a
scripts
folder in the same directory - Place your mod DLLs in the
scripts
folder - Launch the game normally
The injector works by:
- Implementing the complete AMD AGS SDK interface
- Forwarding all AGS calls to the original DLL
- Scanning and loading mod DLLs from the
scripts
folder during initialization - Managing mod injection without interfering with the game's core functionality
- Windows OS
- Marvel's Spider-Man Remastered PC or Marvel's Spider-Man: Miles Morales PC
- Visual C++ Redistributable (latest version recommended)
- Delete
amd_ags_x64.dll
- Rename
amd_ags_x64_orig.dll
back toamd_ags_x64.dll
The project can be compiled using CMake in release mode:
cmake -S . -B ./build
cmake --build ./build --config Release