Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

Okay, so I tried clicking the nwjs.io/downloads link and it gave me a 404 error. Also, I tried using those commands in my terminal but it said "no such file or directory" but I found that I just need to find the file that you are talking about, drag it into my terminal, and then run the command to make it work. So the right file is now an executable. However, the main issue I think I have found now is that with whatever version you have, you have a folder named "Frameworks" in the directory which in the version I downloaded, does not seem to exist. This may be the issue. Not that I only changed the nwjs file into an executable, everything else is the same as when I downloaded it. You can see in the image above that that "Frameworks" folder is completely missing.

Okay nevermind! I did a bit more digging and found out what was wrong and how to fix it and get the game working! So, opening the game's directory, you've got to get to that first nwjs file, then open terminal and type in "chmod +x " and then drag the nwjs file into the terminal and you will see a long line of text showing the directory which should look like this "/Users/[name]/Downloads/Lust\ Doll\ Plus\ r17.2\ \(Mac\)/Game.app/Contents/MacOS/nwjs "
You then hit enter and that file will turn into an executable. Then, open the "versions" file, open the file with those numbers, and then open the package contents of "nwjs helper". Open the "Contents" Folder, then the "MacOS" folder, and you will see the "nwjs helper" file. Do the same thing to that file that you did with the "nwjs" file before and turn it into an executable. From there, hold control while opening the game and it will launch properly!

Awesome, thanks for writing it up!