
AtlyssDiscordRichPresence
Adds Discord Rich Presence to ATLYSS.
Last updated | a week ago |
Total downloads | 8825 |
Total rating | 4 |
Categories | Mods Misc |
Dependency string | Marioalexsan-AtlyssDiscordRichPresence-1.2.0 |
Dependants | 2 other packages depend on this package |
This mod requires the following mods to function

BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100
Nessie-EasySettings
A mod API for easily adding options to the settings menu.
Preferred version: 1.1.3README
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
Also allows you to:
- Customize the texts displayed by the integration, and select between available presets
- Send invites for the ATLYSS server you're in to people who also have the mod (while the game is open)
- Have people who also have the mod be able to join your ATLYSS server (while the game is open)
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 healthMAXHP
- Player maximum healthHPPCT
- Player health pecentage (0-100)MP
- Player manaMAXMP
- Player maximum manaMPPCT
- Player mana pecentage (0-100)SP
- Player staminaMAXSP
- Player mximum staminaSPPCT
- Player stamina pecentage (0-100)LVL
- Player levelEXP
- Player experienceEXPNEXT
- Player max experience (i.e. the experience required to level up)EXPPCT
- Player experience percentage (0-100)PLAYERNAME
- Player display namePLAYERRACE
- 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 onPLAYERS
- The number of players in the server you're onMAXPLAYERS
- The maximum number of players in the server you're on
You can also further configure how player races (PLAYERRACE) and player classes (PLAYERCLASS) are displayed by configuring variables such as RacePoon
Mod Compatibility
AtlyssDiscordRichPresence targets the following game versions and mods:
- ATLYSS v1.6.2b
- Nessie's EasySettings v1.1.3 (optional dependency used for configuration)
Compatibility with other game versions and mods is not guaranteed, especially for updates with major changes.