Jump to content

How to interact with vanilla storage through scripts?


Recommended Posts

So I have a mod I want to create that improves storage in the game via some forms of automation. I either need to interact with vanilla storage through assets from my mod, or create my own storage system. I am having troubles finding out how to do anything with the game's built in storage systems via Unity scripts.

Link to comment
Share on other sites

Actually, I am having some issues finding resources to do more advanced modding. I am a software engineer and have used Unity to make several small games so I know how to do these things outside of 7DTD. I could really use someone or a small group I can go to for tips that have been down this road already.

Link to comment
Share on other sites

"improves storage" is a very broad requirement. But you can access storageprops or methods of lets say (secure) lootboxes, workstations, (secure) storagecontainers etc via the TileEntity class which above TileEntities get derived from. TileEntities are accessible by the chunk they are in/on.

 

Cheers

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...