I have only run this game through the top play button and then run, it makes a desktop icon and all that but there is no initial game folder (only in the cache).
I saw the files int he .zip this client comes with, presumed that this is also the game folder the haven.jar. So I added it to the code below but if I start the run.bat then it says that it cannot find the latter H:\Other\HnH_Ender_x64\haven.jar and if I run the client int he folder it doesn't do anything.
I tried using the search function but nothing really pops up in proper instructions.
- Code: Select all
start "C:\Program Files (x86)\Java\jre6\bin\javaw.exe" -Djava.library.path="H:\Other\HnH_Ender_x64\haven.jar" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se
this is how it looks like right now. What am I doing wrong?