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 Shadeen » Sun Nov 29, 2015 10:40 pm

Kandarim wrote:Quality-of-life patch: farmer mode bushes and trees

If enabled:
- thornbushes will now light up if they have unpicked flowers
- fruit trees will be lowered in size, unless they are blossoming or are bearing fruit. Much more visibility in your orchards!


Thank you SO much!!! You are awesome!!
Shadeen
 
Posts: 179
Joined: Fri Nov 28, 2014 8:36 pm

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

Postby Taipion » Sun Nov 29, 2015 10:59 pm

Kandarim wrote:Quality-of-life patch: farmer mode bushes and trees

If enabled:
- thornbushes will now light up if they have unpicked flowers
- fruit trees will be lowered in size, unless they are blossoming or are bearing fruit. Much more visibility in your orchards!


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

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

Postby BucketManWillie » Wed Dec 02, 2015 12:41 am

Hi there! So after many java updates and downgrades and reconfigurations, I am now able to interact with things with Ender's Client but now when I attempt to run Latikai's it goes through the update check and download but when it's time to bring up the login screen... nothing happens and it closes as if I never opened it.... I've tried both the .jar and .jnlp.... ??? I also tried to open lsalem.jar directly and it says "connection refused" when I try to login.???
BucketManWillie
 
Posts: 26
Joined: Sat Mar 23, 2013 9:03 am

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

Postby Kralith » Wed Dec 02, 2015 9:14 pm

Kandarim wrote:Quality-of-life patch: farmer mode bushes and trees

If enabled:
- thornbushes will now light up if they have unpicked flowers
- fruit trees will be lowered in size, unless they are blossoming or are bearing fruit. Much more visibility in your orchards!


The Option does not work for me.
I check the option, close the option window an reopen it and the option for farmer trees is unchecked again.
How can i fix it?

Update: Trees are smaller now after restart of Client, but Option is always unchecked.
Salem Wiki (PM me if you need help with editing)
Report corrections and new things here.
-----------------------------------------------------------------------
User avatar
Kralith
Customer
 
Posts: 1033
Joined: Sun Dec 16, 2012 2:14 pm
Location: Germany

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

Postby Ketu » Wed Dec 02, 2015 10:54 pm

Kralith wrote:...Quality-of-life patch: farmer mode bushes and trees

The Option does not work for me.
I check the option, close the option window an reopen it and the option for farmer trees is unchecked again.
How can i fix it?

I have the same issue: "I check the option, close the option window an reopen it and the option for farmer trees is unchecked again."
Ketu
 
Posts: 31
Joined: Wed Aug 01, 2012 12:07 pm

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

Postby sMartins » Thu Dec 03, 2015 10:24 am

LAPTOP MODE

Having Laptop Mode On can cause some issues with placing/building objects....like containers, or any building.
sMartins
 
Posts: 75
Joined: Fri Nov 13, 2015 12:15 am

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

Postby Kandarim » Thu Dec 03, 2015 12:04 pm

I'll have look at the option not checking correctly. If I had to bet, it takes the state of the raider mode trees when opening the options.

Laptop mode was never really tested, and is only really meant to be a stopgap in case you need to do something without a mouse: Not for actually playing the game.
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 Ketu » Thu Dec 03, 2015 3:28 pm

Kandarim wrote:I'll have look at the option not checking correctly. If I had to bet, it takes the state of the raider mode trees when opening the options.

On my client it is raider mode braziers that needs to be checked for farmer mode trees/bushes to stay checked.
Ketu
 
Posts: 31
Joined: Wed Aug 01, 2012 12:07 pm

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

Postby Aeneas » Sat Dec 05, 2015 10:46 pm

BucketManWillie wrote:Hi there! So after many java updates and downgrades and reconfigurations, I am now able to interact with things with Ender's Client but now when I attempt to run Latikai's it goes through the update check and download but when it's time to bring up the login screen... nothing happens and it closes as if I never opened it.... I've tried both the .jar and .jnlp.... ??? I also tried to open lsalem.jar directly and it says "connection refused" when I try to login.???


I have the same issue with my Mac.

solved the right click bug with an older Java version, but since the last patch i can't use latikais client anymore.

if i am starting it from the console it says :

Exception in thread "main" java.lang.UnsupportedClassVersionError: haven/MainFrame : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)
at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Aeneas
 
Posts: 15
Joined: Sat Mar 09, 2013 5:00 pm

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

Postby Kandarim » Sat Dec 05, 2015 10:51 pm

starting it from the console Java 7 is required for my client: unsupported major/minor version means that the default java binary from your terminal is too old to run the jar. As Ender's only requires java 6 (iirc) this is probably the reason why one works and the other doesn't.

For the record, simply launching the jar file will never work because the server url needs to be passed as an argument to the jar - see the first post for how to do that.
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

PreviousNext

Return to Artifice & Arcana

Who is online

Users browsing this forum: No registered users and 6 guests

cron