Skip to content

Commit

Permalink
Update Ant War (MT-CTF#302)
Browse files Browse the repository at this point in the history
* add ant war map

* add torches to tunnels

* fixes to map.conf

* make lamps indestructible and fix team areas

* fix initial stuff

* replace screenshot

* add more tunnels to guide players

* add some more rooms with chests and mushrooms

* add butterflies to help with navigation

* add fireflies for lighting on the surface

* update screenshot

* move flags and add cross tunnels

* add arrows to show the way out

* improve arrows, set look directions, and change hint

* add init.lua

* Rework init.lua

* add more tunnels

* remove pointless signs

* fix init.lua and change barriers to lava

* open barriers on flag capture

* resave map

* resave map and remove init.lua because it's not working

* add more tunnels to access the center

* add one way entraces to each base area

---------

Co-authored-by: LoneWolfHT <[email protected]>
  • Loading branch information
lazylier and LoneWolfHT authored Mar 8, 2024
1 parent faa67a3 commit 3216cd3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Binary file added ant_war/barriers.data
Binary file not shown.
14 changes: 7 additions & 7 deletions ant_war/map.conf
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
game_modes = return {"classes","classic"}
barrier_area = return {pos1={z=0,x=0,y=0},pos2={z=162,x=162,y=92}}
teams = local _={};_[1]="flag_pos";_[2]="enabled";return {green={pos1={z=0,x=162,y=0},[_[1]]={z=63,x=99,y=31},pos2={z=81,x=81,y=92},[_[2]]=true},blue={pos1={z=0,x=0,y=0},[_[1]]={z=63,x=63,y=31},pos2={z=81,x=81,y=92},[_[2]]=true},orange={pos1={z=162,x=0,y=0},[_[1]]={z=99,x=68,y=31},pos2={z=81,x=81,y=92},[_[2]]=true},purple={pos1={z=162,x=162,y=0},[_[1]]={z=99,x=99,y=31},pos2={z=81,x=81,y=92},[_[2]]=true}}
chests = return {{pos1={z=1,x=1,y=51},amount=20,pos2={z=80,x=81,y=58}},{pos1={z=81,x=1,y=51},amount=20,pos2={z=161,x=80,y=58}},{pos1={z=82,x=81,y=51},amount=20,pos2={z=161,x=161,y=58}},{pos1={z=1,x=82,y=51},amount=20,pos2={z=81,x=161,y=58}},{pos1={z=119,x=98,y=33},pos2={z=127,x=108,y=33},amount=4},{pos1={z=54,x=119,y=33},pos2={z=64,x=127,y=33},amount=4},{pos1={z=35,x=54,y=33},pos2={z=43,x=64,y=33},amount=4},{pos1={z=98,x=40,y=33},pos2={z=108,x=48,y=33},amount=4}}
teams = local _={};_[1]="enabled";_[2]="look_pos";_[3]="flag_pos";return {purple={[_[2]]={y=-14,x=3147,z=148},pos2={y=92,x=81,z=81},[_[1]]=true,pos1={y=0,x=162,z=162},[_[3]]={y=31,x=114,z=114}},green={[_[2]]={y=-14,x=3148,z=15},pos2={y=92,x=81,z=81},[_[1]]=true,pos1={y=0,x=162,z=0},[_[3]]={y=31,x=114,z=48}},blue={[_[2]]={y=-14,x=3015,z=14},pos2={y=92,x=81,z=81},[_[1]]=true,pos1={y=0,x=0,z=0},[_[3]]={y=31,x=48,z=48}},orange={[_[2]]={y=-14,x=3014,z=147},pos2={y=92,x=81,z=81},[_[1]]=true,pos1={y=0,x=0,z=162},[_[3]]={y=31,x=48,z=114}}}
chests = return {{amount=20,pos1={y=51,x=1,z=1},pos2={y=58,x=81,z=80}},{amount=20,pos1={y=51,x=1,z=81},pos2={y=58,x=80,z=161}},{amount=20,pos1={y=51,x=81,z=82},pos2={y=58,x=161,z=161}},{amount=20,pos1={y=51,x=82,z=1},pos2={y=58,x=161,z=81}},{pos2={y=34,x=106,z=142},pos1={y=34,x=96,z=134},amount=4},{pos2={y=34,x=142,z=66},pos1={y=34,x=134,z=56},amount=4},{pos2={y=34,x=66,z=28},pos1={y=34,x=56,z=20},amount=4},{pos2={y=34,x=28,z=106},pos1={y=34,x=20,z=96},amount=4}}
phys_jump = 1
phys_speed = 1
size = return {z=162,x=162,y=92}
map_version = 2
enabled = false
size = return {y=92,x=162,z=162}
map_version = 3
enabled = true
name = Ant War
phys_gravity = 1
initial_stuff = return {"default:shovel_stone","default:torch 10","default:cobble 30"}
author = binshaden
hint = Look for treasure among the flowers!
hint = Follow the arrows to find treasure among the flowers!
license = CC BY-SA 4.0
others =
treasures =
skybox = none
enable_shadows = 0.26
start_time = 5900
time_speed = 1
barrier_area = return {pos1={y=0,x=0,z=0},pos2={y=92,x=162,z=162}}
Binary file modified ant_war/map.mts
Binary file not shown.
Binary file modified ant_war/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3216cd3

Please sign in to comment.