Everything Library - Simple Resource Referencer's icon

Everything Library - Simple Resource Referencer 0.1 Tools 3.5 Community

Submitted by user don-tnowe; MIT; 2022-11-18

A plugin allowing you to reference a folder of resources at runtime in an easy way. No `load()`, no `preload()`, no boilerplate directory crawling, no exported properties.

Handy when you have a list of resources you keep expanding and expanding, but also need a way to just get all of them - for **an in-game catalogue of monsters**, or for **a recipe list in a crafting system**... or you just hate load().

Got a folder of items? Or even, a folder of folders of items?

Just configure, and: "var all_the_items = Library.items".
Need a "magic_crystal.tres" from there? "var crystal = Library.items['magic_crystal']".

It's even possible to group them by a property value, like if you want to list all items of each type!


View files Download Submit an issue Recent Edits