One Step From Eden

One Step From Eden

MoreLuaPower
Showing 1-10 of 54 entries
< 1  2  3  4  5  6 >
Update: Apr 3 @ 8:20am

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."

Update: Oct 2, 2024 @ 9:08am

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

Update: Aug 1, 2024 @ 8:10am

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!

Update: Mar 31, 2024 @ 4:50pm

Version 2.7.1!

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

Update: Mar 31, 2024 @ 3:38pm

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!!!

Update: Nov 4, 2023 @ 6:53am

Version 2.6.1!

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

Update: Oct 6, 2023 @ 11:59am

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.

Update: Aug 26, 2023 @ 7:38am

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.

Update: Aug 5, 2023 @ 7:31am

Version 2.5.4!
- Added Custom Settings
- (AddSettingToggle, AddSettingRotation, AddSettingSlider,
GetSettingToggle, GetSettingRotation, GetSettingSlider)
- Updated the API to add those functions
- Fixed AddZoneIcon to reflect spec
- (previously the spriteName parameter would need to be a sprite the base game can see, not a sprite you load from MPL)

Update: Jul 31, 2023 @ 4:07pm

Version 2.5.3!
- Added LogLevel as an accessible enum, dunno why that wasn't the case before
- Sped up mod loading drastically by removing a log the base game does, thanks @hanaocha!!