File Details
PersonalizedReticle-1.0.0.jar
- R
- Jan 31, 2026
- 26.79 KB
- 513
- Early Access
File Name
PersonalizedReticle-1.0.0.jar
Supported Versions
- Early Access
Changelog v1.0.0
✨ New Features
- Custom Reticle Support: You can now add your own custom reticles! Simply place your reticle image files in the
mods/Hackzit.HackzitDynamicReticle/Common/UI/Custom/Reticlesfolder (created automatically on startup) - Full Path Display: The UI now shows the complete file path to the custom reticles folder, making it easy to locate where to add your files
- Pagination System: Navigate through all available reticles with new Previous/Next buttons and page indicators
- Reload Button: Instantly refresh the reticle list to see newly added custom reticles without restarting the game
- Reticle Labels: Each reticle now displays its name underneath the icon for easier identification
🔧 Improvements
- Dynamic UI Grid: The reticle selection UI now dynamically generates buttons based on available reticles instead of being hardcoded
- Better Asset Organization: Reticle assets have been reorganized and normalized (removed 'Original' prefix from filenames)
- Improved Reticle Loading: The mod now checks the custom reticles folder first before falling back to bundled resources
🛠️ Technical Changes
- Refactored EditReticlePage to use dynamic button generation
- Restructured UI layout with dedicated sections for mode selection, reticle grid, and pagination controls
- Added new ReticleItem component for cleaner individual reticle entries
- Implemented helper methods for reticle scanning and enumeration
How to add custom reticles:
- Launch the game once to generate the folder structure
- Navigate to
mods/Hackzit.HackzitDynamicReticle/Common/UI/Custom/Reticles - Add your reticle image files (PNG format recommended)
- Click the Reload button in the Edit Reticle UI or restart the game