Skip to content

Releases: GoldenEpsilon/MoreLuaPower

Version 2.7.6

15 Dec 23:03

Choose a tag to compare

Version 2.7.6!
Thank you to Hana for the update.

  • Fixed line placement scaling for Lua Power Bars that were rotated or scaled in size
  • Added OnTileCrack FTrigger for Artifacts
    • Global lua variable LastTileCracked will hold the last tile cracked
  • Added WorldBar, MusicCtrl, RectTransform, Vector2 access to Lua

Version 2.7.5

18 Nov 04:49
f9087f7

Choose a tag to compare

Version 2.7.5!

Thank you to Hana for creating the update.

  • Bugfix related to custom bars and how they get deleted

Version 2.7.4

03 Apr 15:22
26f98fa

Choose a tag to compare

Version 2.7.4!

Thank you to CWolfCommander for creating the update.

Features:
PetReviverlist - Allows Modded characters Flagged with "CharSetupPet" in Lua to display a Pet animation when Setting Petsnap to true. (see Saffron)
TauntReviver - Changed from "OnButtonDown Shuffle & OnButtonDown Petsnap" to "OnButtondown Shuffle while Button Petsnap is true."

Version 2.7.3

02 Oct 16:06

Choose a tag to compare

Version 2.7.3!

  • Fixed some internal data not caching how it should, which has been causing constant lag spikes in lategame runs

Version 2.7.2

01 Aug 15:09

Choose a tag to compare

Version 2.7.2!

  • Card Aesthetics, made by @HanaOcha!
  • Shifted from dotnet framework to dotnet standard, which might end up being funky but means that I can work from linux instead of being tied down to windows!

Version 2.7.1

31 Mar 23:49

Choose a tag to compare

Version 2.7.1!

  • Quick hotfix to add in the custom bar fix that I kept forgetting to add...

Version 2.7.0

31 Mar 22:39

Choose a tag to compare

Version 2.7.0!

  • GOG should work the same as steam now
  • The Custom World generator has had some kinks worked out and is now going live!!!

Version 2.6.1

04 Nov 13:54

Choose a tag to compare

Version 2.6.1!

  • Mod loading time is now massively sped up, due to @HanaOcha!

Version 2.6.0

06 Oct 18:58

Choose a tag to compare

Version 2.6.0!

This update was done completely by hanaocha on discord, thank you!!

  • Added Folders which contain (hide) settings named "FolderName/SettingName" until pressed.

  • When pressed, updates nav panel to show all settings with the particular naming scheme as well as "Return" button.

  • Settings shown within the folder will have "FolderName/" removed.

  • Added Text boxes which can have custom text entered by the player.

  • Added Buttons which can be pressed to run a list of Lua functions.

  • Added Folder, Return, TextField and Button values to SettingType

  • Added inFolder bool and key string to MPLSetting class

  • Updated API.txt to include AddSettingFolder, GetSettingFolder, AddSettingTextBox, GetSettingTextBox, AddSettingButton and EditSettingButton.

  • Moved MODS button to before the Close/Abandon Run/Quit button.

  • Moved settings text alignment to Left rather than Center. Folders use Top Left and Bold to differentiate.

  • Cleared coloring from Previous and Next buttons when updating page.

Version 2.5.5

26 Aug 14:40

Choose a tag to compare

Version 2.5.5!

  • Fixed a few warnings that popped up occasionally
  • Fixed the "Mod Settings" button to fully work
  • added AddEdenGossip, RemoveEdenGossip, and GetEdenGossip, thanks to @HanaOcha!

As always, check https://github.com/GoldenEpsilon/MoreLuaPower/blob/master/API.txt for information on everything you can do in MPL, including the new functions.