- Nov 12, 2020
- 14
- 1
right I just wanted to add it to my lutris library it's all running fine ^^You don't need Lutris to play RPG Maker MV games on Linux. The games run natively on Linux.
right I just wanted to add it to my lutris library it's all running fine ^^You don't need Lutris to play RPG Maker MV games on Linux. The games run natively on Linux.
I think Linux and Mac support was added in RPG Maker MV. So, Ace should be Windows only and requires Wine to run.Is there a similar workaround for RPG Maker Ace? Or is that really only windows?
Okay, thank youI think Linux and Mac support was added in RPG Maker MV. So, Ace should be Windows only and requires Wine to run.
Which game do you try to run?I still can't seem to get this to work at all Game.Desktop doesn't run its executable same with nw the folder to the game has no spaces and my preferences are set to ask first so I tried running as is nothing run in terminal terminal closes before I get a chance to see the errors I'm on linux btw I even tried running the game in browser it works but only for a bit I get failed to load png errors and it loops on loading screens same problem using NW.js
1. Download the Linux launcher from OP and the game.Succumate v1.03
so that works kind of I get a lot of errors and same outcome if ran in browser but it does this in opening and if I skip and just play the game it will hang after a while and keep me locked in a loading screen with the same error message1. Download the Linux launcher from OP and the game.
2. Copy over the game's www folder in the launchers folder.
3. Set permission "Allow executing file as program" to "nw" file (right click -> properties -> permissions).
4. Open Terminal (CTRL+ALT+T) and drag and drop "nw" file into Terminal's window and hit enter. (Note: trying to launch the game via Game.desktop won't work.)
View attachment 925431
The missing fonts errors in Terminal are normal.so that works kind of I get a lot of errors and same outcome if ran in browser but it does this in opening and if I skip and just play the game it will hang after a while and keep me locked in a loading screen with the same error message
ah makes sense there is a bunch like that in that folder x.x know of any rename tools I could use to fix them quicker if not no biggie also thanks a lot for the helpThe missing fonts errors in Terminal are normal.
Whenever you come across a "Loading Error" check the path shown -> "www/img/pictures/Open the door_008.png".
Now we see that the file is named "Open the Door_0008" with an capital d and not "Open the door_008". Means, dev was lazy to use the same names in his code as and files (case sensitivity isn't important on Windows but on Linux it is!).
View attachment 925661
Solution: Rename the file as shown in the "Loading Error"- Message => Open the door_008.rpgmvp and click on Retry.
oh ok right on also trying to figuer out why the game chugs so bad when moving around in world pretty sure my drivers are up to date and my card shouldnt have any trouble with the game it selfUse Ubuntu's on board tools -> mark every file you want to rename -> right click -> choose "rename".
View attachment 926242
The same thing happened with Lida's Adventures. Taking ownership of the save folder (chown) fixed the issue.Tried elena's life in linux rpg maker(moving www files and given execution permission to game and nw)
But I'm unable to save the game
Take Lida's Adventures for example, on Linux you can't access dev's provides saves, because you are not the owner of the save folder. Fixing permission (chmod) didn't help; what I had to do was to get ownership of the folder (chown) or create my own save folder and then copy over dev's saves.
The same thing happened with Lida's Adventures. Taking ownership of the save folder (chown) fixed the issue.
yes, save folder is inside of "www".Yes it happened with Lida's Adventures too, Tried taking ownership of save ,it didnt solved my issue ,the save folder should be inside www?
Yes After I replaced with "Newdata" files inside "www", It worked, Thanksyes, save folder is inside of "www".
I also updated the game's rpg files with "You must be registered to see the links" posted here: https://f95zone.to/threads/rpg-maker-mv-engine-all-versions.32358/post-2065717
Try this https://f95zone.to/threads/falcon-mkxp.49367/Is there a similar workaround for RPG Maker Ace? Or is that really only windows?