Amber Client

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

Re: Amber Client

Postby Apillion » Sun Oct 11, 2015 6:27 am

When having text selected in the chat window and pressing Ctrl+C to copy it, the chat window gets minimized...

Not a big problem just a annoyance maybe when you are bored you can look at this.
User avatar
Apillion
 
Posts: 405
Joined: Mon Dec 30, 2013 10:34 am

Re: Amber Client

Postby mattresses » Sun Oct 11, 2015 7:03 am

DaniAngione wrote:I must admit I'll never use nightvision or remove fluff items


None who hear the dark call of Lord Gob-Pa'ath Eksrae can resist his caress for long.
mattresses
 
Posts: 66
Joined: Mon Jan 11, 2010 11:13 am

Re: Amber Client

Postby nuker22110 » Sun Oct 11, 2015 9:11 am

romovs wrote:
nuker22110 wrote:anyway you can make the auto replant function prioritise higher quality seeds to be replanted? currently it just takes it in order of right to left, irregardless of quality


I wanted to add some sorting option to alleviate that issue. Most of the time you would be moving seeds to a container anyway before planting?



hmm i am not sure what other people do, but what i do is to drop the seeds, so that lower quality ones do not get mixed with higher quality ones.
So perhaps what could be done is: drop all the seeds immediately after harvest, then during pick up it sorts, with highest q being bottom right to left, so during auto replant, highest q seeds are replanted.
nuker22110
 
Posts: 122
Joined: Fri Jul 05, 2013 1:37 pm

Re: Amber Client

Postby romovs » Sun Oct 11, 2015 10:06 am

Apillion wrote:When having text selected in the chat window and pressing Ctrl+C to copy it, the chat window gets minimized...

Not a big problem just a annoyance maybe when you are bored you can look at this.


Will try to fix.

nuker22110 wrote:
romovs wrote:
nuker22110 wrote:anyway you can make the auto replant function prioritise higher quality seeds to be replanted? currently it just takes it in order of right to left, irregardless of quality


I wanted to add some sorting option to alleviate that issue. Most of the time you would be moving seeds to a container anyway before planting?



hmm i am not sure what other people do, but what i do is to drop the seeds, so that lower quality ones do not get mixed with higher quality ones.
So perhaps what could be done is: drop all the seeds immediately after harvest, then during pick up it sorts, with highest q being bottom right to left, so during auto replant, highest q seeds are replanted.


It's not necessary right to left order when planting. It just takes the seed which was placed last in the inventory first so it can be any order really.
Option to drop seeds immediately when harvesting is a good idea. It will solve the stacking issue too.
The only issue is how to sort the items since we have 3 separate qualities now...
User avatar
romovs
 
Posts: 1472
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

Re: Amber Client

Postby nuker22110 » Sun Oct 11, 2015 2:49 pm

sort according to what the value is displayed? under the display option, if someone selects avg e/s/v then it will sort according to that, if someone selects avg s/v then it will sort according to that. if thats too troublesome, im pretty sure people will settle for avg e/s/v


side note: im not sure but avg e/s/v seems pretty off, when i take the values and add together divide by three i dont get the value displayed
nuker22110
 
Posts: 122
Joined: Fri Jul 05, 2013 1:37 pm

Re: Amber Client

Postby yozzik » Sun Oct 11, 2015 4:18 pm

Code: Select all
Exception in thread "Haven UI thread" java.lang.RuntimeException: Delayed error
in resource gfx/hud/curs/hand (v1), from forking source backed by HTTP res sourc
e (http://game.havenandhearth.com/hres/)
        at haven.Resource$Pool$Queued.get(Resource.java:338)
        at haven.Resource$Pool$Queued.get(Resource.java:307)
        at haven.Widget.getcurs(Widget.java:953)
        at haven.HavenPanel.rootdraw(HavenPanel.java:364)
        at haven.HavenPanel.run(HavenPanel.java:551)
        at java.lang.Thread.run(Unknown Source)
Caused by: haven.Resource$LoadException: Load error in resource gfx/hud/curs/han
d(v1), from forking source backed by HTTP res source (http://game.havenandhearth
.com/hres/)
        at haven.Resource$Pool.handle(Resource.java:395)
        at haven.Resource$Pool.access$1100(Resource.java:284)
        at haven.Resource$Pool$Loader.run(Resource.java:520)
        ... 1 more
Caused by: java.io.FileNotFoundException: C:\Users\Levchenko\.haven\hafen\cache\
res\gfx\hud\curs\hand.cached.new (Файл или папка повреждены. Чтение невозможно)
        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:662)
        at haven.Resource$TeeSource.get(Resource.java:136)
        at haven.Resource$Pool.handle(Resource.java:379)
        ... 3 more



