Template Files
Documentation for writing template files.
On this page you learn:
The format template files are written in
How to write your own template files
About meta files
About template file methodology
Writing Template Files
Template files are written in JSON format, which uses key-value pairs (much like Python dictionaries) to serialize data. You can read up on JSON here.
Complete Template File
Writing Meta Files
Meta files are JSON files that contain metadata for a system (e.g author, name, license etc.) and are normally placed in a directory with a catalog.ax
file (read more on that here)
Example Meta File (from solar-system.meta.ax
in v1.11)
solar-system.meta.ax
in v1.11)Template File Conventions and Methodology
Template files can and should be edited! Any changes you need to add to the simulation, change the file!
Systems are generally named after their main body and the group the smaller bodies belong too (e.g
earth-satellite.tmpl.ax
orjupiter-moons.tmpl.ax
) or just the system's objective in general (e.grocket-launch.tmpl.ax
).
Last updated