diamond-optic Posted May 24, 2015 Share Posted May 24, 2015 (edited) Radar Zoom Extras(v1.2) 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. Script Hook VLUA Plugin For Script Hook V Version 1.2 (06.25.16)- Fixed displaying AM instead of PM between noon and 1PMVersion 1.1 (05.26.15)- Added option to not show the date- Added option to add 4 years to the date displayed- Minor code improvementsVersion 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) Download Page (AvaMods.com): RadarZoomExtras_v1-2.rarDownload Page (GTAinside.com): RadarZoomExtras_v1-2.rarDownload Page (NexusMods.com): RadarZoomExtras_v1-2.rar Old Versions: Direct Link (AvaMods.com): RadarZoomExtras_v1-0.rarDirect Link (AvaMods.com): RadarZoomExtras_v1-1.rar ------------------------------------------------------------------------------------------------------------------------------------------------------* please do not upload my mods to other sites! *------------------------------------------------------------------------------------------------------------------------------------------------------ Edited June 26, 2016 by diamond-optic Link to comment Share on other sites More sharing options...
K3R Posted May 25, 2015 Share Posted May 25, 2015 2009?? The game's events occurs in 2013 Link to comment Share on other sites More sharing options...
diamond-optic Posted May 25, 2015 Author Share Posted May 25, 2015 (edited) 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 May 25, 2015 by diamond-optic Link to comment Share on other sites More sharing options...
diamond-optic Posted May 27, 2015 Author Share Posted May 27, 2015 (edited) 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 June 26, 2016 by diamond-optic Link to comment Share on other sites More sharing options...
diamond-optic Posted June 26, 2016 Author Share Posted June 26, 2016 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now