Such games that are uploaded here are for example Summer In Springtime or TyranoBuilder games such as The Fate of Irnia, My Lovely Sara or most of Ethan's Legacy games.
There are several options that can be tried:
As a bonus, you can now run the game in browser. To do it you can either allow file access in your browser or use a local web server such as miniweb. The name of the file to run is included in the package.json as "main" (usually it is "index.html").
TyranoBuilder:
By default you won't be able to save or load the game, so you need to open "..\data\system\Config.tjs" file which is a normal text file and change "configSave" entry form "file" to something else such as "webstorage"
There are several options that can be tried:
- The program unpacks the game files into a temporary location(%temp% on Windows in a folder prefixed with "nw") that exists as long as the game is running. You can simply copy the files somewhere else.
- There can be a renamed zip file containing the game. On Windows/Linux it is package.nw on Mac it is app.nw in nwjs.app/Contents.
- On Windows and Linux the game can be in a zip file contained in the nw.exe/nw file. You can get it by a parser that recognizes zip archives. For example the one contained in the 7zip program(context menu on the file: "7-Zip > Open Archive > #" )
As a bonus, you can now run the game in browser. To do it you can either allow file access in your browser or use a local web server such as miniweb. The name of the file to run is included in the package.json as "main" (usually it is "index.html").
TyranoBuilder:
By default you won't be able to save or load the game, so you need to open "..\data\system\Config.tjs" file which is a normal text file and change "configSave" entry form "file" to something else such as "webstorage"