forked from openrocket/openrocket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fileformat.txt
75 lines (56 loc) · 3.65 KB
/
fileformat.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
The current OpenRocket file format is "documented" only as the
reference implementation. This will hopefully change in the future.
The "version" attribute of the <openrocket> tag describes the file
format version used, while the "creator" attribute MAY describe the
software and version used to write the document.
The file format version is increased every time the format is
changed. The minor number is increased when changes are made that are
mostly backward-compatible, meaning that older software versions
should be able to read the design sans the new features. The major
number is increased when changes are made that render the design
problematic or impossible to read for older software. For maximum
compatibility software should save a file in the oldest file format
version that supports all the necessary design features.
The following file format versions exist:
1.0: File format version of the first public release (OpenRocket 0.9.0)
1.1: Introduced with OpenRocket 0.9.4. Adds support for saving fin
tabs (<tabheight>, <tablength> and <tabposition> elements) and
allows attaching subcomponents to a tube coupler (previously
forbidden).
1.2: Introduced with OpenRocket 1.1.1. Adds the <digest> tag to
motor definitions. The digest uniquely identifies the
functional characteristics of a particular thrust curve motor.
1.3: Introduced with OpenRocket 1.1.9. Adds the <launchlongitude> and
<geodeticmethod> parameters to the simulation conditions element.
1.4: Introduced with OpenRocket 12.03. Adds the launchrodvelocity and
deploymentvelocity attributes to <flightdata> element. The motor
digesting algorithm was changed. Adds <separationevent> and
<separationdelay> elements to stage components (except sustainer).
1.5: Introduced with OpenRocket 12.09. Added ComponentPresets.
Added lowerstageseparation as recovery device deployment event.
Added <datatypes> section for supporting datatypes other than
internal ones. Currently only supports datatypes from custom expressions.
1.6: Introduced with OpenRocket 13.04. Added component Appearances (decals & paint)
Added configurable parameters to recovery devices, motor ignition and separation.
1.7: Introduced with OpenRocket 15.03.
Added simulation extensions and related configuration.
Support for TubeFins.
1.8: Introduced with OpenRocket 22.02.
Added new RailButton (<railbutton>, Pods (<podset>), and Booster (<parallelstage>) components
Added separate internal appearance option (<insideappearance>) for Body Tubes, Nose Cones,
Transitions, Inner Tubes, Launch Lugs, and Fins.
Added PhotoStudio settings saving (<photostudio>)
Added override CD parameter (<overridecd>)
Added stage activeness remembrance (<stage> under <motorconfiguration>)
Added <isflipped> parameter for Nose Cones
Separated <overridesubcomponents> into individual parameters for mass, CG, and CD.
Rename <fincount> to <instancecount> (<fincount> remains for backward compatibility)
Rename <position> to <axialoffset> (<position> remains for backward compatibility)
Rename <rotation> to <angleoffset> (<rotation> remains for backward compatibility)
1.9: Introduced with OpenRocket 23.09.
Added ID for each rocket component, to in turn add this ID as a source for flight events.
1.10: Introduced with OpenRocket 24.XX.
Added a priority attribute to simulation warnings.
Added document preferences (<docprefs>).
Added wind model settings (<wind mode="{average or multilevel}">), and windmodeltype to simulation conditions.
Added warning flight events