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 Claeyt » Fri Jan 31, 2014 8:13 pm

Ender's seemed to be working for me yesterday but still no Lat's. Any news?

Edit: Nevermind got it to work. Erased both game and client and reloaded both. Works now. Thanks Lat.
jorb wrote:(jwhitehorn) you are an ungrateful, spoiled child


As the river rolled over the cliffs, my own laughing joy was drowned out by the roaring deluge of the water. The great cataract of Darwoth's Tears fell over and over endlessly.
User avatar
Claeyt
 
Posts: 5166
Joined: Mon Dec 24, 2012 4:02 pm

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

Postby Kandarim » Fri Jan 31, 2014 8:17 pm

roughly half a minute before you posted that, I had publicized the reverted client.
Problems are now solved on the old computer I used to test (which had the "not a GL3bc implementation error").
As I've mentioned before, I haven't been able to reproduce the GL 1281 error. However, as I've reverted all rendering code to last week's, it *should* be fixed as well.

Conclusion: I had merged rendering code which was committed to seatribe's git, but which apparently wasn't functional yet (a.o. there was some anisotropic rendering code in there which isn't available in the default client yet but is committed to the git). That'll teach the trigger-happy me.
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 Claeyt » Fri Jan 31, 2014 9:02 pm

As always, Pras and thanks. :D
jorb wrote:(jwhitehorn) you are an ungrateful, spoiled child


As the river rolled over the cliffs, my own laughing joy was drowned out by the roaring deluge of the water. The great cataract of Darwoth's Tears fell over and over endlessly.
User avatar
Claeyt
 
Posts: 5166
Joined: Mon Dec 24, 2012 4:02 pm

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

Postby nico54k9 » Fri Jan 31, 2014 10:45 pm

Thanks for all your hard work and for working fast to find a solution us 'non java savvy'.
User avatar
nico54k9
 
Posts: 74
Joined: Thu Jun 20, 2013 11:18 pm
Location: Australia

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

Postby Chiprel » Sat Feb 01, 2014 3:59 pm

Don't forget about editing config.xml in updater.jar cause it still points to plymouth.seatribe.se.
dem M_O_V_E_M_E_N_T_O_A_T_M_E_A_L_C_R_A_C_K_E_R_S
Winner of bracket ( award.
<@TotalyMoo> Mushi, will you be my new lover? :<
User avatar
Chiprel
 
Posts: 778
Joined: Wed Aug 01, 2012 1:25 am

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

Postby Kandarim » Sat Feb 01, 2014 4:47 pm

Chiprel wrote:Don't forget about editing config.xml in updater.jar cause it still points to plymouth.seatribe.se.


Hmm, it shouldn't. I already changed it, but possibly something went wrong in the upload to dropbox. If this is about the minimaps ending up in said folder, that's not my fault :)
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 Chiprel » Sat Feb 01, 2014 5:18 pm

Kandarim wrote:
Chiprel wrote:Don't forget about editing config.xml in updater.jar cause it still points to plymouth.seatribe.se.


Hmm, it shouldn't. I already changed it, but possibly something went wrong in the upload to dropbox. If this is about the minimaps ending up in said folder, that's not my fault :)

I'm talking about jogl and gluegen.

<config jar="lsalem.jar" mem="256m" server="plymouth.seatribe.se" res="http://plymouth.seatribe.se/res/">
<!-- WINDOWS -->
<item link="http://plymouth.seatribe.se/java/jogl2/jar/jogl-all-natives-windows-i586.jar" os="Windows" arch="x86" />
<item link="http://plymouth.seatribe.se/java/jogl2/jar/gluegen-rt-natives-windows-i586.jar" os="Windows" arch="x86" />

<item link="http://plymouth.seatribe.se/java/jogl2/jar/jogl-all-natives-windows-amd64.jar" os="Windows" arch="amd64" />
<item link="http://plymouth.seatribe.se/java/jogl2/jar/gluegen-rt-natives-windows-amd64.jar" os="Windows" arch="amd64" />

<item link="http://plymouth.seatribe.se/java/jogl2/jar/jogl-all-natives-windows-amd64.jar" os="Windows" arch="x86_64" extract="."/>
<item link="http://plymouth.seatribe.se/java/jogl2/jar/gluegen-rt-natives-windows-amd64.jar" os="Windows" arch="x86_64" extract="."/>

<!-- SOLARIS -->
<item link="http://plymouth.seatribe.se/java/jogl2/jar/jogl-all-natives-solaris-sparc.jar" os="SunOS" arch="sparc" extract="."/>
<item link="http://plymouth.seatribe.se/java/jogl2/jar/gluegen-rt-natives-solaris-sparc.jar" os="SunOS" arch="sparc" extract="."/>

<item link="http://plymouth.seatribe.se/java/jogl2/jar/jogl-all-natives-solaris-sparcv9.jar" os="SunOS" arch="sparcv9" extract="."/>
<item link="http://plymouth.seatribe.se/java/jogl2/jar/gluegen-rt-natives-solaris-sparcv9.jar" os="SunOS" arch="sparcv9" extract="."/>

