One Step From Eden

One Step From Eden

MoreLuaPower
Viser 1-10 af 54 forekomster
< 1  2  3  4  5  6 >
Opdatering: 3. apr. kl. 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."

Opdatering: 2. okt. 2024 kl. 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

Opdatering: 1. aug. 2024 kl. 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!

Opdatering: 31. mar. 2024 kl. 16:50

Version 2.7.1!

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

Opdatering: 31. mar. 2024 kl. 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!!!

Opdatering: 4. nov. 2023 kl. 6:53

Version 2.6.1!

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

Opdatering: 6. okt. 2023 kl. 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.

Opdatering: 26. aug. 2023 kl. 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.

Opdatering: 5. aug. 2023 kl. 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)

Opdatering: 31. juli 2023 kl. 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!!