Mod libraries
Posted: Mon Oct 10, 2016 4:57 pm
Hello,
I'm just getting into this modding scene. Are there any "stdlib" mod libraries that take the bolierplate out of common operations?
Some examples of common operations that the mod I'm working on relies on:
Are there Factorio mod libraries? Is there a way to find such libraries?
If there are not such libraries, I will likely release mine. However, if they exist, I'll go and use/extend those instead.
I'm just getting into this modding scene. Are there any "stdlib" mod libraries that take the bolierplate out of common operations?
Some examples of common operations that the mod I'm working on relies on:
- Find all ore connected to a player selection. Seems like there are several mods that rely on this functionality, but reimplement it themselves (ex. YARM).
- Find all upstream belts of a selected belt.
- Find all entities that are placing resources onto a belt.
Are there Factorio mod libraries? Is there a way to find such libraries?
If there are not such libraries, I will likely release mine. However, if they exist, I'll go and use/extend those instead.