4,061
118
-
February 01, 2019
You can adjust glowing range and intensity
multipliers unlike GTA IV!
Requirements
GTA V (v1.0.877.1 or greater)
Script Hook V
Script Hook V .NET
Visual C++ Redistributable 2013 x64
Microsoft .NET Framework 4.7.2
About
This script gives pickups the ability to glow with certain color, just like in GTA IV.
This will help you find pickups, especially in the dark.
Installation
Simply put GlowingPickup.dll into your scripts folder or a subdirectory of it.
Note that the setting file GlowingPickup.xml will be created when it's not found in the same directory.
Recommendations
Immersive Pickups by Stryfaar, 420x420, jedijosh920
Disarm by jedijosh920
Note
- Currently, this mod doesn't have custom glowing color, range, and intensity settings for individual pickups, but you can edit these settings by editing pickups.meta or some mods like Immersive Pickups.
- Currently, this mod can't read glowing color, range, and intensity values from internal CPickupInfo structs or can crash the game in v1.0.791.2 or older versions.
- Let me know if you know CPickupInfo offsets in older versions.
Source code available on GitHub
Alternative downloads
Old releases: GitHub Releases
Latest build: AppVeyor Artifacts (can be unstable)
Changelog
1.0.3
Update for v1.0.1604.0
Change Target Framework (of .NET) to 4.7.2
1.0.2
Improve future-update-proof (now supports 1.0.1365.1)
1.0.1
Fixed throw exception instead of reading or creating the setting xml in some cases
1.0
First public release
日本語用説明リンク
First Uploaded: July 16, 2017
Last Updated: February 01, 2019
Last Downloaded: 11 hours ago
47 Comments
More mods by kagikn:
You can adjust glowing range and intensity
multipliers unlike GTA IV!
Requirements
GTA V (v1.0.877.1 or greater)
Script Hook V
Script Hook V .NET
Visual C++ Redistributable 2013 x64
Microsoft .NET Framework 4.7.2
About
This script gives pickups the ability to glow with certain color, just like in GTA IV.
This will help you find pickups, especially in the dark.
Installation
Simply put GlowingPickup.dll into your scripts folder or a subdirectory of it.
Note that the setting file GlowingPickup.xml will be created when it's not found in the same directory.
Recommendations
Immersive Pickups by Stryfaar, 420x420, jedijosh920
Disarm by jedijosh920
Note
- Currently, this mod doesn't have custom glowing color, range, and intensity settings for individual pickups, but you can edit these settings by editing pickups.meta or some mods like Immersive Pickups.
- Currently, this mod can't read glowing color, range, and intensity values from internal CPickupInfo structs or can crash the game in v1.0.791.2 or older versions.
- Let me know if you know CPickupInfo offsets in older versions.
Source code available on GitHub
Alternative downloads
Old releases: GitHub Releases
Latest build: AppVeyor Artifacts (can be unstable)
Changelog
1.0.3
Update for v1.0.1604.0
Change Target Framework (of .NET) to 4.7.2
1.0.2
Improve future-update-proof (now supports 1.0.1365.1)
1.0.1
Fixed throw exception instead of reading or creating the setting xml in some cases
1.0
First public release
日本語用説明リンク
First Uploaded: July 16, 2017
Last Updated: February 01, 2019
Last Downloaded: 11 hours ago
-
-
-
orange is showing up on peoples weapons after i kill them but green is on things like health? should i change the range or im confused on what i need to do.
March 30, 2018 -
Cool! Thanks for the update, gives GTAV a GTAIV era feel to it. Appreciate your work, thank you!
April 04, 2018 -
Nice mod, thanks for this :)
I had some issues with very strong glow on some items but it seem to work well now.June 21, 2018 -
Okay, since the Arena War update this mod is acting funny. All items glow orange and are as bright as the sun. Anyone else experiencing this?
January 13, 2019 -
-
@Stryfaar I'm not sure how to disable the default white glow, so I need to find a way to do that first. This time I only added the support for v1.0.1604.0 because I was in a hurry.
I think I can improve SHVDN's performance way more and I want to do if possible, so don't expect your suggestion will realize soon.February 01, 2019 -
Very good idea, and by the screenshots, it looks like it works well. I might give it a try soon.
February 01, 2019 -
Try:
-RangeMultiplier set to 0.5
-LightIntensityMultiplier set to 15
-ShadowMultiplier set to 10It makes them look a little better.
July 15, 2019 -
January 31, 2020
-
Thanks brother.love u dude.respect.have a next update for more increase pickup glow with mix vc pickups😉.and good luck.i really appreciate that........😎❤️🤭
March 29, 2021
I updated this script for v1.0.1604.0. This time I changed the requirement of .NET Framework to 4.7.2, since the requirement for SHVDN will be changed in the next version (Visual C++ 2013 to 2017, and .NET Framework 4.5.2 to 4.7.2, but these aren't breaking changes). Upgrade your .NET Framework if you need to do.