BounceIndicatorPlus
Shows ricochet/bounce prediction lines for all weapons with bounces, with configurable colors.
CHANGELOG
Changelog
1.0.2
- Refactor
- Fixed bounce lines rendering permanently magenta (missing/broken LineRenderer shader)
- Clone the vanilla BounceShotgun line material when available; safer shader fallbacks otherwise
- Apply colors via game shader properties (
_BaseColor,_Color, etc.) in addition to vertex colors - Purple preset no longer uses pure magenta RGB
1.0.1
- Hot-reload config from disk while the game is running (FileSystemWatcher + debounced reload)
- Toggling Enable Bounce Lines off now hides active bounce lines immediately
1.0.0
- Initial standalone release
- Extracted bounce indicator feature from EnhancedSettings
- Shows ricochet/bounce prediction lines for all weapons with bounces ≥ 1
- Configurable indicator colors (presets + custom hex)
- Live color updates when config changes
- Enabled by default