Description
Illuminated Guitar Pickups
Requirements Script Hook V Script Hook V .NET >= 3.6.0 Visual C++ Redistributable 2019 x64 Microsoft .NET Framework 4.8 About This script enables pickups to glow with a specific color, similar to GTA IV. This feature assists in locating pickups, particularly in dimly lit environments. Installation Place GlowingPickup.dll into your scripts folder or a subdirectory within it. Note that the settings file GlowingPickup.xml will be created automatically if not found in the same directory. Note Currently, this mod lacks custom glowing color, range, and intensity settings for individual pickups. However, you can modify these settings by editing pickups.meta or utilizing mods like Immersive Pickups. Source code available on GitHub Alternative downloads Old releases: GitHub Releases Latest build: AppVeyor Artifacts (potential instability) Changelog 1.1.1 Added support for all game versions preceding (likely) b757, which v1.0.3 supports. 1.1.0 Updated for b2802 or later game versions. Now accurately reads pickup configurations on b2802 or later game versions. Improved future-proofing of pickup configurations in pickups.meta through memory scanning. Fixed a peculiar random game crash when reading pickup data values. Renamed ShadowMultiplier in the settings XML to FalloffExponent and halved the default value (now 2.5) since the last (9th) parameter of DRAW_LIGHT_WITH_RANGEEX actually takes a falloff exponent (and darkIntensity in pickups.meta is irrelevant). To correct the old value, use half the previous ShadowMultiplier value. Updated SHVDN dependency to v3.6.0. Changed the Visual C++ redistributable dependency to 2019 or later and the .NET target framework to 4.8 as a result. 1.0.3 Update for v1.0.1604.0 Changed the target framework (of .NET) to 4.7.2 1.0.2 Improved future-update-proof (now supports 1.0.1365.1) 1.0.1 Fixed throwing exceptions instead of reading or creating the settings XML in some cases. 1.0 First public releaseFirst Upload: November 11, 2024 Last Updated: November 11, 2024
0 Comments
Join the conversation! Log In or register for an account to be able to comment.