You are viewing a potentially older version of this package. View all versions.
NikkelM-Vow_of_Paused_Time-1.1.2 icon

Vow of Paused Time

Pauses the Vow of Time's timer outside of combat. Also allows pausing all in-game timers and tweaking the Vow's time limits for more or less of a challenge.

Date uploaded 3 months ago
Version 1.1.2
Download link NikkelM-Vow_of_Paused_Time-1.1.2.zip
Downloads 460
Dependency string NikkelM-Vow_of_Paused_Time-1.1.2

This mod requires the following mods to function

Hell2Modding-Hell2Modding-1.0.60 icon
Hell2Modding-Hell2Modding

Lua Mod Loader for Hades 2

Preferred version: 1.0.60
LuaENVY-ENVY-1.2.0 icon
LuaENVY-ENVY

A plugin to allow ReturnOfModding plugins greater control of their environment.

Preferred version: 1.2.0
SGG_Modding-Chalk-2.1.1 icon
SGG_Modding-Chalk

System for handling config files in ReturnOfModding

Preferred version: 2.1.1
SGG_Modding-ReLoad-1.0.2 icon
SGG_Modding-ReLoad

Provides helpers for managing hot reloading and waiting for the right time to load

Preferred version: 1.0.2
SGG_Modding-SJSON-1.0.0 icon
SGG_Modding-SJSON

A plugin for handling .sjson files in ReturnOfModding.

Preferred version: 1.0.0
SGG_Modding-ModUtil-4.0.1 icon
SGG_Modding-ModUtil

Utility mod for mod interactions within lua for SGG's games

Preferred version: 4.0.1

README

Vow of (Paused) Time

Alters the "Vow of Time", pausing its timer outside of combat.

This allows you to take your time after an encounter to pick up rewards, gather resources and enjoy the scenery without the pressure of the timer.

Optionally offers configuration options to alter the amount of time given by each tier of the vow per region, to either make the vow more or less challenging.

Vow of (Paused) Time

You can also choose to have the mod pause all in-game timers outside of combat, instead of only the vow's timer. This will pause timers on e.g. Hermes' keepsake, Chaos' curse and also the overall run clear timer.

Pausing the timer outside of combat can be turned off in the config, in case you only want to tweak the raw numbers the vow offers.

Note: The timer will always run in normal "Fields of Mourning" combat rooms.

Contribute

You can contribute to this mod by providing a translation for your native language! To do so, follow these steps:

  • Open the src/Game/Text/TraitText.<language>.sjson.lua file, where <language> is the shorthand of the language you would like to translate (e.g. de for German).
  • Remove the leading -- from all lines in the newVowDescription, newChaosTimeCurse and newHermesSpeedKeepsake tables.
  • Check the src/Game/Text/TraitText.en.sjson.lua file for the changes that need to be made to each entry:
    • Updating the DisplayName of the Vow to include a (Paused) or equivalent change.
    • Updating the Description of the Vow to contain a note that the timer will pause, on a new line at the end.
    • Updating the DisplayName of the Vow's Flavor text to indicate that some pauses may be had.
    • Updating the Description of the other two entries to contain a note that the timer will not pause, on a new line at the end.
  • Do this for all four entries in the file.
  • Remove the leading -- from the line importing the file you translated in the main.lua.
  • Create a PR against this repository so I can review and release your changes!

The mod is currently available in the following languages:

  • English
  • German

CHANGELOG

Changelog

v1.1.2

  • Improved the way that texts are replaced.
  • Added localization support for other languages.
  • Added localization guide to the Readme.
  • Fixed some wording on the Vow description and flavor text.

v1.1.1

  • Added German localization.
  • Updated dependencies, confirmed compatibility with the 1.0 update of Hades II.

v1.1.0

  • Updated the default configuration options to be less confusing.

v1.0.0

  • Initial release.
  • The Vow of Time's timer will now pause outside of combat.
  • Configuration options are available to change if only the vow's timer, or all in-game timers should pause outside of combat. Pausing the timer can also be turned off completely.
  • Configuration options are available to change the amount of time given by each tier of the vow.