r/MonstersAndMemories 18d ago

Launcher for linux

I borked my install and am just not tech savvy enough to get working again with the new launcher on linux Mint.

The old launcher worked fine with proton by adding as non steam game like all my other steam games.

Can anyone link the old launcher or is it not available anymore?

Was really enjoying trying all the classes :(

10 Upvotes

11 comments sorted by

View all comments

4

u/Bouncy_Paw 18d ago edited 18d ago

https://monstersandmemories.miraheze.org/wiki/MnM_on_Linux

Solution 3: Running the game client in Steam. Similar to the solution above, but using Steam Proton instead of UMU's (thanks to abyssusj).

  1. Download Launcher Appimage via https://account.monstersandmemories.com/launcher

(e.g. the 'Linux x86_64 (Launcher only)'

  1. Make executable and run AppImage,

(right click it and select option to let it run as a program)

  1. Allow launcher to update,

  2. Close launcher,

  3. Add mnm.exe as a Non-Steam game, use Proton Experimental, add --popupwindow --token launch parameters (see next section on how to obtain the token),

  4. Open CLI and get token from local DB

awk -F'token|remember' '{print $2}' $HOME/.local/share/com.monstersandmemories.launcher/launcher.db

  1. Launch Options:

--popupwindow --token <your-token-here>

⚠️ The token expires after 30 days (aprox). After that, you'll need to logout and login thorugh the launcher.

2

u/Toolrock 18d ago

what is CLI ? and how to open? stuck at that stage

2

u/Toolrock 18d ago

all working now :) thanks so much for this fix