One Step From Eden

One Step From Eden

2,820 évaluations
MoreLuaPower
3
   
Récompenser
Ajouter aux favoris
Favoris
Retirer des favoris
Taille du fichier
Publié le
Mis à jour le
894.004 KB
18 avr. 2020 à 18h33
2 oct. 2024 à 9h08
53 notes de changement ( voir )

S'abonner pour télécharger
MoreLuaPower

Description
/*
* 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!
Discussions populaires Tout voir (1)
5
18 sept. 2022 à 17h27
Bug Report: Exception on Install
Towerdepths
33 commentaires
Golden Epsilon  [créateur] 9 janv. 2024 à 9h30 
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 janv. 2024 à 2h23 
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 mai 2023 à 7h08 
Update: Yup, it works on steam deck. Huzzah!
Edrobot 8 mai 2023 à 6h56 
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  [créateur] 7 mai 2023 à 17h37 
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 mai 2023 à 20h30 
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  [créateur] 6 mai 2023 à 19h07 
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 mai 2023 à 15h43 
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  [créateur] 6 mai 2023 à 13h43 
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 mai 2023 à 19h55 
Happened to me too, on both PC and Steam Deck. Though my error message was about custom boss XMLs not being found or something.