


It requires a level of tinkering that the usual person might be uncomfortable with. It's not difficult but it can be weird.
None
You must alter one of the game's script files.
The main menu will not display its options so you have to remember where the cursor is.
All you have to do is go to the Lost Chapter game folder, open up the js, then the plugins folder. You're looking for the Cyclone-Steam.js file. Open that in a text editor, scroll all the way to the bottom. The last two script trees handle the steam interaction that causes the game to not launch. On these last two script blocks replace the return lines with "return null;".
Once you do that go to nwjs.io and download the release. Put it into Lost Chapter's game folder, then open up the console and navigate to the game folder in the console using cd. Once there extract the tar using:
tar xzvf nwjs-v0.97.0-linux-x64.tar.gz --strip-components=1
Then you can run the game using ./nw in the command line while inside Lost Chapter's folder. Note that disabling the steam interface also disables achievements and trading cards, so if you care about those play on windows. Or wait for a better fix.