Marioalexsan-AtlyssDiscordRichPresence icon

AtlyssDiscordRichPresence

Adds Discord Rich Presence to ATLYSS.

Last updated 3 weeks ago
Total downloads 4730
Total rating 3 
Categories Mods
Dependency string Marioalexsan-AtlyssDiscordRichPresence-1.1.1
Dependants 1 other package depends on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

Atlyss Discord Rich Presence

Enables Discord Rich Presence support for ATLYSS.

Shows various stats, such as:

  • Your current status (in menu, exploring a zone, etc.)
  • Your character
  • Your character's current state
  • Whenever you're in singleplayer or multiplayer
  • Elapsed playtime

Configuration

You can configure the displayed strings via the configuration file in BepInEx/config/Marioalexsan.AtlyssDiscordRichPresence.cfg.

Within these strings, you can use various variables to display stats, such as {PLAYERNAME} exploring {WORLDAREA} => Chip exploring Sanctum. You can use this to display other stats, such as Health percentage instead of exact health numbers.

The available variables are as follows:

  • HP - Player health
  • MAXHP - Player maximum health
  • HPPCT - Player health pecentage (0-100)
  • MP - Player mana
  • MAXMP - Player maximum mana
  • MPPCT - Player mana pecentage (0-100)
  • SP - Player stamina
  • MAXSP - Player mximum stamina
  • SPPCT - Player stamina pecentage (0-100)
  • LVL - Player level
  • EXP - Player experience
  • EXPNEXT - Player max experience (i.e. the experience required to level up)
  • EXPPCT - Player experience percentage (0-100)
  • PLAYERNAME - Player display name
  • PLAYERRACE - Player race ("Poon", etc.)
  • PLAYERCLASS - Player class ("Novice", "Fighter", etc.)
  • PLAYERRACEANDCLASS - Displays both race and class together ("Poon Novice", etc.)
  • WORLDAREA - Current world area ("Sanctum", etc.)
  • SERVERNAME - The server you're playing on
  • PLAYERS - The number of players in the server you're on
  • MAXPLAYERS - The maximum number of players in the server you're on

Gallery