24 lines
541 B
INI
24 lines
541 B
INI
{
|
|
"version": 9,
|
|
"name": "Hexen 2",
|
|
"icon": "Icon.png",
|
|
"fileformats": [
|
|
{ "format": "Hexen2" },
|
|
{ "format": "Valve" }
|
|
],
|
|
"filesystem": {
|
|
"searchpath": "data1",
|
|
"packageformat": { "extension": ".pak", "format": "idpak" }
|
|
},
|
|
"materials": {
|
|
"root": "textures",
|
|
"extensions": [".D"],
|
|
"palette": "gfx/palette.lmp",
|
|
"attribute": "wad"
|
|
},
|
|
"entities": {
|
|
"definitions": [ "Hexen2.fgd" ],
|
|
"defaultcolor": "0.6 0.6 0.6 1.0"
|
|
}
|
|
}
|