Toggle search
Search
Toggle menu
notifications
Toggle personal menu
Editing
Custom level creation/circuit.data
From Turing Complete
Views
Read
Edit
Edit source
View history
associated-pages
Page
Discussion
More actions
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Breadcrumbs|Alpha Branch|Custom level creation}} {{Early-access-version|0|1346}} The <code>circuit.data</code> file contains the default layout of the level. It is the same file format as the <code>circuit.data</code> associated with player schematics, and is created and modified in-game in much the same way as regular play. The two biggest differences are that we want to allow and utilize indelible (red) components to pre-defined required components (currently only the various styles of input and output pins, delay lines and registers are available as indelible components), and that we need to use a command to write our changes back to the level directory. To do that, first create your level directory as described under [[Custom level creation/Getting started|Getting Started]]. Once you have level directory, you can load your level by opening the {{Console}} and running the {{Console|load|my_level}} command (if your new level directory is named <code>my_level</code>). {{note|type=warn|The {{Console|load}} command performs a normal game level load, including the last opened schematic. Make sure to create a new schematic before proceeding, if necessary.}} After your level is loaded, open the {{Console}} again and run the {{Console|dev_mode|on}} command to enable the <code>DEV</code> component menu where the indelible components are located. Place and adjust components as necessary. You can include pre-defined bit (blue) and word (green) components as well as wiring if you desire, but keep in mind the player will be able to modify or delete such components and wiring. Only the indelible (red) components are locked and cannot be removed during normal gameplay. Once you are satisfied with your level layout, open the {{Console}} once more and run the {{Console|save_level}} command to store your changes in the level's <code>circuit.data</code>. {{note|type=warn|As with above, the game will treat your level as a normal schematic and will update the <code>circuit.data</code> in your save directory, and it will load and save as normal. However, that will not update the <code>circuit.data</code> in the game directory, so be sure to run the {{Console|save_level}} command separately.}}
Summary:
Please note that all contributions to Turing Complete are considered to be released under the Creative Commons Attribution-ShareAlike (see
TuringComplete:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:-
(
edit
)
Template:Breadcrumbs
(
edit
)
Template:Breadcrumbs/styles.css
(
edit
)
Template:Console
(
edit
)
Template:Early-access-version
(
edit
)
Template:Note
(
edit
)
Template:Note/styles.css
(
edit
)
Template:Tag
(
edit
)
Template:Tag/styles.css
(
edit
)