<item link="http://plymouth.seatribe.se/java/jogl2/jar/jogl-all-natives-solaris-i586.jar" os="SunOS" arch="x86" extract="."/>
<item link="http://plymouth.seatribe.se/java/jogl2/jar/gluegen-rt-natives-solaris-i586.jar" os="SunOS" arch="x86" extract="."/>

<item link="http://plymouth.seatribe.se/java/jogl2/jar/jogl-all-natives-solaris-amd64.jar" os="SunOS" arch="amd64" extract="."/>
<item link="http://plymouth.seatribe.se/java/jogl2/jar/gluegen-rt-natives-solaris-amd64.jar" os="SunOS" arch="amd64" extract="."/>

<item link="http://plymouth.seatribe.se/java/jogl2/jar/jogl-all-natives-solaris-amd64.jar" os="SunOS" arch="x86_64" extract="."/>
<item link="http://plymouth.seatribe.se/java/jogl2/jar/gluegen-rt-natives-solaris-amd64.jar" os="SunOS" arch="x86_64" extract="."/>

<!-- LINUX -->
<item link="http://plymouth.seatribe.se/java/jogl2/jar/jogl-all-natives-linux-i586.jar" os="Linux" arch="i386" extract="."/>
<item link="http://plymouth.seatribe.se/java/jogl2/jar/gluegen-rt-natives-linux-i586.jar" os="Linux" arch="i386" extract="."/>

<item link="http://plymouth.seatribe.se/java/jogl2/jar/jogl-all-natives-linux-i586.jar" os="Linux" arch="x86" extract="."/>
<item link="http://plymouth.seatribe.se/java/jogl2/jar/gluegen-rt-natives-linux-i586.jar" os="Linux" arch="x86" extract="."/>

<item link="http://plymouth.seatribe.se/java/jogl2/jar/jogl-all-natives-linux-amd64.jar" os="Linux" arch="amd64" extract="."/>
<item link="http://plymouth.seatribe.se/java/jogl2/jar/gluegen-rt-natives-linux-amd64.jar" os="Linux" arch="amd64" extract="."/>

<item link="http://plymouth.seatribe.se/java/jogl2/jar/jogl-all-natives-linux-amd64.jar" os="Linux" arch="x86_64" extract="."/>
<item link="http://plymouth.seatribe.se/java/jogl2/jar/gluegen-rt-natives-linux-amd64.jar" os="Linux" arch="x86_64" extract="."/>

<!-- MAC OS X -->
<item link="http://plymouth.seatribe.se/java/jogl2/jar/jogl-all-natives-macosx-universal.jar" os="Mac OS X" arch="i386" extract="."/>
<item link="http://plymouth.seatribe.se/java/jogl2/jar/gluegen-rt-natives-macosx-universal.jar" os="Mac OS X" arch="i386" extract="."/>

<item link="http://plymouth.seatribe.se/java/jogl2/jar/jogl-all-natives-macosx-i586.jar" os="Mac OS X" arch="ppc" extract="."/>
<item link="http://plymouth.seatribe.se/java/jogl2/jar/gluegen-rt-natives-macosx-i586.jar" os="Mac OS X" arch="ppc" extract="."/>

<item link="http://plymouth.seatribe.se/java/jogl2/jar/jogl-all-natives-macosx-universal.jar" os="Mac OS X" arch="x86_64" extract="."/>
<item link="http://plymouth.seatribe.se/java/jogl2/jar/gluegen-rt-natives-macosx-universal.jar" os="Mac OS X" arch="x86_64" extract="."/>

<item link="http://plymouth.seatribe.se/java/jogl2/jar/jogl-all.jar"/>
<item link="http://plymouth.seatribe.se/java/jogl2/jar/gluegen-rt.jar"/>
<item link="http://plymouth.seatribe.se/java/salem-res.jar" />
<item link="http://plymouth.seatribe.se/java/builtin-res.jar" />
<item link="http://dl.dropbox.com/u/23259217/salem/lsalem.jar" />
<item link="http://dl.dropbox.com/u/23259217/salem/client-res.jar" />
</config>
dem M_O_V_E_M_E_N_T_O_A_T_M_E_A_L_C_R_A_C_K_E_R_S
Winner of bracket ( award.
<@TotalyMoo> Mushi, will you be my new lover? :<
User avatar
Chiprel
 
Posts: 778
Joined: Wed Aug 01, 2012 1:25 am

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

Postby Kandarim » Sat Feb 01, 2014 5:32 pm

Ah ok then i must have screwed up when uploading to drop ox. I'll correct it tonight.
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 TheodorWolfe » Sun Feb 02, 2014 6:44 am

I keep trying to open the client, but nothing happens after the Java update window closes. Any advice would be extremely appreciated, as I'm in full withdrawals and need to level. :D
"Every flight begins with a fall." (George R.R. Martin)
User avatar
TheodorWolfe
 
Posts: 14
Joined: Mon Jan 20, 2014 9:20 pm
Location: 1140 Rue Royale, Ville de La Nouvelle-Orléans

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

Postby Kandarim » Sun Feb 02, 2014 9:29 am

TheodorWolfe wrote:I keep trying to open the client, but nothing happens after the Java update window closes. Any advice would be extremely appreciated, as I'm in full withdrawals and need to level. :D


update your java: as of a couple of days ago you'll need java 7 for the client.
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