DEMOLOOP

From Eternity Wiki
Revision as of 06:13, 14 June 2026 by Printz (talk | contribs) (Created page with "Eternity supports the DEMOLOOP lump, which is part of the id24 specifications. DEMOLOOP must contain a JSON text data. The content of DEMOLOOP must be of the form: { "type": "demoloop", "version": "1.0.0", "metadata": { "author": "...", "timestamp": "...", "application": "... }, "data": { "entries: [ { "type": 0, "primarylump": "IMAGE1",...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Eternity supports the DEMOLOOP lump, which is part of the id24 specifications.

DEMOLOOP must contain a JSON text data. The content of DEMOLOOP must be of the form:

{
    "type":    "demoloop",
    "version": "1.0.0",
    "metadata": {
        "author":      "...",
        "timestamp":   "...",
        "application": "...
    },

    "data": {
        "entries: [
            {
                "type":          0,
                "primarylump":   "IMAGE1",
                "secondarylump": "MUSIC1",
                "duration":      5,
                "outrowipe":     1
            },
            {
                "type":       1,
                "primarylump: "DEMO5",
                "outrowipe":  0
            }
        ]
    }
}