it’s Trials In Tainted Space, a Fenoxo game
Folage
Recent community posts
The walkthrough has a typo of some kind, at the end of contract 11 it says
Then, you can go to the Pot of Fallholt.There you can find a lycanthrope with silver hair named Erin who will give you a Silver Ore for speaking to her.
but there doesn’t seem to be any lycanthropes with silver hair in Fallholt.
Because RPGMaker MV is based on NW.js (formerly Node-Webkit) you can download the Linux version of NW.js from https://nwjs.io and copy those files over top of the NW.js files that the game shipped with then run the nw binary.
That’s enough for ~80% of RPGMaker MV games, the rest have case-sensitivity issues so I’ve just been running all RPGMaker MV games on top of ciopfs.
I can't get it to render on Void Linux, all I get is a black window and some music.
Here's the terminal output:
$./TalesOfAndrogyny
Loading JVM runtime library ...
Passing VM options ...
# -Xmx1G
Creating Java VM ...
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true
Passing command line arguments ...
Loading JAR file ...
Invoking static com.majalis.traprpg.desktop.DesktopLauncher.main() function ...
edit: formatting