Frogger 2: Swampy's Revenge (PC)
About
This repository preserves Frogger 2: Swampy's Revenge's official PC source code, recovered from Blitz Games' internal VSS repository. Only Debug builds currently compile, since no Release variant of the required SoftStation.lib has been recovered; an enhanced PC port's source lives in the repo's separate "fixes" branch.
Getting started
Follow the project's setup guide to install Visual C++ 6.0 and the DirectX 7 SDK, build mdx.lib from MDX.dsp, then open FroggerProject.dsp in Visual Studio and build the Debug configuration. Original game assets aren't included in the repo — playing just requires swapping the built executable into an existing retail PC installation.
Known limitations
- compatibility: DirectPlay was removed around 2007, making compilation with modern Visual Studio versions impossible without replacing DirectPlay with a modern alternative.
- build: Only Debug builds can be compiled because no Release variant of SoftStation.lib has been found.
Additional notes
- Caveat
- Only Debug builds currently compile; no working Release configuration exists because the Release variant of a required library (SoftStation.lib) hasn't been recovered.