You are viewing a potentially older version of this package. View all versions.
DestroyedClone-MountainCount-0.1.0 icon

MountainCount

Shows the amount of mountain shrines used. See readme.

Date uploaded 2 years ago
Version 0.1.0
Download link DestroyedClone-MountainCount-0.1.0.zip
Downloads 20939
Dependency string DestroyedClone-MountainCount-0.1.0

This mod requires the following mods to function

bbepis-BepInExPack-5.4.2113 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.2113
RiskofThunder-R2API_Language-1.0.1 icon
RiskofThunder-R2API_Language

API for modifying the language localisation of the game

Preferred version: 1.0.1
RiskofThunder-R2API_Core-5.0.10 icon
RiskofThunder-R2API_Core

Core R2API module

Preferred version: 5.0.10

README

MountainCount

github issues/request link discord invite

The language stuff is a little messy, so sync the configs. Use x? in chat to get the current mountain shrine count.

If you want the chat to show the item count instead, you can set Increment Value to true, so it'll show the amount of items to get instead (1 + shrine amount (basically)).

preview image

Written with StackEdit.

CHANGELOG

  • 0.2.1 - Dependency Fix

    • Migrated MountainShrine reference to Assets
    • Added a 'ModifyShrineUseToken' abstract method to ShrineReferenceBase in order to isolate Chat_SendBroadcastChat_ChatMessageBase method from trying to access fields from unloaded mod dlls
    • Config default changes
  • 0.2.0 - Mod Compat

    • Added support for Risk of Options.
    • Added support for ExtraChallengeShrines
    • Shrine information is now referenced via an inheritance of a ShrineReferenceBase class
    • Language support added
    • Individual shrine info can be requested by specifying the shrine (xwind? for ExtraChallengeMode shrines, xmtn? for Mountain shrine, and x? for all available shrines)
    • Replaced cfgIncrement with cfgExpandedInfo
    • Added estimated item count command
  • 0.1.0 - Release