An intelligent GPS route navigation modification for Grand Theft Auto: Vice City. It draws a navigation path on the minimap and supports integration with custom map mods.
- Automated GPS Routing: Automatically draws the shortest GPS path directly to your active mission objective on the minimap.
- GTA SA Style GPS: Works entirely automatically in the background just like the modern GPS systems.
- MenuMap Mod Integration: Fully supports the gennariarmando/menu-map mod.
- 📍 If you place a custom waypoint on the interactive pause menu map, the GPS will immediately route to your custom waypoint instead of the mission objective.
- 🎨 The route to your custom waypoint is drawn in a beautiful light pink color to easily differentiate it from standard mission blips.
- 🗺️ The GPS path is drawn directly onto the interactive pause menu map using the mod's native API, so you can track your route without unpausing!
- 🛑 When you arrive at your destination, the custom waypoint is automatically deleted.
- Install an ASI Loader (such as Ultimate ASI Loader) for GTA Vice City.
- Place
VC.GPS.asiin your game'sscriptsfolder or the root directory. - (Optional but highly recommended) Install the MenuMap mod to be able to set custom waypoints.
This project uses Visual Studio 2026 (v145 Platform Toolset / Windows 10.0 SDK).
- Open
VC.GPS.slnin Visual Studio. - Select
Releaseandx86. - Build the solution. The compiled
.asiplugin will be located in theReleasefolder.
- Based on the original GPS project by ThirteenAG.