You are viewing a potentially older version of this package. View all versions.
PeakEnjoyers-ModVerifier-1.0.0 icon

ModVerifier

A simple mod verification that uses a whitelist hosted by PEAK Speedrun Moderators

Date uploaded 9 months ago
Version 1.0.0
Download link PeakEnjoyers-ModVerifier-1.0.0.zip
Downloads 1054
Dependency string PeakEnjoyers-ModVerifier-1.0.0

This mod requires the following mods to function

BepInEx-BepInExPack_PEAK-5.4.2403 icon
BepInEx-BepInExPack_PEAK

BepInEx pack for PEAK. Preconfigured and ready to use.

Preferred version: 5.4.2403

README

ModVerifier

A simple mod verification that uses a whitelist hosted by PEAK Speedrun Moderators.

Will create a verifier_result.log file detailing which of the installed and currently running mods are whitelisted by PEAK Speedrunning community. (File is created inside <PEAK_FOLDER>/BepInEx if installed manually or in <MANAGER_PROFILE>/BepInEx if using mod manager)

Installation

To install ModVerifier manually:

  1. Download the latest version
  2. Unpack the .zip file into the BepInEx folder located inside <PEAK_FOLDER>*
  3. Run the game!

Or if you install it via mod manager, simply click the install button :)

Configuration

You can position the verifier report by specifying ReportPosition and ReportPadding.

ReportPosition

The position of the mod verifier report
Use ReportPadding to make sure its not obstructed by other text
Acceptable values: TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight
Default: TopLeft

ReportPadding

Padding of the text from all sides
Default: 20

Support and Suggestions

If you encouner any issues or have a suggestion, contact us in this thread

CHANGELOG

Changelog

[1.1.0]

Make sure to double check your position and/or padding configuarions. Since Padding was replaced with more direct MoveRight and MoveUp, report might appear off-screen.

Added

  • Verification Timestamp
  • Loaded mod cyclic text

Changed

  • Default value for position from TopLeft to Right
  • Padding configuration is replaced with more fine controlable MoveRight and MoveUp configurations

[1.0.0]

Added

  • Mod verification using external whitelist
  • Verification report creation to disk
  • In-game report display
  • Errors within the in-game display for better user-feedback