Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Releases: SwareJonge/Dolphin-Lua-Core

Dolphin Lua Core v3.5.1

25 Jan 14:59
Compare
Choose a tag to compare

Changes:

  • Lua text shows time Difference with ghost by kierio and ancient
  • Minor Edits to drop Lua helper files in a subfolder of the scripts directory to fix compatability with Linux
  • Reduced pointer loop for Positions in Mario Kart Wii

Note: there are some errors in the scripts shipped in the Linux and Windows zip file, use the Scripts.zip provided here, extract it and then replace all scripts in the Sys/Scripts directory

Dolphin Lua Core v3.5

02 Dec 16:58
57a8bd7
Compare
Choose a tag to compare

Changes:

  • Multilevel pointer support for InfoDisplay and Lua
  • Added TAStudio by THC98 and Malleo
  • Updated TAS-Toolkit to v1.3
  • Removed scripts that are deprecated

Note: It's recommended to make a backup of your old Lua scripts just for the case of bugs in this build so it's possible to revert easily

Dolphin Lua Core v3.3

21 Oct 17:58
Compare
Choose a tag to compare

Updated the MKW_Update_InfoDisplay script,it's now updating the values automatically.

  • Added LuigiM's LuaTASToolkit(v1.2)

Dolphin Lua Core v3.2.1

21 May 19:47
b088085
Compare
Choose a tag to compare

InfoDisplay is back!
Ok to start off you might think: hey! It doesn't work, it only displays speed and rotation!
That's right, i've made a Lua script Called "MKW_Update_InfoDisplay", you need to run this script and enable "Show Info Display" in order to get the other values on screen. I did this because the values are delayed by one frame when i used the SetScreenText() function, that's the main reason why i brought back InfoDisplay

Dolphin 5.0 Lua core v3.1415926535

18 Mar 16:36
Compare
Choose a tag to compare

Cleanups in code and "Pause Emulation" function by THC98

Dolphin 5.0 Lua core v3.0

17 Feb 16:41
723cc99
Compare
Choose a tag to compare

This Version of the Lua core has a New function called "SetScreenText" By THC98
It also has a SMG_Core.lua file for Super Mario Galaxy Scripts

Dolphin 5.0 Lua core with RAM/Info Display

13 Feb 14:07
Compare
Choose a tag to compare

This version can execute Lua scripts and can display addresses on screen

Dolphin 5.0 Lua core with rerecord counter

12 Feb 23:47
a83964a
Compare
Choose a tag to compare

this version of the dolphin emulator has support for executing Lua scripts(Wii games work but controlling wii controllers with lua scripts doesn't work) and it has a build in rerecord counter + Recording notice

Dolphin 5.0 Lua core

07 Feb 22:09
e44aad3
Compare
Choose a tag to compare
Lua5.0

Update Readme.md