OAR Format
From OpenSimulator
(Difference between revisions)
m (→See Also: An ending bracket was missing on the link, fixed the typo. Link works now. Please ignore. ;-)) |
m (Added "What is the OAR format?" heading. Please ignore. Thank-you.) |
||
Line 4: | Line 4: | ||
[[Technical Reference | Technical Reference]] -> [[Technical Reference/terms | Terms]] -> [[OAR_Format | OAR Format]] | [[Technical Reference | Technical Reference]] -> [[Technical Reference/terms | Terms]] -> [[OAR_Format | OAR Format]] | ||
+ | |||
+ | =What is the OAR format?= | ||
== Introduction == | == Introduction == |
Revision as of 08:41, 24 May 2009
Technical Reference -> Terms -> OAR Format
What is the OAR format?
Introduction
The region OpenSim Archives (OAR) format is designed with three aims in mind
- Make it easy for people to read and write different OpenSim files within an archive.
- Make it easy to compose two region archives into a single region archive.
- Make it easy to compose archives from scratch.
Therefore, all the different entities (assets, objects, terrains, etc.) are packaged in individual files (e.g. one for each asset) with human readable filenames and machine readable extensions (e.g. .jp2 for textures, .txt for notecards).