Changes

Jump to navigation Jump to search
Line 52: Line 52:  
Here's a working mod  example that lets you change how many floors you can build on, complete with comments:
 
Here's a working mod  example that lets you change how many floors you can build on, complete with comments:
 
[https://softwareinc.coredumping.com/FloorMod.zip Floor Mod] (Updated to work with Alpha 10.7+)
 
[https://softwareinc.coredumping.com/FloorMod.zip Floor Mod] (Updated to work with Alpha 10.7+)
  −
== Full access ==
  −
By default, certain namespaces and types are off-limits to mods for security reasons. If you want to make a mod that writes to files or accesses the internet, you need to put a public static bool called GiveMeFreedom in your ModMeta implementation. Note that this only works for dll-based mods, which can't be uploaded to the Steam Workshop, and the user will be warned.
      
== Dependencies ==
 
== Dependencies ==

Navigation menu