Super Simple 14 is a knowledgebase for figuring out how to do a lot of simple tasks in the SS14 codebase, like adding prototypes, entities, components, visualizers, etc. Super Simple 14 assumes you haven't read any other documentation, but does assume you are familiar with C# and YAML. Each example is not self contained, and may use information learned in previous Super Simple 14 documentation.
If you're coming here from BYOND or SS13, hello! These docs are written with that audience in mind, and it tries to translate some broad topics from SS13 into SS14 and Robust Toolbox.
These docs will cover many things, including:
Super Simple 14 will not cover extending content that already exists in SS14, such as construction, chemistry, body system, or botany. These should either be evident from the code, or are covered in Content Documentation.
Super Simple 14 will also not cover these topics, as they have been done elsewhere:
Currently being ported and written.