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 totk map #70

Merged
merged 1 commit into from
Sep 30, 2023
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 2 additions & 0 deletions presets/totk/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Presets for Tears of the Kingdom
under construction. Tracked by https://github.com/Pistonite/celer/issues/38
41 changes: 41 additions & 0 deletions presets/totk/map.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
map:
layers:
- name: Depths
template-url: https://objmap-totk.zeldamods.org/game_files/map/Depths/maptex/{z}/{x}/{y}.png
size: [24000, 20000]
max-native-zoom: 7
zoom-bounds: [2, 9]
transform:
translate: [12000, 10000]
scale: [2, 2]
start-z: -5000
attribution:
link: https://objmap-totk.zeldamods.org
- name: Surface
template-url: https://objmap-totk.zeldamods.org/game_files/map/Ground/maptex/{z}/{x}/{y}.png
size: [24000, 20000]
max-native-zoom: 7
zoom-bounds: [2, 9]
transform:
translate: [12000, 10000]
scale: [2, 2]
start-z: 0
attribution:
link: https://objmap-totk.zeldamods.org
- name: Sky
template-url: https://objmap-totk.zeldamods.org/game_files/map/Sky/maptex/{z}/{x}/{y}.png
size: [24000, 20000]
max-native-zoom: 7
zoom-bounds: [2, 9]
transform:
translate: [12000, 10000]
scale: [2, 2]
start-z: 750
attribution:
link: "https;//objmap-totk.zeldamods.org"
coord-map:
"2d": ["x", "-y"]
"3d": ["x", "z", "-y"]
initial-coord: [369, 1752, 2280]
initial-color: white
initial-zoom: 3