Game Client modified by Ender

Forum for alternative clients, mods & discussions on the same.

Moderator: Phades

Re: Game Client modified by Ender

Postby aghmed » Tue Oct 08, 2013 8:40 pm

move enders to c:\hnh, sometimes it crash cause funky file name
check if you have acces to your documents and settings (sometimes you don't)

try to force inject some stuff into .haven

try to use some unloaded buttons and see what happenes (best if you get console code)

to cut from console:
right mouse button>>copy >> mark text >> press enter
public static class StupidJavaCodeContainer {
/* oh, i love swing. */
class checkOutMyPathfinder{
Image
}}
User avatar
aghmed
 
Posts: 238
Joined: Fri Sep 07, 2012 7:20 pm
Location: between London and third part of LSD

Re: Game Client modified by Ender

Postby Lurux » Fri Oct 11, 2013 12:58 am

Hi guys,

I noticed when I installed the ender update the GUI changed to black colors.
The inventory , map and actions bars now have a black color. Can I change this somehow?
I am quite sensitive for black on white on pc screens.

Thanks
Lurux
 
Posts: 127
Joined: Sun May 08, 2011 1:14 pm

Re: Game Client modified by Ender

Postby borka » Fri Oct 11, 2013 1:02 am

You're talking about the background color inside of Bars, Inventory .. ? Hasn't that been black all time?

Or does it look like this:
viewtopic.php?f=27&t=20872#p255736

then you installed the Skin Pack (which is not an update)

if so and you have no other graphic mods installed just rename (or delete) custom_res folder
Avatar by SacreDoom
Java 8 - manually downloads - good to check for actual versions url here:
viewtopic.php?f=42&t=40331
Remember what the dormouse said: Feed your head Feed your head
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: Game Client modified by Ender

Postby Lurux » Sun Oct 13, 2013 2:18 am

Thanks indeed it was the custom res.
Another question : In previous versions when trees where hidden with ctrl h, red squares appeared instead of the trees. Making it easy to forage stuff without seeing the trees and not bumping on to them. Is there any way to enable the red squares again? If I hide now the trees are completely gone without any squares resulting in bumping on to them when exploring.

Thanks
Lurux
 
Posts: 127
Joined: Sun May 08, 2011 1:14 pm

Re: Game Client modified by Ender

Postby Morrighan » Sun Oct 13, 2013 6:22 am

If you click the red plus sign it opens up the extended menu with other options. The "highlight hidden objects" is the last square on the first row :)
User avatar
Morrighan
 
Posts: 135
Joined: Sun Aug 04, 2013 11:52 pm
Location: Canada

Re: Game Client modified by Ender

Postby Xivvers » Mon Oct 14, 2013 2:39 am

Wow I must be stupid I can't figure this thing out at all. I downloaded the proper version [64] and followed the [vague to me] instructions. Can someone explain this to me in a more in-depth way please? I put the HnH_Ender folder on the desktop, changed the run.bat to what was called for, but when I tried to use it it would give me the console, a bunch of words would scroll by [too fast to see] and then boop it would automatically close on its own.

[Then again I'm the person who needs exact instructions for everything or I can't figure how to do something. Took forever for me just to find out how to do port forwarding for game servers. @_@;;;]

Thanks! Can't wait to play this game!
Xivvers
 
Posts: 6
Joined: Mon Oct 14, 2013 1:56 am

Re: Game Client modified by Ender

Postby borka » Mon Oct 14, 2013 3:56 am

Welcome!

With Ender_x64 you need to have Java 64 Bit installed (assuming you're using Windows 64 Bit OS) - if you haven't got Java 64 Bit download jre-7u40-windows-x64.exe here:
http://www.oracle.com/technetwork/java/ ... 80261.html

so this should be your run.bat:
Code: Select all
"C:\Program Files\Java\jre7\java.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
pause


pause tells the CMD window (console) to stay open so you can look at errors and post them here in case there are some

i suggest downloading Ender update.zip http://www.mediafire.com/download/4niam ... .04.12.zip aswell and unpack into your Ender folder or some things aren't working as they should

Report back please

Edit - i missed the bin in run.bat
Code: Select all
"C:\Program Files\Java\jre7\bin\java.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
pause
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: Game Client modified by Ender

Postby Xivvers » Mon Oct 14, 2013 5:23 am

borka wrote:Welcome!

With Ender_x64 you need to have Java 64 Bit installed (assuming you're using Windows 64 Bit OS) - if you haven't got Java 64 Bit download jre-7u40-windows-x64.exe here:
http://www.oracle.com/technetwork/java/ ... 80261.html

so this should be your run.bat:
Code: Select all
"C:\Program Files\Java\jre7\java.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
pause


pause tells the CMD window (console) to stay open so you can look at errors and post them here in case there are some

i suggest downloading Ender update.zip http://www.mediafire.com/download/4niam ... .04.12.zip aswell and unpack into your Ender folder or some things aren't working as they should

Report back please

http://pastebin.com/R0jDZkke
The pause helped, now I just have to look through this and figure what's wrong?
And also, I don't know if this was part of it but I had to adjust the copypaste you gave me because my Java's in the 64 area.
Code: Select all
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
pause


[[Okay so update. I did the download and used the exact run.bat you gave me but now it's doing the same thing I saw someone else have an issue with.


C:\Users\Jessica\Games\Haven and Hearth\HnH_Ender_x64>"C:\Program Files\Java\jre
7\java.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
'"C:\Program Files\Java\jre7\java.exe"' is not recognized as an internal or exte
rnal command,
operable program or batch file.

C:\Users\Jessica\Games\Haven and Hearth\HnH_Ender_x64>pause
Press any key to continue . . .

I'm looking through the posts to see if there's a help for that.]]
Last edited by Xivvers on Mon Oct 14, 2013 5:33 am, edited 1 time in total.
Xivvers
 
Posts: 6
Joined: Mon Oct 14, 2013 1:56 am

Re: Game Client modified by Ender

Postby Xivvers » Mon Oct 14, 2013 5:27 am

OH duh go me I over-read the fact I need to download a new Java. I'm doing that now to make sure it works right [but I'm a bit confused why my normal 64-bit doesn't work because I have indeed used it].
Xivvers
 
Posts: 6
Joined: Mon Oct 14, 2013 1:56 am

Re: Game Client modified by Ender

Postby Xivvers » Mon Oct 14, 2013 5:37 am

borka wrote:Have a look at the path to Java in given run.bat above - if the path is right you've got 64Bit Java already: no need to DL again

If path is c:\Program Files (x86)\Java\jre7 it's 32 Bit Java ( you could use Ender_x32)

I just had a peek and I do have 7 in the non-x86.
But for some reason there's no java.exe in the jre7 folder???
Xivvers
 
Posts: 6
Joined: Mon Oct 14, 2013 1:56 am

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: No registered users and 4 guests