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 the Stone Maze Map. #299

Draft
wants to merge 21 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 12 commits
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
21 changes: 21 additions & 0 deletions stone_maze/map.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
game_modes = return {"classes","classic","nade_fight"}
barrier_area = return {pos1={y=0,x=0,z=0},pos2={y=31,x=200,z=200}}
teams = local _={};_[1]="enabled";_[2]="flag_pos";return {green={pos2={y=-0.5,x=0,z=200},[_[1]]=true,pos1={y=29.5,x=100,z=100},[_[2]]={y=2.5,x=6,z=194}},red={pos2={y=-0.5,x=200,z=0},[_[1]]=true,pos1={y=29.5,x=100,z=100},[_[2]]={y=2.5,x=194,z=6}},orange={pos2={y=-0.5,x=200,z=200},[_[1]]=true,pos1={y=29.5,x=100,z=100},[_[2]]={y=2.5,x=194,z=194}},blue={pos2={y=-0.5,x=0,z=0},[_[1]]=true,pos1={y=29.5,x=100,z=100},[_[2]]={y=2.5,x=6,z=6}}}
chests = return {{pos2={y=30.5,x=100,z=100},pos1={y=2.5,x=0,z=0},amount=25},{pos2={y=30.5,x=200,z=100},pos1={y=2.5,x=100,z=0},amount=25},{pos2={y=30.5,x=200,z=200},pos1={y=2.5,x=100,z=100},amount=25},{pos2={y=30.5,x=100,z=200},pos1={y=2.5,x=0,z=100},amount=25}}
phys_jump = 1
phys_speed = 1.3
size = return {y=31,x=200,z=200}
map_version = 2
enabled = true
name = The Stone Maze
phys_gravity = 1
initial_stuff = return {"default:pick_stone","default:mossycobble 40","default:torch 15","default:ladder 20"}
author = Jo5629/IMDman56
hint = Go through the maze towards the center for ores. Thanks to HobbitPower for the map screenshot.
license = CC BY-SA 4.0
others = You can break parts of the walls.
treasures =
skybox = DarkStormy
enable_shadows = 0.26
start_time = 5900
time_speed = 1
Binary file added stone_maze/map.mts
Binary file not shown.
Binary file added stone_maze/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.