
MarkerMod
Use paintballs as markers in dungeons. Paintballs create puddles and leave footprints when you walk through them. Without this mod, these effects are useless as they disappear too quickly. MarkerMod makes them into practical markers you can use in dungeonsDetails
Changelog
Version 1.3.1
- Update version number to 1.3.1 in manifest file for MarkerMod. (4ef3110)
- Update version to 1.3.1 in project file and modify README and icon assets for consistency. (88992c0)
- Add MIT License file to the project, establishing terms for software use and distribution. (a6da90e)
- Add MaterialColorService and DecalColorService for improved color management. Refactor PaintBallColorManager to utilize new services for applying colors to materials and decals. Update PaintPersistencePatches to integrate color application in paintball projectiles. Enhance project file to include new service references. (733266f)
- Update post-build script to conditionally launch game executable only when GIT_INDEX_FILE is not set, improving build process control. (7356336)
- Add paintball color change functionality and related configuration options. Introduced PaintBallColorManager for color cycling and applied colors to paintballs. Updated MarkerPreferences to enable color change feature. Modified project file for new manager and patch integration, enhancing overall paintball mechanics. (2e55574)