One Step From Eden

One Step From Eden

MoreLuaPower
Zobrazeno 1–10 z 54 položek
< 1  2  3  4  5  6 >
Aktualizace: 3. dub. v 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."

Aktualizace: 2. říj. 2024 v 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

Aktualizace: 1. srp. 2024 v 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!

Aktualizace: 31. bře. 2024 v 16.50

Version 2.7.1!

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

Aktualizace: 31. bře. 2024 v 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!!!

Aktualizace: 4. lis. 2023 v 6.53

Version 2.6.1!

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

Aktualizace: 6. říj. 2023 v 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.

Aktualizace: 26. srp. 2023 v 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.

Aktualizace: 5. srp. 2023 v 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)

Aktualizace: 31. čvc. 2023 v 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!!