


Enables Discord Rich Presence support for ATLYSS.

Shows various stats, such as:
Also allows you to:
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.)BOSSNAME - Current boss name ("Lord Kaluuz", 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 onCHARCREATENAME - The name of the current character in the Character Creation screenCHARCREATERACE - The race of the current character in the Character Creation screenYou can also further configure how player races (PLAYERRACE) and player classes (PLAYERCLASS) are displayed by configuring variables such as RacePoon.
To play with this mod on Linux, you'll need to download and use rpc-bridge to allow for Rich Presence support.
In ATLYSS's Steam settings, General tab, Launch options, you'll have to enter the following text, where /path/to/bridge.sh is the path to the downloaded script:
/path/to/bridge.sh %command%
You will also have to make bridge.sh executable by opening a terminal in the containing folder, and running the following command:
chmod +x bridge.sh
Also, keep in mind that support for inviting and joining ATLYSS servers via Discord on Linux is extremely limited (if nonexistent).
AtlyssDiscordRichPresence targets the following game versions and mods:
Compatibility with other game versions and mods is not guaranteed, especially for updates with major changes.

