One Step From Eden

One Step From Eden

MoreLuaPower
Mostrando 1-10 de 54 aportaciones
< 1  2  3  4  5  6 >
Actualización: 3 ABR a las 8:20

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

Actualización: 2 OCT 2024 a las 9:08

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

Actualización: 1 AGO 2024 a las 8:10

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!

Actualización: 31 MAR 2024 a las 16:50

Version 2.7.1!

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

Actualización: 31 MAR 2024 a las 15:38

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

Actualización: 4 NOV 2023 a las 6:53

Version 2.6.1!

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

Actualización: 6 OCT 2023 a las 11:59

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.

Actualización: 26 AGO 2023 a las 7:38

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.

Actualización: 5 AGO 2023 a las 7:31

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)

Actualización: 31 JUL 2023 a las 16:07

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