Skip to content

A compiler/decompiler for Tickflow, a language based on the bytecode format used by the game Rhythm Heaven Megamix

License

Notifications You must be signed in to change notification settings

rhmodding/Tickompiler

Repository files navigation

Tickompiler

Tickompiler is a compiler/decompiler for Tickflow, a language based on the bytecode format used by the game Rhythm Heaven Megamix to describe its rhythm games.

Downloads License

In-depth documentation for Tickflow can be found here.

Game files extracted and decompiled using this tool can be used in conjunction with this patch.

Running the program

Requires Java 8 or newer and for java to be in the path.

Open a terminal in the same directory as tickompiler.jar and run:

Java 15 and older:

java -jar tickompiler.jar --help

Java 16 and newer (due to issue #8):

java --add-opens java.base/java.lang=ALL-UNNAMED -jar tickompiler.jar --help

About

A compiler/decompiler for Tickflow, a language based on the bytecode format used by the game Rhythm Heaven Megamix

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •  

Languages