- May 2, 2017
- 165
- 92
So I tried following this guide for Glamour v0.49, but it doesn't seem to work as expected. I can start the game, but when I try to verify through patreon, it asks me to log in, click allow, then waits a minute or two before sending me back to the initial screen, where I clicked 'patreon'. Did anything change since the writing of this guide?
If you want to run it on linux without root, this worked for me:
You will need to installBash:# Download and extract Glamour-0.29 # Optionally, apply my bugfix from https://f95zone.to/threads/glamour-v0-29-offline-dark-silver.10579/post-4110864 cd Glamour-0.29/resources/ mkdir glamour asar e app.asar glamour cd glamour/ ln -s ../../game . npm install electron@7 electron-is-packaged ./node_modules/electron/dist/electron . # If images don't load, close and run previous command again :P # Subsequently, to start the game: cd Glamour-0.29/resources/glamour/ ./node_modules/electron/dist/electron .
npm
andasar
from your distro's package manager.