Amber Client

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

Re: Amber Client

Postby romovs » Mon Apr 25, 2016 6:02 pm

Hasta wrote:Annoying bug. Kin names displayed over kin hearthfires "stick" to your camera, jump aroung heartfires and if you go out of range they just stay on your screen. Always. Need a fix asap =\


Seem to be because of disabled hearth fire animations. Enable the animation for now :). I'll fix it in the next update.
User avatar
romovs
 
Posts: 1472
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

Re: Amber Client

Postby Ysh » Mon Apr 25, 2016 6:11 pm

romovs wrote:
Ysh wrote:Hello friend romovs. I have done some using of your clients, it is very nice to me! I do have some question for you will become answering to me I have a hope. Before you have had some ''StudyTimes'' class that can taken the study times values number from the wikipedia. This can now no longer be what this is, now this is just some mappings hardprogrammed to this client. This map will missing some values that are on the wikipedia too. Why have you make this change? It will seem worse for me. Thanks to you for reading these request.


Mostly because of the localization support. English item names which were used to fetch data from wiki are not preserved anywhere for non English languages, thus it uses hard-coded resource names now.

What of these comments in Inventory.java?
Code: Select all
    /* Following getItem* methods do partial matching of the name *on purpose*.
       Because when localization is turned on, original English name will be in the brackets
       next to the translation
    */
Kaios wrote:Spice Girls are integral to understanding Ysh's thought process when communicating, duly noted.

I have become victory of very nice Jordan Coles Contest! Enjoy my winning submit here if it pleasures you.
User avatar
Ysh
 
Posts: 5953
Joined: Sun Jan 31, 2010 4:43 am
Location: Chatting some friends on forum

Re: Amber Client

Postby romovs » Mon Apr 25, 2016 7:00 pm

Yeah you can extract curio name from localized tooltips I guess, but well.. there were additional reasons I made that change. Some of the Wiki's values are wrong and it's just easier for me to fix it client-side rather than start editing the wiki (not that I have done that yet.. but that a different issue :P). Also some values on Wiki are rounded down to two decimal places and more precision is needed to properly calculate LP/H + study time.
User avatar
romovs
 
Posts: 1472
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

Re: Amber Client

Postby Ysh » Mon Apr 25, 2016 7:14 pm

romovs wrote:Yeah you can extract curio name from localized tooltips I guess, but well.. there were additional reasons I made that change. Some of the Wiki's values are wrong and it's just easier for me to fix it client-side rather than start editing the wiki (not that I have done that yet.. but that a different issue :P). Also some values on Wiki are rounded down to two decimal places and more precision is needed to properly calculate LP/H + study time.

I have skeptical that doing some local change is better than fixing the wikipedia, but thank you for that reply to me.
Kaios wrote:Spice Girls are integral to understanding Ysh's thought process when communicating, duly noted.

I have become victory of very nice Jordan Coles Contest! Enjoy my winning submit here if it pleasures you.
User avatar
Ysh
 
Posts: 5953
Joined: Sun Jan 31, 2010 4:43 am
Location: Chatting some friends on forum

Re: Amber Client

Postby milonti » Mon Apr 25, 2016 8:08 pm

As a feature request, could we get the FEP bar and the Hunger bar viewable on the main-screen as is available in Ender's Client?
"So you're saying I should be jealous of you because I can't stare at my own ass?" -My girlfriend
User avatar
milonti
 
Posts: 28
Joined: Wed Mar 30, 2011 3:31 pm

Re: Amber Client

Postby romovs » Mon Apr 25, 2016 8:17 pm

I thought about adding it to the table's window instead (or maybe just show only when table is open), or does anyone uses it when not feasting?
User avatar
romovs
 
Posts: 1472
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

Re: Amber Client

Postby Hasta » Mon Apr 25, 2016 8:46 pm

Maybe to see when it's time to go feasting? Or maybe trying to determine if the salt in a claimed resource vein is worth leaving theft scent? =)
Tableside bars are enough, that character sheet window is huge and I have to keep it open each time I eat >.<

Regarding kin names glitch, a temporary annoyment fix is disabling kin names altogether, they just fade away after sticking to the screen. Will wait for the fix tho, thanks )

P.S. since we are talking about editing tools/furniture windows, is there an option to show tool quality in it's operating window so we don't have to inspect all our herb tables after each remodeling of base? =)
User avatar
Hasta
 
Posts: 1937
Joined: Sun Sep 14, 2014 3:27 pm

Re: Amber Client

Postby romovs » Mon Apr 25, 2016 9:11 pm

Hasta wrote:P.S. since we are talking about editing tools/furniture windows, is there an option to show tool quality in it's operating window so we don't have to inspect all our herb tables after each remodeling of base? =)


