Unknown2006-05-19 00:25:44
Thanks, I just wanted to make sure. Also, thanks alot for the compass, its easier for me to navigate now!
Unknown2006-05-19 00:55:57
Meh...My version of MUSHclient is outdated...Guess it's time to update it.
On a side note, I strongly dislike dial-up.
On a side note, I strongly dislike dial-up.
Unknown2006-05-21 20:17:01
Err.. I have another problem with the GUI now. For some reason (and I might have done this myself), the compas just up and stopped working, and it won't show my stats when I put in SCORE or show me the compass when I LOOK or move... Any ideas as to what I've done? I've uninstalled/reinstalled the file plenty of times now and it still won't work (I use CONFIG PROMPT ALL and pair it with the regular file).
::EDIT:: Never mind, I found my problem. For some reason I turned triggers off.
::EDIT:: Never mind, I found my problem. For some reason I turned triggers off.
Mirk2006-05-21 20:18:19
try downloading it again...
Unknown2006-05-28 22:32:03
Updated my copy of MUSHclient, and the GUI looks great!
Unknown2006-07-18 19:09:04
i got it to work but all i see is the bars no compass
Arundor2006-07-18 19:13:30
QUOTE(ninja2784 @ Jul 18 2006, 03:09 PM) 308991
i got it to work but all i see is the bars no compass
The image files may have been misplaced. Make sure the "LusterGUI.bat", "LusterGUI.class" and the "images" folder are all in the same location.
Karrack2006-07-27 13:31:22
i really like this GUI! it really helps when i hit rebounding in a spar and break my own chest thus draining away my endurance (having mush the only way to see that was by using stat) but i'm unsure of how to change the colours (i have ego and endurance in mind )
Arundor2006-07-27 19:42:58
QUOTE(karrack @ Jul 27 2006, 09:31 AM) 312078
i really like this GUI! it really helps when i hit rebounding in a spar and break my own chest thus draining away my endurance (having mush the only way to see that was by using stat) but i'm unsure of how to change the colours (i have ego and endurance in mind )
You'll want to edit the "config.txt" file. Change the "EgoColour" and "EnduranceColour" lines.
Karrack2006-07-27 22:31:51
yes, yes i've looked at that but it uses numbers, now i'm guessing that the numbers are like the red green and blue (unsure if thats the right order but meh)
Arundor2006-07-27 22:54:15
QUOTE(karrack @ Jul 27 2006, 06:31 PM) 312212
yes, yes i've looked at that but it uses numbers, now i'm guessing that the numbers are like the red green and blue (unsure if thats the right order but meh)
Right. Red, green and blue in that order. 255,0,0 gives pure red, 0,0,255 gives pure blue, and so on. Mix them up to get different combinations.
Only the background colour can be changed, sadly. I couldn't figure out how to change the text colour.
Karrack2006-07-27 23:46:56
aye, alright i fixed it (colours less blarey and text is easier to read now) thanks!
Shyshaeia2006-08-05 15:18:41
I also wanted to thank you for the compass. I just switched to MUSHclient and really missed the nexus compass. Thanks a bundle!!
Montegil2006-11-22 04:02:07
Got up to the step of
Users of CONFIG PROMPT STATS: In MUSHClient, go to File > Plugins > Add and choose "LusterGUI_stats.xml".
when i added it i got an error.
"There was a problem loading the plugin (directory location) see error window for more details
Error window:
Line 18: Plugin "id" field must be unique for this world (problem in this file)
I have Java on this computer too. fwi.
Users of CONFIG PROMPT STATS: In MUSHClient, go to File > Plugins > Add and choose "LusterGUI_stats.xml".
when i added it i got an error.
"There was a problem loading the plugin (directory location) see error window for more details
Error window:
Line 18: Plugin "id" field must be unique for this world (problem in this file)
I have Java on this computer too. fwi.
Arundor2006-11-22 04:35:37
QUOTE(Montegil @ Nov 21 2006, 11:02 PM) 355985
Line 18: Plugin "id" field must be unique for this world (problem in this file)
Both plugins have the same ID, which is actually a problem now that I think about it. It sounds like you may have accidently added both plugins instead of just one. Check on File > Plugins and remove all plugins named "LusterGUI", then add the plugin again.
I also just uploaded a new version, so alternatively, you can try the new version if you want. It should solve this problem. When I first made the plugins I wasn't thinking straight, and missed an amazingly simple solution that would allow me to put all functionality in a single plugin. So the new one only has one plugin file, which should eliminate the problem.
And for other readers, you can update to the new version as well if you want. It's attached on the first post of this thread. The changes are:
- One plugin file that can handle CONFIG PROMPT ALL and CONFIG PROMPT STATS prompt styles. Also works for Achaea, if you want to use it there.
- Default colours are easier to read. (Was actually added a while back, but I didn't post a message when I did that.)
- Should no longer crash on the occasional prompt with odd spacing. (Was actually added a while back, but I didn't post a message when I did that.)
Montegil2006-11-22 11:50:34
alright, still didn't work for me. Nothing happened when i added it.
Ran that little test on cmd prompt, the test you had the previous person check. Here is my error message.
exception in thread "main" java.lang.NoClassDefFoundError: LusterGUI2
I suppose that means i don't have the updated Java program?
Tried downloading the updated java runtime thing. But i recieved an error trying to download it.
The installation of package http://java.sun.com/update/1.5.0/jre-1_5_0...ows-i586-jc.xpi failed with -260
Firefox could not download update.
Also, i don't have another web browers to use as my IE does not work at all.
Ran that little test on cmd prompt, the test you had the previous person check. Here is my error message.
exception in thread "main" java.lang.NoClassDefFoundError: LusterGUI2
I suppose that means i don't have the updated Java program?
Tried downloading the updated java runtime thing. But i recieved an error trying to download it.
The installation of package http://java.sun.com/update/1.5.0/jre-1_5_0...ows-i586-jc.xpi failed with -260
Firefox could not download update.
Also, i don't have another web browers to use as my IE does not work at all.
Arundor2006-11-22 17:06:59
QUOTE(Montegil @ Nov 22 2006, 06:50 AM) 356064
alright, still didn't work for me. Nothing happened when i added it.
Note that nothing is actually supposed to happen when you add the plugin. After adding the plugin to MUSHClient, you need to run the .bat file before anything happens.
QUOTE(Montegil @ Nov 22 2006, 06:50 AM) 356064
Ran that little test on cmd prompt, the test you had the previous person check. Here is my error message.
exception in thread "main" java.lang.NoClassDefFoundError: LusterGUI2
I suppose that means i don't have the updated Java program?
Tried downloading the updated java runtime thing. But i recieved an error trying to download it.
The installation of package http://java.sun.com/update/1.5.0/jre-1_5_0...ows-i586-jc.xpi failed with -260
Firefox could not download update.
Also, i don't have another web browers to use as my IE does not work at all.
If the comment above didn't help and you still need to use the command line test, a slight change to my instructions in the earlier post is necessary. The previous test won't quite work, since I've changed the program name since then. It's now "LusterGUI" instead of "LusterGUI2". Anywhere the previous instructions said to enter "LusterGUI2", you can enter "LusterGUI".
Montegil2006-11-23 04:20:43
Well, when i add the plugin and then go my files and click the ms-Dos bat file, it does the same thing as it did to another person on these forums. The cmd prompt comes out, it does a bunch of text by itself, then disappears with nothing happening. No UI shows up , not even if restarted
I'm not sure if im' inputing your instructions correctly into the command problem. Have a look at some of my tries to see if you can make heads or tails of it
Microsoft Windows XP
© Copyright 1985-2001 Microsoft Corp.
C:\\Documents and Settings\\Nick Izvernari>c:
C:\\Documents and Settings\\Nick Izvernari>cd \\nicks stuff\\lusternia\\ java -classp
ath . LusterGUI
The system cannot find the path specified.
C:\\Documents and Settings\\Nick Izvernari>cd \\nicks stuff\\lusternia\\java -classpa
th . LusterGUI
The system cannot find the path specified.
C:\\Documents and Settings\\Nick Izvernari>cd \\nicks stuff\\lusternia\\java -classpa
th . LusterGUI
By the way, i really thank you for being patient with me as well as thanks for putting this gui together! I have to admit i really rely on the compas to tell me which ways i am able to go. Hope to get it working!
I'm not sure if im' inputing your instructions correctly into the command problem. Have a look at some of my tries to see if you can make heads or tails of it
Microsoft Windows XP
© Copyright 1985-2001 Microsoft Corp.
C:\\Documents and Settings\\Nick Izvernari>c:
C:\\Documents and Settings\\Nick Izvernari>cd \\nicks stuff\\lusternia\\ java -classp
ath . LusterGUI
The system cannot find the path specified.
C:\\Documents and Settings\\Nick Izvernari>cd \\nicks stuff\\lusternia\\java -classpa
th . LusterGUI
The system cannot find the path specified.
C:\\Documents and Settings\\Nick Izvernari>cd \\nicks stuff\\lusternia\\java -classpa
th . LusterGUI
By the way, i really thank you for being patient with me as well as thanks for putting this gui together! I have to admit i really rely on the compas to tell me which ways i am able to go. Hope to get it working!
Arundor2006-11-23 04:58:27
And thank you also for being patient enough to keep trying.
On the command line, you need to enter the cd and java commands seperately. So:
c:
cd \\nicks stuff\\lusternia\\
java -classpath . LusterGUI
Hope that helps.
On the command line, you need to enter the cd and java commands seperately. So:
c:
cd \\nicks stuff\\lusternia\\
java -classpath . LusterGUI
Hope that helps.
Montegil2006-11-23 22:28:04
C:\\nicks stuff\\lusternia\\mechanics\\LusterGUI>java -classpath . LusterGUI
Exception in thread "main" java.lang.UnsupportedClassVersionError: LusterGUI (Un
supported major.minor version 49.0)
at java.lang.ClassLoader.defineClass0(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.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 java.lang.ClassLoader.loadClassInternal(Unknown Source)
C:\\nicks stuff\\lusternia\\mechanics\\LusterGUI>
Didn't even have the right directory the first time, heh!
Exception in thread "main" java.lang.UnsupportedClassVersionError: LusterGUI (Un
supported major.minor version 49.0)
at java.lang.ClassLoader.defineClass0(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.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 java.lang.ClassLoader.loadClassInternal(Unknown Source)
C:\\nicks stuff\\lusternia\\mechanics\\LusterGUI>
Didn't even have the right directory the first time, heh!