Game Client modified by Ender

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

Moderator: Phades

Re: Game Client modified by Ender

Postby Dropshock » Fri Mar 02, 2012 5:58 am

crfernald wrote:
Dropshock wrote:Not to be picky or anything, but a few of the tool tips that show what something needs to be built/crafted need to be updated. I don't know all of them but crossroads is still the old building recipe (Blocks and dreams, now it's lots of metal included). Nothing important, just thought I'd bring it up.


Not to be picky or anything but I'm pretty sure you're the shittiest player of all time and should go fuck yourself.

I had a feeling that you were going to say something right as I posted something. Nice seeing you again, Crfernald.
User avatar
Dropshock
 
Posts: 99
Joined: Fri Mar 26, 2010 11:58 pm

Re: Game Client modified by Ender

Postby EnderWiggin » Fri Mar 02, 2012 8:25 am

Dropshock wrote:Not to be picky or anything, but a few of the tool tips that show what something needs to be built/crafted need to be updated. I don't know all of them but crossroads is still the old building recipe (Blocks and dreams, now it's lots of metal included). Nothing important, just thought I'd bring it up.
This data is stored in craft.conf file. Fix anything that needs fixing and send this file to me, I'll include it in next release.
User avatar
EnderWiggin
 
Posts: 1154
Joined: Sat Mar 20, 2010 8:23 pm

Re: Game Client modified by Ender

Postby Dropshock » Fri Mar 02, 2012 4:13 pm

EnderWiggin wrote:
Dropshock wrote:Not to be picky or anything, but a few of the tool tips that show what something needs to be built/crafted need to be updated. I don't know all of them but crossroads is still the old building recipe (Blocks and dreams, now it's lots of metal included). Nothing important, just thought I'd bring it up.
This data is stored in craft.conf file. Fix anything that needs fixing and send this file to me, I'll include it in next release.

Well, here's the fix for Crossroads: http://pastebin.com/N3TNFgf9
I don't know of any other changes in recipes, however. So if anyone knows of any feel free to speak up.
User avatar
Dropshock
 
Posts: 99
Joined: Fri Mar 26, 2010 11:58 pm

Re: Game Client modified by Ender

Postby Ninijutsu » Fri Mar 02, 2012 9:52 pm

How do you get the auto updater?
Of another era.
User avatar
Ninijutsu
 
Posts: 2225
Joined: Sat May 22, 2010 4:22 am

Re: Game Client modified by Ender

Postby mvgulik » Fri Mar 02, 2012 10:25 pm

EnderWiggin wrote:I've created test version of client updater. It's currently windows-only, But sources could be easily adjusted to any platform.
Updater could be found here. To install it just extract contents of archive into game folder and add this line as first line in your run.bat:
Code: Select all
.\updater\HnH_updater.exe
...
mvgulik
 
Posts: 3774
Joined: Fri May 21, 2010 2:29 am

Re: Game Client modified by Ender

Postby webstrand » Sat Mar 03, 2012 6:42 am

The client launches fine, however when I click on login it crashes.

The Error:
Exception in thread "Haven main thread" java.lang.ExceptionInInitializerError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:264)
at haven.Widget.initbardas(Widget.java:69)
at haven.RemoteUI.<init>(RemoteUI.java:35)
at haven.MainFrame.run(MainFrame.java:211)
at haven.MainFrame.main2(MainFrame.java:284)
at haven.MainFrame.access$100(MainFrame.java:52)
at haven.MainFrame$6.run(MainFrame.java:327)
at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException
at haven.Resource.loadimg(Resource.java:1144)
at haven.Window.<clinit>(Window.java:48)
... 9 more


I stuck some logging into haven.Resource.loadimg, logging the resource name:
gfx/hud/buttons/loginu
gfx/hud/buttons/logind
gfx/hud/cbtn
gfx/hud/cbtnd
gfx/hud/cbtnh
gfx/hud/fbtn <-- This is the resource that causes the crash.


Using x86_64 linux.
I'm compiling from the source on github, the revision ID is: 27d057661b3ea3d0922340bf7a0f9bcc9cf90184

Any idea how I can fix this?
webstrand
 
Posts: 3
Joined: Fri Mar 02, 2012 2:49 am

Re: Game Client modified by Ender

Postby DDDsDD999 » Sat Mar 03, 2012 7:30 am

Is there anyway to turn off people radius?

Also is there an easy way to add radar icons/change current radar icons?
Image
Image
Image
Image
Image
User avatar
DDDsDD999
 
Posts: 5669
Joined: Fri Jul 02, 2010 12:31 am

Re: Game Client modified by Ender

Postby Halagaz » Sat Mar 03, 2012 9:55 am

The client crash all the time when you launch it when you use an other account, it really doesn't seam to like the fact an other account login/pass is used in a prior use (even though you don't enable the "remember me" function). I have to use an other client on the bugged account to restore the functionality in ender client. Its quiet a pain when you use key/mining alt accounts. Also this doesn't seam to happen when you use other clients.
Halagaz
 
Posts: 218
Joined: Thu Jan 13, 2011 10:25 pm

Re: Game Client modified by Ender

Postby EnderWiggin » Sat Mar 03, 2012 10:33 am

Halagaz wrote:The client crash all the time when you launch it when you use an other account, it really doesn't seam to like the fact an other account login/pass is used in a prior use (even though you don't enable the "remember me" function). I have to use an other client on the bugged account to restore the functionality in ender client. Its quiet a pain when you use key/mining alt accounts. Also this doesn't seam to happen when you use other clients.
Can't reproduce. Can you better explain how to reproduce this?

DDDsDD999 wrote:Is there anyway to turn off people radius?
Also is there an easy way to add radar icons/change current radar icons?
1. Turn off radar? 2. Highlight.conf - edit this file to your liking. Though it will be rewritten on next update, so save you edited file. I'll think of a way to fix this.

webstrand wrote:The client launches fine, however when I click on login it crashes.
I stuck some logging into haven.Resource.loadimg, logging the resource name:
gfx/hud/buttons/loginu
gfx/hud/buttons/logind
gfx/hud/cbtn
gfx/hud/cbtnd
gfx/hud/cbtnh
gfx/hud/fbtn <-- This is the resource that causes the crash.
Hm... looks like one of the resources is damaged somehow. You are compiling client yourself? try to delete this resource from build folder and re-compile.
User avatar
EnderWiggin
 
Posts: 1154
Joined: Sat Mar 20, 2010 8:23 pm

Re: Game Client modified by Ender

Postby EnderWiggin » Sat Mar 03, 2012 10:42 am

New version is available as update archive at MediaFire and taggedup. It was available at autoupdater earlier. Just got to update it to other places. Changes:
  • added option to show path of every object (Options->General->Show gob path).
  • added lock button to study window. If locked, you can't pick curios, but can place them inside.
  • added foxes and rabbits to animal highlight
User avatar
EnderWiggin
 
Posts: 1154
Joined: Sat Mar 20, 2010 8:23 pm

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: Ahrefs [Bot], Claude [Bot] and 0 guests