This commit is contained in:
Jacob Vinding
2025-12-27 00:06:47 +01:00
commit 1c991e905d
1095 changed files with 172738 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
# Configuration file
general {
# Enable/Disable make duplicate schematic.
B:enableDuplicateSchematic=true
}
schematic {
# Schematic ID for Body (Rocket Detail), must be unique.
I:idSchematicBody=12
# Schematic ID for Booster (Rocket Detail), must be unique.
I:idSchematicBooster=14
# Schematic ID for Cone (Rocket Detail), must be unique.
I:idSchematicCone=11
# Schematic ID for Engine (Rocket Detail), must be unique.
I:idSchematicEngine=13
# Schematic ID for Fins (Rocket Detail), must be unique.
I:idSchematicFins=15
# Schematic ID for Oxygen PPE Tank, must be unique.
I:idSchematicOxTank=16
}