Add ctf_map to allow map loading from schematics
This commit is contained in:
parent
04e9634087
commit
e513a63205
18 changed files with 679 additions and 333 deletions
11
mods/ctf_map/maps/01_two_hills.conf
Normal file
11
mods/ctf_map/maps/01_two_hills.conf
Normal file
|
@ -0,0 +1,11 @@
|
|||
name = Two Hills and Two Lakes
|
||||
author = rubenwardy
|
||||
rotation = z
|
||||
h = 140
|
||||
r = 115
|
||||
team.1 = red
|
||||
team.1.color = red
|
||||
team.1.pos = 7,27,93
|
||||
team.2 = blue
|
||||
team.2.color = blue
|
||||
team.2.pos = -22,28,-78
|
BIN
mods/ctf_map/maps/01_two_hills.mts
Normal file
BIN
mods/ctf_map/maps/01_two_hills.mts
Normal file
Binary file not shown.
11
mods/ctf_map/maps/02_bridge.conf
Normal file
11
mods/ctf_map/maps/02_bridge.conf
Normal file
|
@ -0,0 +1,11 @@
|
|||
name = The Bridge
|
||||
author = rubenwardy
|
||||
rotation = x
|
||||
r = 110
|
||||
h = 220
|
||||
team.1 = red
|
||||
team.1.color = red
|
||||
team.1.pos = -57,-60,94
|
||||
team.2 = blue
|
||||
team.2.color = blue
|
||||
team.2.pos = -74,-56,-70
|
BIN
mods/ctf_map/maps/02_bridge.mts
Normal file
BIN
mods/ctf_map/maps/02_bridge.mts
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue