-
Notifications
You must be signed in to change notification settings - Fork 75
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
Jo5629
wants to merge
21
commits into
MT-CTF:master
Choose a base branch
from
Jo5629:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
1015828
Add the Stone Maze Map.
Jo5629 b73d162
Change screenshot for Stone Maze Map.
Jo5629 3222c5d
Update Files.
Jo5629 a073471
Update the map schematic to add an extra diamond.
Jo5629 f372988
Merge branch 'MT-CTF:master' into master
Jo5629 89bef57
Merge branch 'MT-CTF:master' into master
Jo5629 bb59b5e
Delete screenshot.png
Jo5629 5111d7f
Add files via upload
Jo5629 f489143
Add files via upload
Jo5629 37cf0a5
Update map.conf
Jo5629 8d51e54
Update map.conf
Jo5629 8606bb4
Merge branch 'MT-CTF:master' into master
Jo5629 c591e36
Update map.conf
Jo5629 a2ddac7
Update teams and zones.
Jo5629 bd828c9
Updates files
Jo5629 c728781
Add files via upload
Jo5629 0621175
Merge branch 'MT-CTF:master' into master
Jo5629 e9e7d29
Update schematic and conf file
Jo5629 70898f6
Update files for resaving
Jo5629 3f8f7f5
Merge branch 'MT-CTF:master' into master
Jo5629 caf6752
Add files via upload
Jo5629 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
game_modes = return {"classes","classic","nade_fight"} | ||
barrier_area = return {pos2={z=200,x=200,y=31},pos1={z=0,x=0,y=0}} | ||
teams = local _={};_[1]="enabled";_[2]="flag_pos";return {green={pos2={z=200,x=0,y=-0.5},[_[2]]={z=194,x=6,y=2.5},[_[1]]=true,pos1={z=100,x=100,y=29.5}},blue={pos2={z=0,x=0,y=-0.5},[_[2]]={z=6,x=6,y=2.5},[_[1]]=true,pos1={z=100,x=100,y=29.5}},purple={pos2={z=200,x=200,y=-0.5},[_[2]]={z=194,x=194,y=2.5},[_[1]]=true,pos1={z=100,x=100,y=29.5}},red={pos2={z=0,x=200,y=-0.5},[_[2]]={z=6,x=194,y=2.5},[_[1]]=true,pos1={z=100,x=100,y=29.5}}} | ||
chests = return {{pos2={z=100,x=100,y=7.5},amount=25,pos1={z=0,x=0,y=2.5}},{pos2={z=100,x=200,y=7.5},amount=25,pos1={z=0,x=100,y=2.5}},{pos2={z=200,x=200,y=7.5},amount=25,pos1={z=100,x=100,y=2.5}},{pos2={z=200,x=100,y=7.5},amount=25,pos1={z=100,x=0,y=2.5}}} | ||
phys_jump = 1 | ||
phys_speed = 1.3 | ||
size = return {z=200,x=200,y=31} | ||
map_version = 3 | ||
enabled = true | ||
name = The Stone Maze | ||
phys_gravity = 1 | ||
initial_stuff = return {"default:pick_steel","default:torch 30","default:ladder 35"} | ||
author = Jo5629 | ||
hint = Go through the maze towards the center for ores. You can also break parts of the walls. | ||
license = CC BY-SA 4.0 | ||
others = | ||
treasures = | ||
skybox = DarkStormy | ||
enable_shadows = 0.26 | ||
start_time = 5900 | ||
time_speed = 1 |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not necessary in my opinion. Ladders are perfectly adequate.