Skip to content

Example Spec Files

Gili Barlev edited this page Oct 19, 2024 · 1 revision

The Fox Nap Resource Pack Generator can be heavily configured via use of a spec file. This spec file can be in one of several formats, and examples are provided below:

JSON

[
    {
        "path_spec": "key.mp3",
        "num": 8,
        "hue": 291
    },
    {
        "path_spec": "door.mp3",
        "num": 9,
        "hue": 41
    },
    {
        "path_spec": "subwoofer_lullaby.mp3",
        "num": 10,
        "hue": 140
    }
]

CSV

Number,Filename,Description,License,Hue
1,Elektrified Space EXTENDED.ogg,Elektrified Space,Personal,FALSE
2,Official Doodle Champion Island Games - Artistic Swimming Song 3 Dance.ogg,Qumu - Swimming Song 3,Personal,TRUE
3,Donut (Prod. by Lukrembo).mp3,Lukrembo - Donut,Attribution,TRUE
4,Emile van Krieken - The Aether II Original Soundtrack - 03 Meadow Aether 3.flac,Emile van Krieken - The Aether Soundtrack - Meadow,Attribution,TRUE
5,Quirky Dog.mp3,Kevin MacLeod - Quirky Dog,Attribution,180.0
6,Ship Wrek  Zookeepers - Ark NCS Release.mp3,,Attribution,FALSE
7,TheFatRat - Monody feat. Laura Brehm.m4a,,Attribution,FALSE

INI

[The Little Ships]
path_spec = The Little Ships.mp3
num = 8
use_colored_vinyl = true
description = Jean Jacques Perrey - The Little Ships

[Tiny Little Adiantum]
path_spec = タイニーリトル・アジアンタム.ogg
num = 9
use_colored_vinyl = true
description = Shibayan Records - Tiny Little Adiantum

[Prisencolinensinainciusol]
path_spec = Prisencolinensinainciusol.ogg
num = 10
description = Adriano Celentano - Prisencolinensinainciusol

[April Showers]
path_spec = ProleteR_-_01_-_April_Showers.mp3
num = 11
description = ProleteR - April Showers
Clone this wiki locally