Coding System & Scripts

Implement custom solutions, optimizations, and applications via the coding system.


The Coding System

The coding system is used to implement custom solutions, code optimizations, application development, and driver authoring.

Core Components

  • Code Interface: Players initially have only one Code Interface node. Increasing Contribution Points accelerates the Code Interface's operation.
  • IDE (Integrated Development Environment): Can generate all primitive variable types, simplifying the code setup process.

Variables & Combiners

  • Variables: Includes Primitive Variables like bools, integers, floats, and characters.
  • Variable Combiners: Combine two primitive variables into an advanced variable. For example: bool + int = Bit Flag; float + float = Vector; char + char = String; int + int = Big Int.

The Code Lifecycle

  • Code Flow: Write Application Code, which is then split into good code and buggy code through a Debug node. Buggy code needs to be fixed via a Bug Fix node.
  • Code Optimization: Uses Bit Flag and Vector variables.
  • Commit Code: Commit optimized code to gain Contribution Points.