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: Plain glass #307

Draft
wants to merge 33 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
bf664bd
plain_glass map init
farooqkz Jun 19, 2023
bcc796a
plain_glass map init
farooqkz Jun 19, 2023
241e5d4
Merge branch 'plain_glass' of github.com:farooqkz/maps into plain_glass
farooqkz Jul 28, 2023
19ce4b1
add a preview of plain glass map
farooqkz Aug 9, 2023
e2b89fd
make plain glass map far less deep
farooqkz Aug 9, 2023
4eac2e3
fix problem of speedrun
farooqkz Aug 9, 2023
49d4fd5
fix problem of flags and make map bigger for further construction
farooqkz Aug 11, 2023
f184226
update map plain_glass
farooqkz Aug 11, 2023
33b3167
trying to correct flag positions
farooqkz Aug 11, 2023
8f1dcea
more try to correct flag pos
farooqkz Aug 11, 2023
00864cd
okay finally the flag positions are correct!
farooqkz Aug 11, 2023
4cdbe5d
reduce number of chests for storage rooms
farooqkz Aug 11, 2023
a70f626
possible fix for teamzones
farooqkz Aug 11, 2023
7bbd1b7
fix some problems
farooqkz Aug 11, 2023
7311818
further reducing amounts of chests
farooqkz Aug 11, 2023
71b3c95
increase amount of global chests
farooqkz Aug 11, 2023
3bd9829
reduce amount of chests for storage rooms
farooqkz Aug 11, 2023
d5cb73c
reduce chests of storage rooms to 2 for testing
farooqkz Aug 11, 2023
0607ac4
temporary reducing chests of storage rooms to 0
farooqkz Aug 11, 2023
8a9ce64
remove void nodes blocking the way
farooqkz Aug 11, 2023
06c88b6
reducing amount of global chests for plain_glass
farooqkz Aug 11, 2023
94599cd
update map plain glass to fix some problems
farooqkz Jan 26, 2024
b29324a
fix some other problems in plain glass
farooqkz Jan 26, 2024
2bb47d6
Merge branch 'MT-CTF:master' into plain_glass
farooqkz Apr 2, 2024
3db0eb7
fixing things
farooqkz Apr 3, 2024
fe8d60c
merge
farooqkz Apr 3, 2024
f78c204
small fix
farooqkz Apr 3, 2024
213e81b
change licencing
farooqkz Apr 3, 2024
131a6ad
fixing things again... something got broken sometime
farooqkz Apr 3, 2024
5db8fdb
update zones
farooqkz Apr 7, 2024
a8c9c3f
update corners
farooqkz Apr 7, 2024
f897d31
update map to include tunnels
farooqkz Jun 10, 2024
a99e865
corrections
farooqkz Jun 10, 2024
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
1 change: 1 addition & 0 deletions plain_glass/barriers.data
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
x�U�9B1 D���#d;�"'A,��|����N�2�g<��z���y>�.��{C��hEW��o�i(�V`�g��CO��|i�Q�۴�v?-�@�?Be�����Tp�� �eH�Q����E�i�Z��-.�8�C`���ݪ��Q]��#"^�R�b��f�D#�Jq���8�w-��E �`�j˗z:l���_�Ƒ�
21 changes: 21 additions & 0 deletions plain_glass/map.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
game_modes = return {"classic","classes"}
barrier_area = return {pos1={z=0,x=0,y=0},pos2={z=119,x=116,y=97}}
teams = local _={};_[1]="enabled";_[2]="flag_pos";_[3]="look_pos";return {red={pos2={z=56,x=51,y=37.5},[_[1]]=true,[_[3]]={z=189,x=17,y=9},[_[2]]={z=50,x=56,y=39.5},pos1={z=13,x=97,y=82.5}},purple={pos2={z=99,x=16,y=82.5},[_[1]]=true,[_[3]]={z=192,x=14,y=9},[_[2]]={z=59,x=47,y=39.5},pos1={z=53,x=53,y=37.5}},orange={pos2={z=99,x=97,y=82.5},[_[1]]=true,[_[3]]={z=192,x=17,y=9},[_[2]]={z=59,x=56,y=39.5},pos1={z=56,x=53,y=37.5}},green={pos2={z=53,x=50,y=37.5},[_[1]]=true,[_[3]]={z=189,x=14,y=9},[_[2]]={z=50,x=47,y=39.5},pos1={z=13,x=16,y=82.5}}}
chests = return {{pos1={z=43,x=12,y=118},pos2={z=49,x=23,y=128},amount=15},{pos1={z=50,x=60,y=36},pos2={z=57,x=72,y=46},amount=15},{pos1={z=50,x=23,y=36},pos2={z=57,x=35,y=46},amount=15},{pos1={z=40,x=23,y=36},pos2={z=47,x=35,y=46},amount=15},{pos1={z=7,x=12,y=0},pos2={z=94,x=93,y=79},amount=50}}
phys_jump = 1
phys_speed = 1
size = return {z=119,x=116,y=97}
map_version = 3
enabled = true
name = Plain Glass
phys_gravity = 1
initial_stuff = return {}
author = shangul
hint = Look into the trees and the pond!
license = CC0
others =
treasures =
skybox = none
enable_shadows = 0.26
start_time = 5900
time_speed = 1
Binary file added plain_glass/map.mts
Binary file not shown.