first commit

This commit is contained in:
2019-12-30 17:23:05 +01:00
commit 7fe19ee89f
1149 changed files with 271279 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
{
version: 3,
name: "Generic",
icon: "Icon.png",
"fileformats": [
{ "format": "Standard", "initialmap": "initial_standard.map" },
{ "format": "Valve", "initialmap": "initial_valve.map" },
{ "format": "Quake2", "initialmap": "initial_quake2.map" }
],
"filesystem": {
"searchpath": ".",
"packageformat": { "extension": "pak", "format": "idpak" }
},
"textures": {
"package": { "type": "directory", "root": "textures" },
"format": { "extensions": ["jpg", "jpeg", "tga", "png"], "format": "image" },
"attribute": "_tb_textures"
},
"entities": {
"definitions": [ "Generic.fgd" ],
"defaultcolor": "0.6 0.6 0.6 1.0",
"modelformats": [ "bsp, mdl, md2" ]
},
"tags": {
"brush": [],
"brushface": []
},
"faceattribs": {
"surfaceflags": [],
"contentflags": []
}
}

View File

@@ -0,0 +1,5 @@
@SolidClass = worldspawn : "World entity" []
@baseclass size(-16 -16 -24, 16 16 32) color(0 255 0) = PlayerClass []
@PointClass base(PlayerClass) = info_player_start : "Player 1 start" []

BIN
tb/games/Generic/Icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB