MEMEACCOUNT
Member
- Jul 27, 2020
- 414
- 582
- 250
For anyone that wants to play this on Linux through NW.js there is an issue where the game will get stuck loading forever, this is caused by a capitalization mismatch, go to the game's "maps" folder and create a copy of all the map*.json/png/tmj files and rename them to have capitalization on the first letter so it's Map*.json/png/tmj (get a bulk renamer for this if you don't have it.)
Another issue I ran into is that the default libffmpeg.so bundled with NW.js won't play the game's mp4 videos, I fixed this by taking the libffmpeg.so from Ubuntu's chromium-codecs-ffmpeg-extra package, my NW.js uses Chromium 90 so I used the library from the Ubuntu package for the same version, there's also
If I run into any other issues I'll share a fix if possible.
Another issue I ran into is that the default libffmpeg.so bundled with NW.js won't play the game's mp4 videos, I fixed this by taking the libffmpeg.so from Ubuntu's chromium-codecs-ffmpeg-extra package, my NW.js uses Chromium 90 so I used the library from the Ubuntu package for the same version, there's also
You must be registered to see the links
which also offers libffmpeg.so. If I run into any other issues I'll share a fix if possible.
Last edited: