Skip to content

Releases: orendain/DemeoMods

SkipIntro v1.5.0

07 Nov 02:42
skipintro-v1.5.0
c64638a
Compare
Choose a tag to compare

✨ Features/Enhancements

  • Introduce BepInEx 5.x as a compilation target for SkipIntro mod. (#506)

🧰 Maintenance

  • Use recommended .yaml extension for YAML files, rather than .yml. (#537)
  • Bump version to 1.5.0. (#528)
  • Bump minimum required version of MelonLoader to 0.5.7. (#521)
  • Split long lines and perform some maintenance. (#520)
  • Update the author field to correctly reflect the team behind the develpment effort. (#492)
  • Apply general maintenance. (#474)
  • Separate GitHub workflow CIs into mod-specific individual ones. (#468)

How To Install

Important

First, make sure you have installed either one of two modloaders: BepInEx or MelonLoader.
If you have not, go here for instructions on how to do that first.

If you have BepInEx

Download the DLL file ending in .BIE.dll below and place it into your BepInEx/plugins folder, located in Demeo's root game directory.

If you have MelonLoader

Download the DLL file ending in .ML.dll below and place it into your Mods folder, located in Demeo's root game directory.

RoomFinder v1.9.0

07 Nov 02:59
roomfinder-v1.9.0
c64638a
Compare
Choose a tag to compare

✨ Features/Enhancements

  • Embed Common.UI library into resulting DLL. (#512)
  • Introduce BepInEx 5.x as a compilation target for RoomFinder mod. (#508)

🐛 Fixes

  • Fix RoomFinder not updating room list when returning from Heroes Hangouts. (#535)
  • Update RoomFinder to be compatible with Demeo 2023/09/07 update. (#488)

🧰 Maintenance

  • Use recommended .yaml extension for YAML files, rather than .yml. (#537)
  • Bump version to 1.9.0. (#527)
  • Bump minimum required version of MelonLoader to 0.5.7. (#521)
  • Split long lines and perform some maintenance. (#520)
  • Perform maintenance on, and speed up, RoomFinder. (#517)
  • Seperate monolithic Common project into individual subprojects. (#499)
  • Update RoomFinder Build Version (#494)
  • Update the author field to correctly reflect the team behind the develpment effort. (#492)

How To Install

Important

First, make sure you have installed either one of two modloaders: BepInEx or MelonLoader.
If you have not, go here for instructions on how to do that first.

If you have BepInEx

Download the DLL file ending in .BIE.dll below and place it into your BepInEx/plugins folder, located in Demeo's root game directory.

If you have MelonLoader

Download the DLL file ending in .ML.dll below and place it into your Mods folder, located in Demeo's root game directory.

RoomCode v1.3.0

07 Nov 02:36
roomcode-v1.3.0
c64638a
Compare
Choose a tag to compare

✨ Features/Enhancements

  • Introduce BepInEx 5.x as a compilation target for RoomCode mod. (#507)

🧰 Maintenance

  • Use recommended .yaml extension for YAML files, rather than .yml. (#537)
  • Bump minimum required version of MelonLoader to 0.5.7. (#521)
  • Bump version to 1.3.0. (#526)
  • Split long lines and perform some maintenance. (#520)
  • Update the author field to correctly reflect the team behind the develpment effort. (#492)

How To Install

Important

First, make sure you have installed either one of two modloaders: BepInEx or MelonLoader.
If you have not, go here for instructions on how to do that first.

If you have BepInEx

Download the DLL file ending in .BIE.dll below and place it into your BepInEx/plugins folder, located in Demeo's root game directory.

If you have MelonLoader

Download the DLL file ending in .ML.dll below and place it into your Mods folder, located in Demeo's root game directory.

HouseRules v1.8.0

07 Nov 03:08
houserules-v1.8.0
c64638a
Compare
Choose a tag to compare

UPDATED 3/23/24 to fix Demeo game patch from 3/21/24!

✨ Features/Enhancements

  • Embed Common.UI library into resulting DLL. (#512)
  • Introduce BepInEx 5.x as a compilation target for HouseRules. (#511)
  • Add new rule, LevelExitLockedUntilOneHeroRemainsRule, which prohibts players from exiting levels unless they are the last hero remaining. (#505)
  • Ruleset update and addition (#486)

🐛 Fixes

  • Gracefully handle the case when the HouseRules ruleset directory is missing. (#534)
  • Fix LevelExitLockedUntilOneHeroRemainsRule triggering on all interactables. (#523)
  • Longdesc wasn't working as intended (#522)
  • Fix privacy toggle not capturing updated PCVR field. (#519)
  • Fix privacy toggle not capturing updated PCVR field. (#514)
  • Adust file naming to be consistent with how files are referenced. (#497)
  • Fix HouseRules for 9/7/23 Demeo update (#487)

🧰 Maintenance

  • Use recommended .yaml extension for YAML files, rather than .yml. (#537)
  • Rename some constants to make UI loading logic a bit more readable. (#536)
  • Unify HouseRules versioning. (#530)
  • Bump minimum required version of MelonLoader to 0.5.7. (#521)
  • Split long lines and perform some maintenance. (#520)
  • Update exported example ruleset files. (#518)
  • Avoid searching all types when loading a ruleset by filename. (#515)
  • Decouple HouseRules configuration loading logic from being dependent on MelonLoader as the underlying mod framework. (#513)
  • Retarget documentation links to the newly-renamed HouseRules directories. (#504)
  • Use consistent namespacing for HouseRules comonents. (#502)
  • Seperate monolithic Common project into individual subprojects. (#499)
  • Update the author field to correctly reflect the team behind the develpment effort. (#492)
  • Update README.md (#485)

IF YOU'RE USING STEAM OR OCULUS PCVR you'll need to install BepInEx to your Demeo game folder. If you were previously using MelonLoader then after installing BepInEx make sure to rename your version.dll file to version.old. That's it! Next time you run Demeo you should be using BepInEx as your mod loader!


How To Install

Important

First, make sure you have installed either one of two modloaders: BepInEx or MelonLoader.
If you have not, go here for instructions on how to do that first.

If you have BepInEx

Download the ZIP file ending in .BepInEx.zip below and extract all folders into Demeo's root game directory. The folders in the ZIP file should merge with existing folders.

If you have MelonLoader

Download the ZIP file ending in .MelonLoader.zip below and extract all folders into Demeo's root game directory. The folders in the ZIP file should merge with existing folders.

Highlighter v1.1.0

07 Nov 02:53
highlighter-v1.1.0
c64638a
Compare
Choose a tag to compare

✨ Features/Enhancements

  • Introduce BepInEx 5.x as a compilation target for Highlighter mod. (#509)
  • Draw line-of-sight highlights on a different layer than player move highlights. (#503)

🧰 Maintenance

  • Use recommended .yaml extension for YAML files, rather than .yml. (#537)
  • Bump version to 1.1.0. (#525)
  • Bump minimum required version of MelonLoader to 0.5.7. (#521)
  • Split long lines and perform some maintenance. (#520)

How To Install

Important

First, make sure you have installed either one of two modloaders: BepInEx or MelonLoader.
If you have not, go here for instructions on how to do that first.

If you have BepInEx

Download the DLL file ending in .BIE.dll below and place it into your BepInEx/plugins folder, located in Demeo's root game directory.

If you have MelonLoader

Download the DLL file ending in .ML.dll below and place it into your Mods folder, located in Demeo's root game directory.

FreeCamera v1.0.0

07 Nov 02:50
freecamera-v1.0.0
c64638a
Compare
Choose a tag to compare

✨ Features/Enhancements

  • Introduce the FreeCamera mod. (#516)
    • This enables NonVR versions of Demeo to vertically tilt their cameras.
    • Requested by Seven in the Demeo Modding discord server, this is a successor to MuKen's Unbound World View mod. As Demeo had removed a significant portion of the game code that Unbound World View depended on, this mod has rebuilt several features to bring back vertical tilting via mouse movement.

How To Install

Important

First, make sure you have installed either one of two modloaders: BepInEx or MelonLoader.
If you have not, go here for instructions on how to do that first.

If you have BepInEx

Download the DLL file ending in .BIE.dll below and place it into your BepInEx/plugins folder, located in Demeo's root game directory.

If you have MelonLoader

Download the DLL file ending in .ML.dll below and place it into your Mods folder, located in Demeo's root game directory.

AdvancedStats v1.1.0

07 Nov 02:47
advancedstats-v1.1.0
c64638a
Compare
Choose a tag to compare

✨ Features/Enhancements

  • Introduce BepInEx 5.x as a compilation target for AdvancedStats mod. (#510)

🧰 Maintenance

  • Use recommended .yaml extension for YAML files, rather than .yml. (#537)
  • Bump version to 1.1.0. (#529)
  • Split long lines and perform some maintenance. (#520)
  • Apply general maintenance. (#474)

How To Install

Important

First, make sure you have installed either one of two modloaders: BepInEx or MelonLoader.
If you have not, go here for instructions on how to do that first.

If you have BepInEx

Download the DLL file ending in .BIE.dll below and place it into your BepInEx/plugins folder, located in Demeo's root game directory.

If you have MelonLoader

Download the DLL file ending in .ML.dll below and place it into your Mods folder, located in Demeo's root game directory.

Highlighter v1.0.0

19 Sep 16:51
v1.0.0-highlighter
dd74d7c
Compare
Choose a tag to compare

Highlighter provides in-game highlighting/coloring. Currently, the only highlighting this mod makes available is for displaying a character's line-of-sight.

This was inspired by a mod written by MuKen which was once in the scene.

Features:

  • When hovering the local player's character over a square, the board will be highlighted with all squares that would be in that character's line-of-sight if they were to move there.

Known Concerns:

  • There is a limit to how far the line-of-sight highlighting reaches. This may be improved later.
Screencast.from.09-18-2023.02.28.54.AM.webm

RoomFinder v1.8.0

09 Sep 09:28
114bbd4
Compare
Choose a tag to compare

Full Changelog

  • Ensure compatibility with Demeo patch as of 9/7/23

HouseRules v1.7.0

09 Sep 09:19
114bbd4
Compare
Choose a tag to compare

To install,
Make sure you've installed MelonLoader v0.5.7 into your Demeo game directory! You must un-check the 'Latest' box then select v0.5.7 from the drop-down list. See the wiki for more detailed instructions.

Unzip the contents of HouseRules_1.7.0.zip directly into your Demeo game directory.

<Updated 9/9/23> IF YOU'RE USING OCULUS PCVR OR STEAM you need to also download the Demeo.dll file and copy it into your \MelonLoader\Dependencies\CompatibilityLayers folder and overwrite the existing file!

Full Changelog

Merged pull requests:

  • Recognize GitHub pipeline changes when labelling PRs. (#493)
  • Update the author field to correctly reflect the team behind the development effort (#492)
  • Update build dependencies for 2023-09-08. (#491)
  • Time for the next published HR release - Moving on up! (490)
  • Update build dependencies for 2023-09-08. (#489)
  • Fix HouseRules for 9/7/23 Demeo update (#487)
  • Ruleset update and addition (#486)
  • Update README.md (#485)
  • Fix blank Longdesc (#484)
  • Fix rules displays (#483)
  • Fix mis-spelled rule (#482)
  • Update README.md (#481)
  • Long descriptions for rulesets (#480)
  • In game rules list UI (#479)
  • New rule and ruleset using it (#478)

Full Changelog