One Step From Eden

One Step From Eden

2,826 betyg
MoreLuaPower
3
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Filstorlek
Lades upp
Uppdaterades
894.004 KB
18 apr, 2020 @ 18:33
2 okt, 2024 @ 9:08
53 ändringsnotiser ( visa )

Abonnera för att ladda ner
MoreLuaPower

Beskrivning
/*
* More Lua Power, started by Golden Epsilon
* Tons of stuff added by Sunreal, Shenanigans, Lea, DecoyDoge, Cwolfcommander, and Hanaお茶
* PetBuff for MoreLuaPower by stephanreiken
* Workshop URL: https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2066319533
* GitHub Page: https://github.com/GoldenEpsilon/MoreLuaPower
*
* Please do not include the DLL in your mods directly:
* Ask people to download the workshop version instead.
*
* That said, if there's something you want to modify from the code to make your own harmony mod, feel free!
* I am also open to help; If you have something you want to add in here, just let me know/add it in yourself! You will be credited.
*/

Hello! This is MoreLuaPower, which is meant to be a library mod to help the community create cooler mods.

The relevant API information is in the download directory.

This is meant to be for mod makers that use lua primarily, and the functions are built with the expectation that the user does not want to mess with harmony. Because of this all of the functions and variables are easily accessible from anywhere in your lua files.

That's all I have to say for now, if you want to learn more, download this and read the readme!
Populära diskussioner Visa alla (1)
5
18 sep, 2022 @ 17:27
Bug Report: Exception on Install
Towerdepths
33 kommentarer
Golden Epsilon  [skapare] 9 jan, 2024 @ 9:30 
Currently the error does nothing negative. At some point I'll probably look into fixing it, but as far as I remember and am aware it's left over from a feature that was attempted and then partially removed. No need for worrying, the library will still work as intended!
modeheightpresence 9 jan, 2024 @ 2:23 
Hello, a big thanks for creating this utility. I also have the error "Could not find handler CustomBosses.DataHandler:BossHandler for files: Bosses.xml" as the poster below, but I don't know to what extent it'll affect the game.
Edrobot 8 maj, 2023 @ 7:08 
Update: Yup, it works on steam deck. Huzzah!
Edrobot 8 maj, 2023 @ 6:56 
I can confirm that it's now working. I still took a few minutes to load and I had to load the mods in a specific order, but it didn't crash on my PC anymore. Here's hoping it works on steam deck too.
Golden Epsilon  [skapare] 7 maj, 2023 @ 17:37 
I just figured out the issue - there was an issue that made mods take longer to load with MPL that I fixed and THOUGHT I uploaded, but somehow I didn't. I'm uploading the fixed version now, sorry for the issues!
Edrobot 6 maj, 2023 @ 20:30 
I tried waiting over a half-hour for the Mega Man mod to load, so I dunno if I'm doing something wrong.
Golden Epsilon  [skapare] 6 maj, 2023 @ 19:07 
I don't believe there are any currently known infinite loops on mod load, so it's just taking a really really really long time to load. The loading is definitely unoptimized, either for OSFE or MoreLuaPower (admittedly I'm not sure which side the issues stem from), but in general the solution is just to wait longer.
Edrobot 6 maj, 2023 @ 15:43 
I'm... not actually sure.
I guess a better question is, how do I tell the difference between an actual crash and just taking a really really long time to load?
Golden Epsilon  [skapare] 6 maj, 2023 @ 13:43 
That error doesn't stop the mod from loading - are you saying you just noticed that error or that you can't play using it?
Edrobot 5 maj, 2023 @ 19:55 
Happened to me too, on both PC and Steam Deck. Though my error message was about custom boss XMLs not being found or something.