Custom client by Latikai, building on Ender's client

Forum for game modifications and custom clients.

Re: Custom client by Latikai, building on Ender's client

Postby Huskell » Sat Jun 27, 2015 1:17 am

My auto-sort stopped working... And I don't know the reason, I think Ender had it.
User avatar
Huskell
 
Posts: 40
Joined: Sun Jun 21, 2015 3:09 am

Re: Custom client by Latikai, building on Ender's client

Postby Synnestry » Sat Jun 27, 2015 1:34 am

Ender didn't have it. However, I do know if you are lagged or laggishly loading it doesn't work correctly until you 'catch up' with the lag.
As if I care.
User avatar
Synnestry
 
Posts: 265
Joined: Sat Feb 28, 2015 8:20 pm

Re: Custom client by Latikai, building on Ender's client

Postby EnderWiggin » Sat Jun 27, 2015 8:01 am

My client do have auto sorting that works differently from Kandarim's. You are welcome to check it out.
User avatar
EnderWiggin
 
Posts: 339
Joined: Wed Aug 01, 2012 9:12 am
Location: Ukraine

Re: Custom client by Latikai, building on Ender's client

Postby Kandarim » Sat Jun 27, 2015 9:30 am

EnderWiggin wrote:My client do have auto sorting that works differently from Kandarim's. You are welcome to check it out.


which I will rip shortly :D
@others: my implementation will only sort once, when you press the button. Ender's will keep your inventory sorted, which is a nice thing TM.
I have neither the crayons nor the time to explain it to you.
JC wrote:I'm not fully committed to being wrong on that yet.
User avatar
Kandarim
Customer
 
Posts: 5321
Joined: Mon Jan 21, 2013 4:18 pm

Re: Custom client by Latikai, building on Ender's client

Postby Huskell » Sat Jun 27, 2015 1:03 pm

Kandarim wrote:
EnderWiggin wrote:My client do have auto sorting that works differently from Kandarim's. You are welcome to check it out.


which I will rip shortly :D
@others: my implementation will only sort once, when you press the button. Ender's will keep your inventory sorted, which is a nice thing TM.


Will you make a checkbox to choose which one people want? I would greatly appreciate that. Also, when I said my client didn't had auto-sort it was referring to it only sorting when I press the button, it keeps the items organized until I add new items or remove, in that case, new items go to the final even if their position in sorting isn't there and when you remove items they leave a hole.

PS: I really like raider mode, but the way it is now make me hate it too, enough to go back to normal mode. The main reason for this is certain items having their size almost invisible (tree logs, berries trees, etc). That makes me bump into something that I can't see really well, annoying me a lot. I understand that the principal idea behind the mode would be to make things the size of their hitbox, but will there be a option to customize this function further in the future?

Thanks.
User avatar
Huskell
 
Posts: 40
Joined: Sun Jun 21, 2015 3:09 am

Re: Custom client by Latikai, building on Ender's client

Postby Argentis » Sat Jun 27, 2015 3:18 pm

Kandarim wrote:
Kandarim wrote:that's an issue with my client, not Ender's, I'm pretty sure.
You probably want to update your launcher, or delete lclient-res.jar and try again.


did that not work for you ?


It didn't:

j
ava.lang.ExceptionInInitializerError
at haven.minimap.Radar.<init>(Radar.java:19)
at haven.OCache.<init>(OCache.java:41)
at haven.Glob.<init>(Glob.java:50)
at haven.Session.<init>(Session.java:838)
at haven.Bootstrap.run(Bootstrap.java:173)
at haven.MainFrame.run(MainFrame.java:291)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: Delayed error in resource gfx/hud/wnd/obtn (v-1), from forking source backed by HTTP res source (http://game.salemthegame.com/res/)
at haven.Resource.checkerr(Resource.java:1512)
at haven.Resource.layer(Resource.java:1396)
at haven.Resource.layer(Resource.java:1405)
at haven.Resource.loadimg(Resource.java:1522)
at haven.Window.<clinit>(Window.java:51)
... 7 more
Caused by: haven.Resource$LoadException: Load error in resource gfx/hud/wnd/obtn(v-1), from forking source backed by HTTP res source (http://game.salemthegame.com/res/)
at haven.Resource$Loader.handle(Resource.java:446)
at haven.Resource$Loader.run(Resource.java:420)
... 1 more
Caused by: java.io.FileNotFoundException: http://game.salemthegame.com/res/gfx/hud/wnd/obtn.res
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at haven.Resource$HttpSource.get(Resource.java:370)
at haven.Resource$TeeSource.get(Resource.java:266)
at haven.Resource$Loader.handle(Resource.java:439)
... 2 more


Now instead of being able to play for 2 sec before being kicked out I'm isntantly kicked out ;p
User avatar
Argentis
 
Posts: 1667
Joined: Sun Jan 06, 2013 8:59 pm

Re: Custom client by Latikai, building on Ender's client

Postby Kandarim » Sun Jun 28, 2015 10:39 am

delete your launcher and redownload it. Beyond that, I have no clue because you have the wrong lclient-res.jar. If you deleted it correctly, it can only download the latest version.
I have neither the crayons nor the time to explain it to you.
JC wrote:I'm not fully committed to being wrong on that yet.
User avatar
Kandarim
Customer
 
Posts: 5321
Joined: Mon Jan 21, 2013 4:18 pm

Re: Custom client by Latikai, building on Ender's client

Postby Kandarim » Sun Jun 28, 2015 10:40 am

Huskell wrote:
PS: I really like raider mode, but the way it is now make me hate it too, enough to go back to normal mode. The main reason for this is certain items having their size almost invisible (tree logs, berries trees, etc). That makes me bump into something that I can't see really well, annoying me a lot. I understand that the principal idea behind the mode would be to make things the size of their hitbox, but will there be a option to customize this function further in the future?


No, because raider mode trees are outdated. It was from the time when tree walls were actually a thing, and they were incredibly annoying for visuals.
I have neither the crayons nor the time to explain it to you.
JC wrote:I'm not fully committed to being wrong on that yet.
User avatar
Kandarim
Customer
 
Posts: 5321
Joined: Mon Jan 21, 2013 4:18 pm

Re: Custom client by Latikai, building on Ender's client

Postby alloin » Mon Jun 29, 2015 9:24 pm

Code: Select all
java.util.ConcurrentModificationException
   at java.util.ArrayList$Itr.checkForComodification(Unknown Source)
   at java.util.ArrayList$Itr.next(Unknown Source)
   at haven.OverviewTool.update_text(OverviewTool.java:93)
   at haven.OverviewTool.force_update(OverviewTool.java:115)
   at haven.GameUI.uimsg(GameUI.java:796)
   at haven.Glob.cattr(Glob.java:423)
   at haven.Session$RWorker.handlerel(Session.java:537)
   at haven.Session$RWorker.getrel(Session.java:561)
   at haven.Session$RWorker.run(Session.java:630)


Got this during gluttony :cry: :cry:
jorb wrote:all I see is misplaced machismo and a lot of very cheap talk. ^^

Darwat confirmed scrub!
User avatar
alloin
Customer
 
Posts: 3031
Joined: Wed Aug 01, 2012 1:33 am

Re: Custom client by Latikai, building on Ender's client

Postby Synnestry » Mon Jun 29, 2015 9:37 pm

EnderWiggin wrote:My client do have auto sorting that works differently from Kandarim's. You are welcome to check it out.


It does? :P I tried it once and the client was quite nice but I didn't see an auto sort lol. I'll have to check it out again sometime.
As if I care.
User avatar
Synnestry
 
Posts: 265
Joined: Sat Feb 28, 2015 8:20 pm

PreviousNext

Return to Artifice & Arcana

Who is online

Users browsing this forum: No registered users and 6 guests