Would be nice to have, but it will add very noticeable delay between character reaching the object and the window popping up, and generally is tricky to do properly.
User avatar
romovs
 
Posts: 1472
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

Re: Amber Client

Postby cicerocf76 » Mon Apr 25, 2016 9:46 pm

help me i cut a pumpkin and cut the game too shit help
1.32.6:eb230d285fe340b02450b68be2727e8f9d5d4c19
java.lang.RuntimeException: Delayed error in resource gfx/hud/chr/fev/con (v3), from forking source backed by HTTP res source (http://game.havenandhearth.com/hres/)
at haven.Resource$Pool$Queued.get(Resource.java:353)
at haven.Resource$Pool$Queued.get(Resource.java:322)
at haven.Session$CachedRes$Ref.get(Session.java:144)
at haven.Session$CachedRes$Ref.get(Session.java:137)
at Fac.build(food.cjava:20)
at haven.ItemInfo.buildinfo(ItemInfo.java:333)
at haven.GItem.info(GItem.java:222)
at haven.WItem$AttrCache.get(WItem.java:151)
at haven.WItem.draw(WItem.java:211)
at haven.Widget.draw(Widget.java:677)
at haven.Widget.draw(Widget.java:682)
at haven.Inventory.draw(Inventory.java:51)
at haven.Widget.draw(Widget.java:677)
at haven.Widget.draw(Widget.java:682)
at haven.Window.draw(Window.java:213)
at haven.Widget.draw(Widget.java:677)
at haven.Widget.draw(Widget.java:682)
at haven.GameUI.draw(GameUI.java:683)
at haven.Widget.draw(Widget.java:677)
at haven.Widget.draw(Widget.java:682)
at haven.RootWidget.draw(RootWidget.java:67)
at haven.UI.draw(UI.java:144)
at haven.HavenPanel.rootdraw(HavenPanel.java:331)
at haven.HavenPanel.run(HavenPanel.java:591)
at java.lang.Thread.run(Unknown Source)
Caused by: haven.Resource$LoadException: Load error in resource gfx/hud/chr/fev/con(v3), from forking source backed by HTTP res source (http://game.havenandhearth.com/hres/)
at haven.Resource$Pool.handle(Resource.java:410)
at haven.Resource$Pool.access$1100(Resource.java:299)
at haven.Resource$Pool$Loader.run(Resource.java:542)
... 1 more
Suppressed: haven.Resource$LoadException: Load error in resource gfx/hud/chr/fev/con(v3), from cache source backed by FileCache(C:\Users\Cícero\.haven\hafen\cache)
... 4 more
Suppressed: haven.Resource$LoadException: Wrong res version (2 != 3)
at haven.Resource.load(Resource.java:1731)
at haven.Resource.access$600(Resource.java:42)
at haven.Resource$Pool.handle(Resource.java:398)
... 3 more
Suppressed: haven.Resource$LoadException: Load error in resource gfx/hud/chr/fev/con(v3), from filesystem res source (res)
at haven.Resource$Pool.handle(Resource.java:410)
... 3 more
Caused by: java.io.FileNotFoundException: res\gfx\hud\chr\fev\con.res (The system cannot find the path specified)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at haven.Resource$FileSource.get(Resource.java:191)
at haven.Resource$Pool.handle(Resource.java:394)
... 3 more
Caused by: java.io.FileNotFoundException: C:\Users\Cícero\.haven\hafen\cache\res\gfx\hud\chr\fev\con.cached (The handle is invalid)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at haven.FileCache.fetch(FileCache.java:85)
at haven.Resource$CacheSource.get(Resource.java:170)
at haven.Resource$Pool.handle(Resource.java:394)
... 3 more
Caused by: java.io.FileNotFoundException: C:\Users\Cícero\.haven\hafen\cache\res\gfx\hud\chr\fev\con.cached.new (The handle is invalid)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at haven.FileCache.store(FileCache.java:70)
at haven.Resource$1Caching.fork(Resource.java:684)
at haven.Resource$TeeSource.get(Resource.java:151)
at haven.Resource$Pool.handle(Resource.java:394)
... 3 more
help
cicerocf76
 
Posts: 20
Joined: Sat Jan 16, 2016 5:11 pm

Re: Amber Client

Postby romovs » Mon Apr 25, 2016 9:55 pm

cicerocf76 wrote:help me i cut a pumpkin and cut the game too shit help
1.32.6:eb230d285fe340b02450b68be2727e8f9d5d4c19
java.lang.RuntimeException: Delayed error in resource gfx/hud/chr/fev/con (v3), from forking source backed by HTTP res source (http://game.havenandhearth.com/hres/)


Get the full client zip https://github.com/romovs/amber/release ... 1.32.6.zip
User avatar
romovs
 
Posts: 1472
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

PreviousNext

Return to The Wizards' Tower

Who is online

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