Skip to content

denizariyan/GTA-Vice-City-Interactive-Map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GTA Vice City Interactive Map

Intention of this project is to create a dev tool for GTA Vice City to be used for further development. Utilizing memory reading to read the location of the player and memory manipulation to teleport.

DEMO

Check this video for a demonstration.

Installation

Using a precompiled executable (Recommended) - x64 only

  1. Go to the releases page and download the latest release.
  2. Extract the contents to a location.
  3. Run GTA Vice City
  4. Run the provided executable with admin permissions
  5. Follow the instructions for usage below

By compiling Yourself

  1. git clone https://github.com/denizariyan/GTA-Vice-City-Interactive-Map.git
  2. cd GTA-Vice-City-Interactive-Map
  3. Open the project using Visual Studio
  4. Set the paths for requirements such as OpenCV and compile
  5. Follow the instructions for usage below

Usage

  1. Launch the GTA Vice City
  2. Run the executable with admin permissions
  3. The red marker on the map will always show the current location of the player
  4. Click on the generated map window to teleport to the location. In some cases where the game engine did not load the location which you are teleporting to, you might fall through the floor. The game should teleport you back to a safe location nearby in that case
  5. Make sure to close the software before closing the game else you might get a warning about memory access violation

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Disclaimer

Rockstar Games does NOT endorse or sponsor this project. This is a community made project to enrich the user experience.

License

Copyright (c) 2020 Deniz Ariyan

MIT

About

Project with the aim of creating an interactive map for GTA Vice City which the user can use to see their position and, teleport to location. Utilizing memory reading and writing to manipulate the location of the local player

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors