Difference between revisions of "Lua Scripts"

From DKC Speedruns
Jump to: navigation, search
(Created page with "Here are some useful lua scripts for dkc")
 
Line 1: Line 1:
Here are some useful lua scripts for dkc
+
===What is Lua?===
 +
Lua is a programming language that is built-in to many emulators. It is used primarily for TASes, but has many applications. The ones provided here work for Snes9x rr only unless otherwise specified. If you have any ideas for future Lua scripts, contact Rainbowsprinkles or Kipples_.
 +
 
 +
===Lua Scripts===
 +
First up is a timer. Starts when you press L and end when you press R. It clears when you load a save state. AND it could be used for any SNES game. This only works on Snes9x rr.
 +
 
 +
[[File:Timer.zip]]

Revision as of 23:27, 8 February 2017

What is Lua?

Lua is a programming language that is built-in to many emulators. It is used primarily for TASes, but has many applications. The ones provided here work for Snes9x rr only unless otherwise specified. If you have any ideas for future Lua scripts, contact Rainbowsprinkles or Kipples_.

Lua Scripts

First up is a timer. Starts when you press L and end when you press R. It clears when you load a save state. AND it could be used for any SNES game. This only works on Snes9x rr.

File:Timer.zip