As I do this with most RPGM games I find on this site, I just wanted to let you know how you can run these games natively on linux. If this is already common knowledge simply ignore it
So after extraction, most of these games will contain a nw.dll and package.json, if that is the case, this method most likely works.
So what do you need:
So after extraction, most of these games will contain a nw.dll and package.json, if that is the case, this method most likely works.
So what do you need:
- Extract the game to any location
- verify that the game has a package.json and nw.dll
- download nwjs sdk from here:
You must be registered to see the links(e.g. linux 64 bit)
- extract the tarball to the game main directory, so that the nw binary is next to nw.dll, overwrite any file that might be there already
- open the package.json file in a text editor, Put in any value for the "name" key, it does not matter what you put here. For example: { "name": "game", ..... }
- launch the game using ./nw