WUYACHIYU-PeakMapBrowser icon

PeakMapBrowser

Browse and manage peakmap.top TerrainCustomiser map JSON files in-game.

Last updated 4 days ago
Total downloads 540
Total rating 1 
Categories Mods Client Side
Dependency string WUYACHIYU-PeakMapBrowser-0.1.1
Dependants 0 other packages depend on this package

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

PEAK Map Browser

A BepInEx plugin for browsing peakmap.top community maps inside PEAK.

Usage

Press / on the main keyboard to open or close the map browser.

This is the regular slash key (Slash), not the numpad divide key (KeypadDivide).

The plugin can browse maps, open map details, download map JSON files, upload local JSON saves, and manage maps owned by the signed-in account.

Account Security

  • The plugin never saves the account password.
  • The access token is kept in memory only.
  • The refresh token is protected with Windows DPAPI in session.json and is bound to the current Windows user.
  • Tokens are refreshed automatically before expiry.
  • Sign out clears the local session and attempts to call POST /api/auth/sign-out.
  • The matching remote session revocation endpoint is deployed on peakmap.top and requires a valid access token.

If the local session file is copied to another Windows user account, the DPAPI-protected refresh token cannot normally be decrypted. Treat the original Windows account and its files as trusted, and sign out from the account page if the file may have been exposed.

JSON Map Requirement

Downloaded and uploaded files are TerrainCustomiser map JSON files.

To load and play these maps, use one of the following mods:

  • TerrainCustomiser
  • TerrainCustomiserCN

PEAK Map Browser does not load custom maps by itself.

Downloaded JSON files are saved to:

Application.persistentDataPath/TerrainCustomiser/Map Saves

Cover images use a local URL-keyed cache under:

Application.persistentDataPath/PeakMapBrowser/ImageCache

When the server returns a new image URL, the new cover is downloaded automatically.

Config

ApiBaseUrl = https://peakmap.top
Language = auto
PageSize = 12
ToggleKey = Slash

Language = auto follows the game's language. Set it to zh or en to force a language.