Modding:General Best Practices: Difference between revisions

Jump to navigation Jump to search
add modding info box
(Added a section about random functions.)
(add modding info box)
Line 1: Line 1:
[[Category:Modding]]
[[Category:Modding]]{{Modding Info}}
= Prefix your object and table names with some unique ID =
= Prefix your object and table names with some unique ID =
For instance, <code>alphabeardmods_{id}</code>. This will prevent namespace conflicts with official content and other mods in the future.
For instance, <code>alphabeardmods_{id}</code>. This will prevent namespace conflicts with official content and other mods in the future.

Navigation menu