You could mess with SugarCube variables from console, it's playerHealth and playerHealthMax or something like that. Not that you really need to, just kill some easier opponents first and you'll get enough health by leveling.Is there a cheat to get more hp at start?
Remembering to equip gear, helped me alot.....You could mess with SugarCube variables from console, it's playerHealth and playerHealthMax or something like that. Not that you really need to, just kill some easier opponents first and you'll get enough health by leveling.
Thanks but how to open console?You could mess with SugarCube variables from console, it's playerHealth and playerHealthMax or something like that. Not that you really need to, just kill some easier opponents first and you'll get enough health by leveling.
Thanks but how to open console?
Yeah, that would reduce the download size by like 10 times. You can also easily save some amount of size by resizing all the images - they are shown in a small 400 width window anyway, no reason for them to be 2k x 1k...So I finally have an idea for this game but it's more on the back end of the game really. Although would probably require quite a few changes to the layout of the code unfortunately but would like to see it move away from gif files and go more towards webm. Since you can make the file size much smaller but the same quality of the gifs.
I haven't seen n++ in a while, but every decent editor has support for regular expression search and replace, which would make it pretty easy - it's a matter if replacing the img tag with video tag, keeping the main part of the filename intact. Not that big of a deal.Well the batch converting would be fairly easy it's the code of the game that would be the more daunting task. Since it references images rather than video. Might be able to search and replace in Notepad++ or something to make it easier though.
@ECHO OFF
FOR %%f IN (*.gif) DO (
echo Converting: %%f
ffmpeg -i "%%f" -c:v libvpx-vp9 -minrate 500K -b:v 2000K -maxrate 2500K "%%~nf.webm"
)
echo Finished
PAUSE
You need the "Main Download" and one of the "Adam and Gaia" zip files from the OP. 1.1.5b is the most recent. Extract them to the same place and then open the html file in any web browser.how to open this game?
thanksYou need the "Main Download" and one of the "Adam and Gaia" zip files from the OP. 1.1.5b is the most recent. Extract them to the same place and then open the html file in any web browser.
Yes, the Sphinx can help you with that.is there any way past the barrier past the deep forest door? (the password is mellon btw. ty for the help there, google.)