Are script libraries (e.g. Core.lib) useless?
-
@stfwissue I think it's a matter of what you need. If you're writing simple modules, you probably don't need things like Core. If you write more complex scripts and Core eases it, sure, knock yourself out. My issue is just that libraries like Core don't teach you how to write these utilities.
-
@cancernameu said in Are script libraries (e.g. Core.lib) useless?:
If you're writing simple modules, you probably don't need things like Core.
Agreed.
-
@stfwissue I need corelib for fullbright
-
@plumer-man Lmao
-
@cancernameu However, Core isn't made for complex stuff it just enables you to do them in easier ways that are more compatible. In addition to that it allows anyone to add autoupdates for their script by just setting a single variable Core.updateURL. It uses reflections to add custom script categories into ClickGUI automatically and provides users with events that aren't available in normal API such as onBlockBB, onScreen, onText, onClickGuiLoaded,...