-
Notifications
You must be signed in to change notification settings - Fork 78
New Map: Chaotica #362
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
Open
mrtechtroid
wants to merge
6
commits into
MT-CTF:master
Choose a base branch
from
mrtechtroid:chaotica
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.
Open
New Map: Chaotica #362
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
d477336
New Map: Chaotica
mrtechtroid c4d73e2
Add more chests
mrtechtroid c4960cd
fixed team zones, added ores.
mrtechtroid fe68a39
Change License: MIT to CC BY-SA 4.0
mrtechtroid f29b7d1
Fix a lot more stuff. and did suggested changes.
mrtechtroid f44ce29
Fix license
mrtechtroid 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 hidden or 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 {"nade_fight","classes","classic"} | ||
| barrier_area = return {pos1={x=0,y=0,z=0},pos2={x=115,y=87,z=55}} | ||
| teams = local _={};_[1]="flag_pos";_[2]="enabled";return {yellow={[_[1]]={x=111,y=19.5,z=27},pos1={x=59,y=86.5,z=55},[_[2]]=true,pos2={x=115,y=-0.5,z=0}},purple={[_[1]]={x=6,y=19.5,z=27},pos1={x=58,y=86.5,z=55},[_[2]]=true,pos2={x=0,y=-0.5,z=0}}} | ||
| chests = return {{pos1={x=108,y=14.5,z=15},amount=10,pos2={x=112,y=17.5,z=39}},{pos1={x=5,y=14.5,z=16},amount=10,pos2={x=9,y=17.5,z=40}},{pos1={x=54,y=14.5,z=22},amount=10,pos2={x=58,y=20.5,z=31}},{pos1={x=60,y=14.5,z=22},amount=10,pos2={x=63,y=21.5,z=31}},{pos1={x=59,y=4.5,z=0},amount=60,pos2={x=106,y=86.5,z=54}},{pos1={x=12,y=4.5,z=0},amount=60,pos2={x=58,y=86.5,z=54}}} | ||
| phys_jump = 1.5 | ||
| phys_speed = 1.1 | ||
| size = return {x=115,y=87,z=55} | ||
| map_version = 3 | ||
| enabled = true | ||
| name = Chaotica | ||
| phys_gravity = 0.3 | ||
| initial_stuff = return {"default:ladder 50","default:cobble 99"} | ||
| author = superbull | ||
| hint = Conquer the center for a sweet suprise. | ||
| license = CC BY-SA 4.0 | ||
| others = | ||
| treasures = | ||
| skybox = none | ||
| enable_shadows = 0.26 | ||
| start_time = 18600 | ||
| 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.
Uh oh!
There was an error while loading. Please reload this page.