-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/gennariarmando/menu-map
- Loading branch information
Showing
1 changed file
with
28 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,35 @@ | ||
# [Interactive Menu Map for GTA: III and GTA: VC](https://gtaforums.com/topic/982089-interactive-pause-menu-map-for-gta-iii-and-gta-vc/) | ||
Adds an interactive map to GTA: III and replaces the default one on GTA: VC, with the ability to display blips, markers, a waypoint and zones. | ||
Adds an interactive map to GTA: III and replaces the default one on GTA: VC. | ||
|
||
## Features: | ||
- Pause menu map. | ||
- Displays all mission markers and blips. | ||
- Possibility to add a waypoint. | ||
- Displays map zones. | ||
|
||
## Screenshots: | ||
<p align="center"> | ||
<img src="https://i.imgur.com/EBuMgXN.png" width="320" height="180"> | ||
<img src="https://i.imgur.com/9rOStfs.png" width="320" height="180"> <br/> | ||
<img src="https://i.imgur.com/QZkBN0o.png" width="320" height="180"> <br/> | ||
<img src="https://i.imgur.com/R8Xir1O.png" width="320" height="180"> | ||
<img src="https://i.imgur.com/13nKTRQ.png" width="320" height="180"> | ||
<img src="https://i.imgur.com/VSWnZ8o.png" width="320" height="180"> | ||
</p> | ||
|
||
## Compiling: | ||
Requirements: | ||
- Visual Studio 2022 | ||
- [Plugin SDK](https://github.com/DK22Pac/plugin-sdk) | ||
|
||
## Download: | ||
Download the latest archive from the [releases](https://github.com/gennariarmando/menu-map/releases) page. | ||
|
||
# Installation: | ||
#### Installing an ASI Loader: | ||
An ASI Loader is required in order to inject the plugin into the game, if you already have one skip to the next step.\ | ||
Recommended: [Ultimate ASI Loader](https://github.com/ThirteenAG/Ultimate-ASI-Loader) | ||
|
||
#### Installing MenuMap: | ||
Create a folder called "scripts" inside your GTAIII/VC directory and paste both MenuMap.asi and MenuMap.ini in it. | ||
|
||
## Links: | ||
- [plugin-sdk](https://github.com/DK22Pac/plugin-sdk) |