ModToolsAutogen Mod v2.1.0
by michi_cc
ModToolsAutogen exposes some mod development support as console commands.
| Source code | https://github.com/michicc/CoI.ModToolsAutogen |
ModToolsAutogen is a mod for modders that exposes access to some useful internal functions via console commands.
If you do not develop your own mods, this mod will be useless to you. It does not add any content to the game.
Current commands:
generate_layout_entity_icons idSubstring, <pitchDegrees>, <yawDegrees>, <fovDegrees>- Will render toolbar icons for entities (like e.g. machines) in the same style as the vanilla game icons.
idSubstring: Generate icon for all entities whose name contains the id. If left empty, icons for all entities will be generated!pitchDegrees,yawDegrees,fovDegrees: Optional values to change the camera direction for the icon.
generate_layout_entity_animation_texture idSubstring- Will generate animation textures neded for (semi-)instanced rendering of entities.
idSubstring: Generate animation textures for all entities whose name contains the id. If left empty, textures for all entities will be generated!
This mod has no dependencies.
No other mods depend on this mod yet.
No announcements yet.
No changelog available for this mod.