Jump to content
    1. Welcome to GTAForums!

    1. GTANet.com

    1. GTA Online

      1. Los Santos Drug Wars
      2. Updates
      3. Find Lobbies & Players
      4. Guides & Strategies
      5. Vehicles
      6. Content Creator
      7. Help & Support
    2. Red Dead Online

      1. Blood Money
      2. Frontier Pursuits
      3. Find Lobbies & Outlaws
      4. Help & Support
    3. Crews

    1. Grand Theft Auto Series

      1. Bugs*
      2. St. Andrews Cathedral
    2. GTA VI

    3. GTA V

      1. Guides & Strategies
      2. Help & Support
    4. GTA IV

      1. The Lost and Damned
      2. The Ballad of Gay Tony
      3. Guides & Strategies
      4. Help & Support
    5. GTA San Andreas

      1. Classic GTA SA
      2. Guides & Strategies
      3. Help & Support
    6. GTA Vice City

      1. Classic GTA VC
      2. Guides & Strategies
      3. Help & Support
    7. GTA III

      1. Classic GTA III
      2. Guides & Strategies
      3. Help & Support
    8. Portable Games

      1. GTA Chinatown Wars
      2. GTA Vice City Stories
      3. GTA Liberty City Stories
    9. Top-Down Games

      1. GTA Advance
      2. GTA 2
      3. GTA
    1. Red Dead Redemption 2

      1. PC
      2. Help & Support
    2. Red Dead Redemption

    1. GTA Mods

      1. GTA V
      2. GTA IV
      3. GTA III, VC & SA
      4. Tutorials
    2. Red Dead Mods

      1. Documentation
    3. Mod Showroom

      1. Scripts & Plugins
      2. Maps
      3. Total Conversions
      4. Vehicles
      5. Textures
      6. Characters
      7. Tools
      8. Other
      9. Workshop
    4. Featured Mods

      1. Design Your Own Mission
      2. OpenIV
      3. GTA: Underground
      4. GTA: Liberty City
      5. GTA: State of Liberty
    1. Rockstar Games

    2. Rockstar Collectors

    1. Off-Topic

      1. General Chat
      2. Gaming
      3. Technology
      4. Movies & TV
      5. Music
      6. Sports
      7. Vehicles
    2. Expression

      1. Graphics / Visual Arts
      2. GFX Requests & Tutorials
      3. Writers' Discussion
      4. Debates & Discussion
    1. Announcements

    2. Support

    3. Suggestions

[V|REL] Radar Zoom Extras [LUA]


diamond-optic
 Share

Recommended Posts

diamond-optic



Radar Zoom Extras
(v1.2)




radar_zoom_extras_image.png





Adds some extra info to the screen when you press the radar zoom key (default: Z)

Adds displaying money, time, date, day of Week, and ammo (originally it doesnt always show when you have a weapon out).

You can change the key in the 'Configuration' section near the top of the script file.



Place the RadarZoomExtras.lua file inside the \scripts\addins\ directory in your base GTAV install location.






Version 1.2 (06.25.16)
- Fixed displaying AM instead of PM between noon and 1PM

Version 1.1 (05.26.15)
- Added option to not show the date
- Added option to add 4 years to the date displayed
- Minor code improvements

Version 1.0 (05.24.15)
- Initial Release



Known Issues:



The date doesnt always advance when it should. It seems to only advance properly if you are either 'sleeping' at a safe house or if you are in the game when the time changes to the next day but there seems to be many times when it still doesnt advance to the next day, such as missions that advance the time do not make the day change). You can disable showing the date in the 'Configuration' section of the LUA file.

For some reason the starting date of the game seems to be 2009, even though the game should be taking place in 2013. I've added an option in the 'Configuration' section of the LUA that will add 4 years to the displayed year to make it start in 2013. It does NOT change the actual date in the game, just modifies what is shown.





Configuration:



Edit these linse in the 'Configuration' section near the top of the RadarZoomExtras.lua file to customize the settings:

local RadarZoom_Key = Keys.Z -- Set this to the same key used for Radar Zoom (or a different key all together if you wish)

local RadarZoom_ShowDate = true -- set to true/false to control showing the date (see 'known issues' section)

local RadarZoom_YearFix = true -- set to true/false to control adding 4 years to the displayed year (see 'known issues' section)










Old Versions:










---------------------------------------------------------------------------
---------------------------------------------------------------------------
* please do not upload my mods to other sites! *
---------------------------------------------------------------------------
---------------------------------------------------------------------------

Edited by diamond-optic
Link to comment
Share on other sites

diamond-optic

2009?? The game's events occurs in 2013

lol idk, the game says its 2009.. And even looking at the metadata for snapmatic pictures, those even say 2009. But at the same time, Snapmatic pictures taken in GTA Online show 2013

 

 

 

..Gotta admit, I didnt even notice that difference before you said anything lol. Only thing I can guess as a reason is that maybe they set the date to 2009 when they started developing the game and then never bothered to change it later on (i cant think of anywhere ingame that shows the year)

 

I can add a setting that if enabled, it will add 4 to the year to bring it up to 2013 at the start of a game

 

 

*edit*

 

 

also just noticed that the date & day doesnt match the calender for either 2009 or 2013.. it would have to be 2007 or 2017, at least for the date/day that my current game is on.. But i guess thats not a big deal

Edited by diamond-optic
Link to comment
Share on other sites

diamond-optic

Updated to v1.1

 

 

 

 

Version 1.1 (05.26.15)

- Added option to not show the date

- Added option to add 4 years to the date displayed

- Minor code improvements

 

 

Edit these linse in the 'Configuration' section near the top of the RadarZoomExtras.lua file to customize the settings:

 

local RadarZoom_Key = Keys.Z -- Set this to the same key used for Radar Zoom (or a different key all together if you wish)

 

local RadarZoom_ShowDate = true -- set to true/false to control showing the date (see 'known issues' section)

 

local RadarZoom_YearFix = true -- set to true/false to control adding 4 years to the displayed year (see 'known issues' section)

 

 

The date doesnt always advance when it should. It seems to only advance properly if you are either 'sleeping' at a safe house or if you are in the game when the time changes to the next day but there seems to be many times when it still doesnt advance to the next day, such as missions that advance the time do not make the day change). You can disable showing the date in the 'Configuration' section of the LUA file.

 

For some reason the starting date of the game seems to be 2009, even though the game should be taking place in 2013. I've added an option in the 'Configuration' section of the LUA that will add 4 years to the displayed year to make it start in 2013. It does NOT change the actual date in the game, just modifies what is shown.

 

 

.

Edited by diamond-optic
Link to comment
Share on other sites

  • 1 year later...
diamond-optic

 

 

Updated to v1.2

 

 

 

 

 

Version 1.2 (06.25.16)

- Fixed displaying AM instead of PM between noon and 1PM

 

 

.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • 1 User Currently Viewing
    0 members, 0 Anonymous, 1 Guest

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.