Jester - How's my TGM emulation?

Thread in 'Discussion' started by JoshuaD, 21 Dec 2008.

  1. JoshuaD

    JoshuaD Unregistered

    I've been working on my clone in fits and binges. We're currently starting a binge. [​IMG] I'm about to start implementing a lot of the non-game parts of the program, like highscores, game menus, a better GUI, etc., but before I do I would like to make sure my TGM emulation is up to snuff.

    To switch between the different modes, go to settings->preferences, Game Rules:.

    TGM1 and TGM2 strive to be exact. TGM3 has some scoring issues right now, but otherwise should be right. If you find anything that seems wrong or that you personally don't like, I'm interested in hearing about it.

    Let me know what you think of the gameplay and of everything in general. I'm very interested in getting feedback.

    Download Jester v0.7

    P.S Anyone want to improve the skin? I'm considering switching to the TGM-style skinning, where the skin is only the outline of the graph and some ancillary things, while there's a background image (or animation) filling in the blank space. If anyone's interested in working on the graphics a bit, post a reply here or IM me on aim, Riffy001.
     
  2. Neither the .jar nor the .exe in wine will start for me. I get some kind of message about not having Java 5 installed, although I'm pretty sure I've got Java 6 already (at least in Linux).
     
  3. Fevy

    Fevy Unregistered

    Sounds interessting enough.
    Yet, I have the same problem as Caithness.
    I can't wait to see it improve.

    Hmm... by the way, I have a little "off topic" question.
    What controller type do you all use to play the TGMs modes on PC?
    Classic keyboard? I have that impression that it isn't reacting good enough, at least, mine doesn't react fast enough...
    ... and makes me lose.
     
  4. Deniax

    Deniax Blockbox developer

    ( OSX 10.5.6 - Java 6)

    Exception in thread "main" java.lang.NoClassDefFoundError: org/lwjgl/LWJGLException
    Caused by: java.lang.ClassNotFoundException: org.lwjgl.LWJGLException
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:18B)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:316)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:28B)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
    Exception in thread "main" java.lang.NoClassDefFoundError: org/lwjgl/LWJGLException
    Caused by: java.lang.ClassNotFoundException: org.lwjgl.LWJGLException
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:18B)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:316)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:28B)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
     
  5. JoshuaD

    JoshuaD Unregistered

    Sorry, I forgot to include the .sh file for *nix users, and I'm still working on packaging it for osx users.

    In the meantime, this command does the trick:

    Code:
    java -Djava.library.path="lib" -jar Jester.jar
     

Share This Page