You are viewing a potentially older version of this package.
View all versions.
ShowArtifacts
Displays all currently activated artifacts on the HUD.
| Date uploaded | 10 months ago |
| Version | 1.0.0 |
| Download link | Xaidee-ShowArtifacts-1.0.0.zip |
| Downloads | 150 |
| Dependency string | Xaidee-ShowArtifacts-1.0.0 |
This mod requires the following mods to function
README
ShowArtifacts
Displays the currently activated artifacts on the HUD.
Each enabled artifact is shown on the top right of the HUD, next to the Difficulty icon.
Credits
Shout out to @azulineskye (azzy for short) from the Risk of Rain Returns Modding Discord for helping me out, especially with the best way to render the artifacts.
CHANGELOG
1.2.2
- Make the mod work again (i have no idea how long it's been broken).
- The global Settings was being set to DefaultSettings before it was defined and thus returning null and breaking everything.
- Maybe this only affected new instances that didn't have a config file yet?
1.2.1
- Fix that updates a change to artifact's sprite ids found in ReturnsAPI 0.1.19
- Update dependency versions for ReturnOfModding and ReturnsAPI
1.2.0
- Port to use ReturnsAPI
- Added configuration via the in-game settings menu.
- So far it's just whether to draw an extra black drop-shadow and the ability to reset the config, offsets and colours are planned to be added.
1.1.0
- Code refactor:
- Make things more readable.
- Enhance
debug_printto newlogfunction. - Unify constants into
Settingstable, to make things easier for future configuration - Add
LICENSEand updateREADME.mdappropriately. - Added a screen-grabbed preview of how the mod looks in-game
- Reduced calls to
Global/gm.get_global_get()and make them consistent. - Sanity checks
1.0.0
- Initial release.