Custom level creation: Difference between revisions

From Turing Complete
No edit summary
No edit summary
Line 1: Line 1:
{{Breadcrumbs|Alpha Branch}}
{{Breadcrumbs|Alpha Branch}}
WIP
Here you will find instructions and recommendations for creating your own custom levels and submitting them to be considered for inclusion in the base game.
 
* [[Custom level creation/Getting started|Getting started]]
* Files
** Default circuit and components (<code>circuit.data</code>)
** Level metadata (<code>meta.txt</code>)
** UI metadata (<code>ui.txt</code>)
** Circuit testing (<code>test.si</code>)
** Image files
* Adding your level to the map

Revision as of 01:57, 14 January 2025

Here you will find instructions and recommendations for creating your own custom levels and submitting them to be considered for inclusion in the base game.

  • Getting started
  • Files
    • Default circuit and components (circuit.data)
    • Level metadata (meta.txt)
    • UI metadata (ui.txt)
    • Circuit testing (test.si)
    • Image files
  • Adding your level to the map