Using Lift and also crop shift+clicking seems to crash the client.

Well, sorry, that happens in any client, even the official one. Any solutions?
Severin, gurbibal master, drunken hunter, the thief of Constantinopol, he who never died of man`s hand, son of Yozz, grandson of Yozzik.

P.S. More nice hats please!
User avatar
yozzik
 
Posts: 120
Joined: Tue Sep 07, 2010 6:04 am

Re: Amber Client

Postby romovs » Sun Oct 11, 2015 4:38 pm

nuker22110 wrote:sort according to what the value is displayed? under the display option, if someone selects avg e/s/v then it will sort according to that, if someone selects avg s/v then it will sort according to that. if thats too troublesome, im pretty sure people will settle for avg e/s/v


side note: im not sure but avg e/s/v seems pretty off, when i take the values and add together divide by three i dont get the value displayed


Average is calculated using quadratic mean: square_root((e*e + v*v + s*s)/3)

yozzik wrote:
Code: Select all
Exception in thread "Haven UI thread" java.lang.RuntimeException: Delayed error
in resource gfx/hud/curs/hand (v1), from forking source backed by HTTP res sourc
e (http://game.havenandhearth.com/hres/)
        at haven.Resource$Pool$Queued.get(Resource.java:338)
        at haven.Resource$Pool$Queued.get(Resource.java:307)
        at haven.Widget.getcurs(Widget.java:953)
        at haven.HavenPanel.rootdraw(HavenPanel.java:364)
        at haven.HavenPanel.run(HavenPanel.java:551)
        at java.lang.Thread.run(Unknown Source)
Caused by: haven.Resource$LoadException: Load error in resource gfx/hud/curs/han
d(v1), from forking source backed by HTTP res source (http://game.havenandhearth
.com/hres/)
        at haven.Resource$Pool.handle(Resource.java:395)
        at haven.Resource$Pool.access$1100(Resource.java:284)
        at haven.Resource$Pool$Loader.run(Resource.java:520)
        ... 1 more
Caused by: java.io.FileNotFoundException: C:\Users\Levchenko\.haven\hafen\cache\
res\gfx\hud\curs\hand.cached.new (Файл или папка повреждены. Чтение невозможно)
        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:662)
        at haven.Resource$TeeSource.get(Resource.java:136)
        at haven.Resource$Pool.handle(Resource.java:379)
        ... 3 more



Using Lift and also crop shift+clicking seems to crash the client.

Well, sorry, that happens in any client, even the official one. Any solutions?


Try deleting hand.* files located in C:\Users\Levchenko\.haven\hafen\cache\res\gfx\hud\curs\
User avatar
romovs
 
Posts: 1472
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

Re: Amber Client

Postby Sevenless » Sun Oct 11, 2015 5:14 pm

Sorry if this has been mentioned before: Plant stage display is broken for grapes. They fully mature for harvest at stage 6, and reset to stage 4 when harvested. I'm pretty sure the display misses 2 stages of grape growth, one just before harvest and harvest itself.

Same issue for hops.
Lucky: haven is so quirky
Lucky: can be so ugly, can be so heartwarming
Sevenless: it is life

The Art of Herding
W16 Casting Rod Cheatsheet
Explanation of the logic behind the cooking system
User avatar
Sevenless
 
Posts: 7609
Joined: Fri Mar 04, 2011 3:55 am
Location: Canada

Re: Amber Client

Postby romovs » Sun Oct 11, 2015 5:26 pm

Oops I keep forgetting to fix it. They take so much freaking time to grow...
User avatar
romovs
 
Posts: 1472
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

Re: Amber Client

Postby yozzik » Sun Oct 11, 2015 6:01 pm

romovs wrote:Try deleting hand.* files located in C:\Users\Levchenko\.haven\hafen\cache\res\gfx\hud\curs\


Yep, thanks, it helped.
Severin, gurbibal master, drunken hunter, the thief of Constantinopol, he who never died of man`s hand, son of Yozz, grandson of Yozzik.

P.S. More nice hats please!
User avatar
yozzik
 
Posts: 120
Joined: Tue Sep 07, 2010 6:04 am

PreviousNext

Return to The Wizards' Tower

Who is online

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