Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new map "Abandoned City" by SG #352

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add files via upload
ChandlerBing1994 authored Jul 23, 2024
commit c857a3ddf54631259d73ff874064e25de5708ae9
Binary file modified abandoned_city/barriers.data
Binary file not shown.
10 changes: 5 additions & 5 deletions abandoned_city/map.conf
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
game_modes = return {"classes","classic"}
barrier_area = return {pos2={x=146,y=160,z=216},pos1={x=0,y=0,z=0}}
teams = local _={};_[1]="enabled";_[2]="flag_pos";return {red={pos2={x=0,y=160,z=108},pos1={x=146,y=0,z=216},[_[1]]=true,[_[2]]={x=132,y=66,z=202}},blue={pos2={x=146,y=160,z=108},pos1={x=0,y=0,z=0},[_[1]]=true,[_[2]]={x=14,y=66,z=14}}}
chests = return {{pos1={x=0,y=11,z=0},pos2={x=146,y=51,z=107},amount=60},{pos1={x=0,y=11,z=109},pos2={x=146,y=51,z=216},amount=60}}
barrier_area = return {pos1={y=0,z=0,x=0},pos2={y=160,z=216,x=146}}
teams = local _={};_[1]="enabled";_[2]="flag_pos";return {red={pos1={y=0,z=216,x=146},[_[1]]=true,pos2={y=160,z=108,x=0},[_[2]]={y=66,z=202,x=132}},blue={pos1={y=160,z=108,x=0},[_[1]]=true,pos2={y=0,z=0,x=146},[_[2]]={y=66,z=14,x=14}}}
chests = return {{pos1={y=11,z=0,x=0},pos2={y=51,z=107,x=146},amount=60},{pos1={y=11,z=109,x=0},pos2={y=51,z=216,x=146},amount=60}}
phys_jump = 1
phys_speed = 1
size = return {x=146,y=160,z=216}
size = return {y=160,z=216,x=146}
map_version = 3
enabled = true
name = Abandoned City
phys_gravity = 1
initial_stuff = return {"default:pick_steel","ctf_ranged:pistol_loaded"}
author = SG
hint = hint
hint =
license = CC BY-SA 4.0
others = none
treasures =
Binary file modified abandoned_city/map.mts
Binary file not shown.