That shouldn't be the case cuz this game doesn't utilize half of that? Close your web browser, should be enough. If not, try different runtime, I recommend the one with openj9 (it's generally faster and use less memory). Like look hereReally a shame. Loved the early versions of this. Now crashes halfway though loading even with 7GB RAM. Another game out of my range of play.
That shouldn't be the case cuz this game doesn't utilize half of that? Close your web browser, should be enough. If not, try different runtime, I recommend the one with openj9 (it's generally faster and use less memory). Like look hereYou must be registered to see the links
It depends. I think basically you unpack archive, then give game file (i.e. VentureSeas.jar) to java executable that can be found inside that archive. It should work fine as it is (if you've chosen correct runtime). I see they provide msi installer as well, I don't know if it can setup your environment. SoNo clue what to do with that file Lol >_<
/full/path/to/java/jdk8u242-b08/bin/java -jar VentureSeas.jar
#!/bin/sh
export JAVA_HOME="$HOME/java/jdk8u242-b08/"
export PATH="$JAVA_HOME/bin:$PATH"
java -jar VentureSeas.jar
It depends. I think basically you unpack archive, then give game file (i.e. VentureSeas.jar) to java executable that can be found inside that archive. It should work fine as it is (if you've chosen correct runtime). I see they provide msi installer as well, I don't know if it can setup your environment. So
You can define environmental variables to make it work properly (shouldn't be necessary here), here is the script I use to launch it, maybe it helps:Bash:/full/path/to/java/jdk8u242-b08/bin/java -jar VentureSeas.jar
also a little help article that explains how do you open shell prompt in current location on windowsBash:#!/bin/sh export JAVA_HOME="$HOME/java/jdk8u242-b08/" export PATH="$JAVA_HOME/bin:$PATH" java -jar VentureSeas.jar
You must be registered to see the links
or maybe you can simply create text file alongside .jar file and name it run.bat or run.cmd, put such line inside /full/path/to/java/jdk8u242-b08/bin/java -jar VentureSeas.jar
Yeah, I think that guy over there said he have some fix for that, here's the file. Rename .7z extension to .class and put it into jar or download jar from mega I think it was there.The game crashes when i attempt to buy anything within chapter two, not sure if anyone else has had this problem but a solution would be appreciated.
I mean, you can make a fairly complex game in python, but renpy? I'm not sure... Java is much more convenient for devs anyway. Although such a simple game surely can't use that much memory. Unless it leaks somewhere. What do you expect from adobe flash devs?PLS, Dev, nobody 100 years not use Java!
Why you can not transform you beatifull game to RenPy?
you're WRONGPLS, Dev, nobody 100 years not use Java!