Game Client modified by Ender

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

Moderator: Phades

Re: Game Client modified by Ender

Postby EnderWiggin » Tue Mar 22, 2011 12:27 pm

Krask wrote:Still need help on this

did you copied res folder from archive?
User avatar
EnderWiggin
 
Posts: 1154
Joined: Sat Mar 20, 2010 8:23 pm

Re: Game Client modified by Ender

Postby Jeff » Tue Mar 22, 2011 5:39 pm

Seems like i can't download the client. Anyone else has got problems?
"I'm just an humble farmer, after all"
User avatar
Jeff
 
Posts: 393
Joined: Wed Aug 12, 2009 1:14 am

Re: Game Client modified by Ender

Postby Krask » Tue Mar 22, 2011 6:13 pm

EnderWiggin wrote:
Krask wrote:Still need help on this

did you copied res folder from archive?


Fixed it but now when I run the client, I click log in and when it should take me to the character select screen it closes and the cmd box closes even though I have "pause" on the end.
Krask
 
Posts: 88
Joined: Sun Mar 13, 2011 2:42 pm

Re: Game Client modified by Ender

Postby Jeff » Tue Mar 22, 2011 10:24 pm

Well, now i've been able to download it. And it works well. Except for the "show hidden" feature, that doesn't work at all for me. :|
"I'm just an humble farmer, after all"
User avatar
Jeff
 
Posts: 393
Joined: Wed Aug 12, 2009 1:14 am

Re: Game Client modified by Ender

Postby Makks » Wed Mar 23, 2011 9:07 am

Ender, first of all i must say that i love your client.

Now i have a question. Is it possible that you add shortcuts on "Q" "W" "E" for movement speeds. "Q" for walk "W" for running and "E"for sprinting?
Since Lothar wont change the movement speed problem in thic decade, this would really ease the pain.

Keep up the good work.
Makks
 
Posts: 63
Joined: Thu Jul 01, 2010 10:41 pm

Re: Game Client modified by Ender

Postby Tonkyhonk » Wed Mar 23, 2011 12:32 pm

Hi, Ender. thanks for your hard work on your client.

ive been wondering if you could maybe release a lighter version of it with less options?
it is due to my old pc, but i tend to freeze very often when im on your client. its really nice that you have added lots more features, i know ppl love it for them though.

the hardest is when i turn show claim on, i can hardly move and takes a min or two till my click responds, also showing grid (shame, such a nice feature) makes my char almost impossible to move.

yes, i could just continue using gilbertus (i did on last world except when prospecting), but i love how i can move minimap screen, bigger and clearer fonts on chat/message boxes, belts for shortcuts, and so on, on yours. there are some that i can go without if removing can give my pc less workload. (toggling features off at the spanner screen doesnt seem to be working much.) like maybe translations (its nice though), extra menu, wiki browsing, new chats and such.

would you consider this for old shitty pc users like myself, if possible?
User avatar
Tonkyhonk
 
Posts: 4501
Joined: Fri Sep 10, 2010 6:43 am

Re: Game Client modified by Ender

Postby EnderWiggin » Wed Mar 23, 2011 12:41 pm

Tonkyhonk wrote:the hardest is when i turn show claim on, i can hardly move and takes a min or two till my click responds, also showing grid (shame, such a nice feature) makes my char almost impossible to move.

Well, I haven't change anything about claim drawing. So this should lag on default and gilbertus client same way. As for grid - yes, it's a bit ineffective and could be improved.
User avatar
EnderWiggin
 
Posts: 1154
Joined: Sat Mar 20, 2010 8:23 pm

Re: Game Client modified by Ender

Postby Tonkyhonk » Wed Mar 23, 2011 12:53 pm

thanks for replying :)
EnderWiggin wrote:Well, I haven't change anything about claim drawing. So this should lag on default and gilbertus client same way.

hmm, strange, i have never had any problems playing with show claim on all the time on gilbertus (nor official client of course)
User avatar
Tonkyhonk
 
Posts: 4501
Joined: Fri Sep 10, 2010 6:43 am

Re: Game Client modified by Ender

Postby Unite » Wed Mar 23, 2011 2:02 pm

I'm having issues.

Here is my code in run.bat:

.\updater\HnH_updater.exe
"C:\Program Files (x86)\Java\jre6\bin\javaw.exe" -Djava.library.path="C:\Program Files (x86)\HnH_Ender_x64" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
pause

Had to take out start to stop getting errors because I use Windows 7.

I tried quite a few things, including fiddling with privileges, run as administrator because I heard people had issues with this. I'm not excluding this as a possible cause though, because I might not have done the correct adjustments.
I doubt it's from the code in run.bat.

When I run as administrator it says unable to access jarfile haven.jar, no error if I'm not running as administrator.

Anybody have any ingenious ideas?

Thanks in advance
Unite
 
Posts: 5
Joined: Sat Mar 19, 2011 6:10 pm

Re: Game Client modified by Ender

Postby Gedrean » Wed Mar 23, 2011 4:08 pm

Jeff wrote:Well, now i've been able to download it. And it works well. Except for the "show hidden" feature, that doesn't work at all for me. :|


Make sure you have hiding objects enabled (go to the Hide Objects section in Preferences, and check the things you want hidden), then use Ctrl+H to turn it on, then use x->s to show hidden -- it creates a red box for each hidden object's main square.


Unite wrote:I'm having issues.

Here is my code in run.bat:

.\updater\HnH_updater.exe
"C:\Program Files (x86)\Java\jre6\bin\javaw.exe" -Djava.library.path="C:\Program Files (x86)\HnH_Ender_x64" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
pause

Had to take out start to stop getting errors because I use Windows 7.

When I run as administrator it says unable to access jarfile haven.jar, no error if I'm not running as administrator.
Thanks in advance


First, the start issue is because if you have a quoted string after start, the next is taken as another command, not an argument.
You can preface it with "PATH = %PATH%;"C:\Prog..." all the way to \bin ... which will eliminate a lot of that line and allow you to just do "start javaw.exe -D..." in your command.

Second, Your java.library.path - if it's the same as the directory you're in, change it to -Djava.library.path=. - that means current directory, it's better sometimes.
Third, you're on Windows 7, and your working in the program files directory. Did you create the ender folder in PF(x86) as Administrator, or as a user? You're probably having permissions issues - though administrator should be able to access everything, no idea why not working. For happiness sake I miight suggest having the Ender folder somewhere else, like the root directory of a hard drive (aka C:\Ender or soemthing similar). for simplicity...

Aside from that, nothing else I can think of.

path might be . or .\ -- not sure right now.
Zampfeo wrote:(On the topic of Open Spaces in W4)
You won't be saying that in a week or two when you realize how many abandoned homes there are. A 30 second boat ride south of my village literally bring you to the ghetto. There's abandoned claims everywhere with the occasional newb taking things and raiders patrolling. It reminds me of Detroit.
Gedrean
 
Posts: 222
Joined: Wed Dec 29, 2010 5:30 am

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: Claude [Bot] and 2 guests