Example code: a 0 a -a,k 0 k -a#u 0 u -a#V 21 -g 1 1s
View attachment 22510
There are three sections in the exported code: physics lines, non-physics lines, and powerups/vehicles.
The three sections of the code are divided by # likes this: [section1]#[section2]#[section3]
Section 1 = Physics lines
Section 2 = Non-Physics lines
Section 3 = Powerups/Vehicles
Within its section, each entity is separated by a comma, with no spaces. This is shown by the two physics lines in section 1 in the example code. The same concept applies to all sections.