TFT Melee Simulator

The following Java Applet is a simulator for starting characters for Melee (The Fantasy Trip). The goal behind this project was to decide which was the best character to take in the game. The results may surprise you!

As of the current version (2007-09-23), the following features are implemented:

Bugs fixed:

Suggested uses

There are several ways to use the simulator:

  1. To simulate a large number of bouts among two or more heroes. It is strongly recommended to not enable the Verbose output option as it will generate a lot of text!
  2. To simulate a small number of bouts among two or more heroes, with verbose details (blow-by-blow) of the bouts. This produces a lot of output, but can be interesting when you want to see the details of the simulation.

Select multiple heroes with the Ctrl key (Command key, for Mac users [thanks for reminding me $mike, it has been too long]). Standard select-all key shortcuts appear to work on Windows.

Your browser is completely ignoring the <APPLET> tag!

Remember, use Verbose output only for small numbers of selected heroes/bouts!

©2004 Christopher Fuhrman -- All rights reserved.

Note about Copy/Paste of results

Because of security constraints with Java applets, you cannot copy/paste the results from the simulator applet (thanks to Marc Gacy for insisting that this doesn't work!).

Rather than signing my applet, I offer an alternative solution for those who want to copy/paste the results. You grant access to the clipboard for my MeleeSimulator applet on your system using the Java policytool. You can download a sample .java.policy file that sets this up for you. Make sure you store it in your HOME directory (in Windows XP, this is usually C:\Documents and Settings\username\). It's probably best to restart your browser after having downloaded this file.

If you already have a .java.policy file, you won't want to overwrite it with mine. In that case, here are the manual steps to add the policy for the JRE 1.4.x:

  1. Run the Java "policytool" on your system (in a command window). This application is usually in the bin directory of the JRE and should be in the command path. Sun also documents this tool.
  2. Click the "Add Policy Entry" button.
  3. Specify the CodeBase: as "http://pages.infinit.net/filmore/MeleeSimulator/MeleeSimulator.jar" (without quotes).
  4. Leave the SignedBy: field blank.
  5. Click the "Add Permission" button.
  6. In the Permission: combo box, choose AWTPermission (java.awt.AWTPermission).
  7. In the Target Name: combo box, choose accessClipboard (accessClipboard).
  8. Leave the Actions: and SignedBy: fields alone (blank).
  9. Click "OK"
  10. Click "Done"
  11. Chose "Save" from the File menu.
  12. Exit the browser and reload the simulator page (this page). You should be able to copy from the results window.

Related links

Please send feedback/bug reports/comments to fuhrman8or@yahoo.com.

Page last updated 2007-09-23