-
Notifications
You must be signed in to change notification settings - Fork 60
Description
CONTEXT
Many RPG Maker games, such as various Pokemon fan games, OMORI, and Fear & Hunger and so on work on linux howwever, these often don't run optimally or conveniently out-of-the-box and require a lot of manual effort, and with proton they run poorly (relatively). The rpgmakerlinux project addresses this problem for these games to function smoothly on Linux by utilising cicpoffs for correcting filesystem inconsistencies and nwjs for actually runing the game. Adding support for rpgmakerlinux to this program would enhance the experience for such titles.
ISSUE/REQUEST
I would like to request rpgmakerlinux as a default tool within in conty making such games run with single command
There are a couple of potential ways to incorporate rpgmakerlinux:
-
AUR Package: Attempting to create an Arch User Repository (AUR) package for rpgmakerlinux. However, due to the way it's written and linked, I think it would be difficiult at least for me.
-
Direct Integration: Utilizing rpgmakerlinux as it is provided. This would likely involve adding the necessary paths and having binaries provided as is.
I am willing to explore adding the package myself, (I am not a programmer or anything like that but can manage and most likely would need help to do so). Guidance on the preferred method would be greatly appreciated.
PS: I was able to make this program run in ./conty-chroot environment but it was a mess and was unable to make the conty container (mostly because nix but it's not an issue will work that out later).
Thank you !