fangflecked-old

old project. ive since repurposed the name
git clone git://moonbender.net/fangflecked-old
Log | Files | Refs | README

GameConfig.cfg (795B)


      1 {
      2 	version: 4,
      3 	name: "FANGFLECKED",
      4 	icon: "CABBAGE.png",
      5 	"fileformats": [
      6 		{ "format": "Quake3 (legacy)", "initialmap": "initial_fang.map" }
      7 	],
      8 	"filesystem": {
      9 		"searchpath": "fangflecked",
     10 		"packageformat": { "extension": "pk3", "format": "zip" }	
     11 	},
     12 	"textures":	{
     13 		"package":	{ "type": "directory", "root": "textures" },
     14 		"format": { "extensions": ["png", "tga"], "format": "image" },
     15 		"attribute": "_tb_textures"
     16 	},
     17 	"entities": {
     18 		"definitions": [ "fang.fgd" ],
     19 		"defaultcolor": "0.6 0.6 0.6 1.0",
     20 		"modelformats": [ "mdl", "bsp", "iqm" ]
     21 	},
     22 	"tags": {
     23 		"brush": [
     24 			{
     25 				"name": "Trigger",
     26 				"attribs": [ "transparent" ],
     27 				"match": "classname",
     28 				"pattern": "trigger*",
     29 				"texture": "trigger"
     30 			}
     31 		]
     32 	},
     33 	"softMapBounds":"-4096 -4096 -4096 4096 4096 4096"
     34 }