Initial commit

This commit is contained in:
2026-08-19 08:38:25 +00:00
parent f62b516d3d
commit 2b5c3cec50
722 changed files with 605332 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
["Stirling Engine"]
#Revolution period of the simulated shaft (affects only piston movement).
"Revolution period" = 0.2
#Radius of the simulated crank.
"Crank radius" = 0.125
#Length of the simulated conrod.
"Conrod length" = 0.5
[Debug]
#Render thruster debug overlays (plume ray, obstruction hits, damage zones).
Thruster = false
["Thruster Plumes"]
#How every thruster plume is rendered. Particle uses normal particle effects; Shader uses the procedural plume shader.
#Allowed Values: PARTICLE, SHADER
renderMode = "PARTICLE"