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 Judaism » Tue Dec 06, 2016 4:52 pm

Latikai is it possible to add seperate colours for TBC's/TBF's in the future ?
JohnCarver wrote:Mortal Moments Inc. is not here to cannibalize the community or piece out the code. We are not here because we wish to institute pay to win models or PvE servers. Quite the contrary.
User avatar
Judaism
Customer
 
Posts: 3989
Joined: Mon Aug 27, 2012 10:51 pm
Location: The Netherlands

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

Postby Kandarim » Tue Dec 06, 2016 5:38 pm

i'm not sure. It might just be that they are the same as far as the client is concerned (but i'm not 100% on that). I'll have a look. They toggle on and off with the waste claim button in the lower left, right ? In that case they are exactly the same as far as the client is concerned (overlay type 4, pclaim is 1 and tclaim is 2 and 3)
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 trewka » Wed Dec 07, 2016 5:56 am

after the last update was often disposed of with a critical error (and use a lot of memory to the same)

This error jumped for use on cabbage - split

Code: Select all
java.lang.IllegalArgumentException: Comparison method violates its general contract!
   at java.util.TimSort.mergeHi(Unknown Source)
   at java.util.TimSort.mergeAt(Unknown Source)
   at java.util.TimSort.mergeCollapse(Unknown Source)
   at java.util.TimSort.sort(Unknown Source)
   at java.util.Arrays.sort(Unknown Source)
   at java.util.ArrayList.sort(Unknown Source)
   at java.util.Collections.sort(Unknown Source)
   at haven.Inventory.sortItemsLocally(Inventory.java:203)
   at haven.Inventory.resort(Inventory.java:394)
   at haven.Inventory.makechild(Inventory.java:413)
   at haven.UI.newwidget(UI.java:178)
   at haven.RemoteUI.run(RemoteUI.java:65)
   at haven.MainFrame.run(MainFrame.java:291)
   at java.lang.Thread.run(Unknown Source)



system: windows vista sp2 x64 ultimate

amd turion 64x2 tl-58 1.9Ghz
ati radeon x1250
4gb memory
I do not know English, absolutely
trewka
 
Posts: 16
Joined: Thu Aug 07, 2014 9:59 am
Location: Ukraine.Dnepropetrovsk

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

Postby Waras2 » Wed Dec 07, 2016 8:16 am

Image

Where did the Laticai tab go? and I got stuck with miniatiure trees forever lol
Waras2
 
Posts: 1
Joined: Sat Dec 03, 2016 7:19 am

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

Postby Kandarim » Wed Dec 07, 2016 9:18 am

trewka wrote:after the last update was often disposed of with a critical error (and use a lot of memory to the same)

This error jumped for use on cabbage - split

[code]java.lang.IllegalArgumentException: Comparison method violates its general contract!


Sadly, a known issue. Java is ignoring me when I tell it to use a sorting method that doesn't care for this stuff (this happens because the things we are sorting tend to change while sorting; inventory items getting more data after being initially unknown and stuff like that). Obviously shouldn't happen -- I'll have another look at stopping these from crashing the client.

Waras2 wrote:Image

Where did the Laticai tab go? and I got stuck with miniatiure trees forever lol


The whole option menu got a very necessary do-over. Most options should be organized somewhat more logically. The rendering size of trees? That goes under Camera & Graphics.
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 Rifmaster » Wed Dec 07, 2016 8:10 pm

So once I deleted salem and installed it again, (this time only installing the lat client instead of vanilla, enders and lat's) my radar changed from players being nice red squares and animals having nice pictures, to players being circles and animals being colored diamonds. Does anyone here have a radar file i can stick in my salem folder that would make players squares again? I'm not even sure why it changed from squares to circles, I guess it has something to do with the fact that lat's is the only client I got?
User avatar
Rifmaster
 
Posts: 1698
Joined: Fri Jun 27, 2014 9:13 am
Location: Chernobyl

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

Postby Kandarim » Wed Dec 07, 2016 8:29 pm

it has to do with you deleting C:\Users\<rifraf>\Salem\radar.xml, after which the client reverted to the default radar.xml. Apparently you had a modified radar file, as players have always been circles in the default radar files.
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 Taipion » Thu Dec 08, 2016 9:51 pm

java.lang.NoSuchMethodError: haven.Inventory.getSameName(Ljava/lang/String;Ljava/lang/Boolean;)Ljava/util/List;
at haven.plugins.StallSellerPlugin$1.run(StallSellerPlugin.java:23)
at java.lang.Thread.run(Unknown Source)


When trying to use the stallSeller Plugin, both with the new jar from your plugin thread, and an old one I compiled myself from the old code from before you updated that plugin.
Need something? Here is my Shop (Including some useful info for new/returning players at the bottom of the first post)
Taipion
 
Posts: 2660
Joined: Fri Mar 08, 2013 4:12 pm

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

Postby Kandarim » Fri Dec 09, 2016 8:33 am

hmm weird. it seems that function is indeed missing.
Fixed.
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 Taipion » Fri Dec 09, 2016 4:31 pm

Kandarim wrote:hmm weird. it seems that function is indeed missing.
Fixed.


Thank you! :-)
Need something? Here is my Shop (Including some useful info for new/returning players at the bottom of the first post)
Taipion
 
Posts: 2660
Joined: Fri Mar 08, 2013 4:12 pm

PreviousNext

Return to Artifice & Arcana

Who is online

Users browsing this forum: No registered users and 68 guests

cron