Changes

Jump to navigation Jump to search
54 bytes added ,  23:23, 9 October 2018
Line 24: Line 24:     
== Full access ==
 
== 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 mods and the user will be warned.
+
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.
    
= Entry points =
 
= Entry points =

Navigation menu