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 Eivind » Tue Sep 30, 2014 9:16 pm

Heffernan wrote:not knowing entirely alot of coding for the engine, but would it be possible to implement a Waypoint system that remembers areas you save and point arrows there?

No, there is no universal coordinates. But technically it is possible by improving the map engine, that would automatically merge maps.
derkultenwitchshatImagebroomanimustoeoffrogeyeofnewthowletswingshivertimbers
Eivind
 
Posts: 56
Joined: Fri Dec 07, 2012 8:03 pm
Location: 静岡市・日本

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

Postby Kandarim » Tue Sep 30, 2014 9:30 pm

Eivind wrote:
Heffernan wrote:not knowing entirely alot of coding for the engine, but would it be possible to implement a Waypoint system that remembers areas you save and point arrows there?

No, there is no universal coordinates. But technically it is possible by improving the map engine, that would automatically merge maps.


Indeed. It would only be possible as long as you don't port. Check out the cartographer for that (Ctrl+X), although it won't point arrows. It was never completely finished, though.

Rightclick to place markers, middle click to select markers and change them.
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 Cheena » Wed Oct 01, 2014 2:12 pm

Hi ! I'm always happy with all of your client improvements, and I'd like to suggest one more. Would it be possible to have a "ghost" of the future town claim when placing a Cross of Saint George or a Boundry Stone ? That would be quite nice, instead of playing with the grid for a while...
Trust your enemies more than your friends. Your enemies will never betray you.
loftar wrote:***** the treaty.

(Note: Citation is severely out of context.)
User avatar
Cheena
 
Posts: 1264
Joined: Sat Mar 09, 2013 11:46 am
Location: Providence

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

Postby Kandarim » Wed Oct 01, 2014 2:55 pm

I always had townie slaves collegues do that for me :D

I'll have a look at the feasibility, but there are more urgent things on the list right now (fixing wiki parsing, for one).
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 Pildream » Wed Oct 01, 2014 3:11 pm

Kandarim, could you please post all clients keyboard shortcuts ( like ctrl-x, ctrl-d ), ( or even better if possible show inside the client for future updates maby ? )

i just found out about the chartographer and i love it :mrgreen: but where does it save the map file ? can't find it.
User avatar
Pildream
 
Posts: 321
Joined: Wed Jul 02, 2014 2:38 pm

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

Postby Kandarim » Wed Oct 01, 2014 3:27 pm

Pildream wrote:Kandarim, could you please post all clients keyboard shortcuts ( like ctrl-x, ctrl-d ), ( or even better if possible show inside the client for future updates maby ? )

i just found out about the chartographer and i love it :mrgreen: but where does it save the map file ? can't find it.


I'm unsure that that button even does anything. As I mentioned, the implementation was never finished, exactly why not many people know about it.
I think I never managed to correctly save the markers, or something like that.

I badly need to redo the option menu. I suppose a quick how-to-custom-UI included there wouldn't be badly placed there
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 Crlsdmc » Thu Oct 02, 2014 7:08 pm

Hi Kandarim, thank you so much for the custom launcher, I'm kinda new to Salem I'm having an error while launching for the first time, I tried Ender's launcher when I first gave it a go to Salem and then yours just now.

This is the report I'm getting when trying to launch, thank you in advance for your help!

java.lang.Error: java.lang.reflect.InvocationTargetException
at haven.MainFrame.javabughack(MainFrame.java:397)
at haven.MainFrame.main2(MainFrame.java:410)
at haven.MainFrame.access$100(MainFrame.java:63)
at haven.MainFrame$8.run(MainFrame.java:480)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(Unknown Source)
at java.awt.EventQueue.invokeAndWait(Unknown Source)
at javax.swing.SwingUtilities.invokeAndWait(Unknown Source)
at haven.MainFrame.javabughack(MainFrame.java:388)
... 4 more
Caused by: java.lang.NoClassDefFoundError: com/jogamp/common/type/WriteCloneable
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at haven.TexGL$TexDraw.<clinit>(TexGL.java:83)
at haven.TexGL.<init>(TexGL.java:154)
at haven.TexGL.<init>(TexGL.java:282)
at haven.TexI.<init>(TexI.java:42)
at haven.Resource$Image$1.<init>(Resource.java:626)
at haven.Resource$Image.tex(Resource.java:626)
at haven.Resource.loadtex(Resource.java:1528)
at haven.LoginScreen.<clinit>(LoginScreen.java:47)
at haven.MainFrame$5.run(MainFrame.java:391)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: com.jogamp.common.type.WriteCloneable
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 35 more
My Trade-Wind Thread: http://goo.gl/582OmX

Embrace The Wilderness
User avatar
Crlsdmc
 
Posts: 55
Joined: Tue Apr 09, 2013 2:21 am

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

Postby Kandarim » Thu Oct 02, 2014 10:51 pm

delete jogl-all.jar and gluegen-rt.jar from Salem/bin/
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 Crlsdmc » Thu Oct 02, 2014 11:59 pm

Kandarim wrote:delete jogl-all.jar and gluegen-rt.jar from Salem/bin/

Thanks for the reply, one last noob question here, where is it located?

Can't find it anywhere.

Thanks once again.
My Trade-Wind Thread: http://goo.gl/582OmX

Embrace The Wilderness
User avatar
Crlsdmc
 
Posts: 55
Joined: Tue Apr 09, 2013 2:21 am

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

Postby Chiprel » Fri Oct 03, 2014 12:49 am

Crlsdmc wrote:
Kandarim wrote:delete jogl-all.jar and gluegen-rt.jar from Salem/bin/

Thanks for the reply, one last noob question here, where is it located?

Can't find it anywhere.

Thanks once again.


if you are on win 7:
c:\Users\your_user\salem\bin\
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

PreviousNext

Return to Artifice & Arcana

Who is online

Users browsing this forum: No registered users and 12 guests