- Interactive maps for:
- Repository: SupraGamesCommunity/maps
- Supports all games.
- Includes embedded YouTube video references for every major item.
- Supports sharing your view of the map via a URL.
- Supports save file uploading to hide items you have already collected for all games.
- Crash Map kindly generated by Benjamin and upscaled/fogged by Cal
- Game maps and items extracted from game data files see scripts directory
Please note that these keyboard shortcuts are disabled when in build mode
WASD
- Pan up/down/left/rightTG
- Zoom in/outCtrl+F
- SearchF
- Toggle full screenR
- Move to player markerAlt+R
- Open file dialog for loading a save1
- Load sl map2
- Load SLC map3
- Load SIU map
The map can be found here:
In addition you can share a link to a specific map, zoom level and position:
https://supragamescommunity.github.io/maps/#mapId={map}&lat={lat}&lng={lng}&zoom={zoom}
mapId
= one of {sl / slc / siu}.zoom
is 0-8 where 0 is all the way zoomed out.lat/lng
are the X Y position on the map.
All credit for these amazing games goes to David Münnich and the Supra Games Team.
Original maps and data created by Supra Games Community.
Complete rewrite based on game data extraction and merge of 3 maps by Joric.
Fork of Joric's map to SupraMaps project and tweaks to finish in preparation for Supra World by Supra Games Community.
- Anna @SupraGames
- Benjamin Thomas Blodgett (BenVlodgi) @SupraGames
- David Münnich (DavidM) @SupraGames
- Stuart Baron (NorabSeven) @SupraGames
- Gludek
- Zookster
FModel did not work for large maps, Joric ended up using UE4Parse, a wonderful Python library by MountainFlash. Many marker icons supplied by DavidM from game assets and others made by the community
-
L.Control.FullScreen - Adds fullscreen button to leaflet map.
-
L.Control.MousePosition - Displays mouse XY map position on a leaflet map.
-
L.TileLayer.Canvas - Leaflet extension to use map tile hierarchy.
-
leaflet-hash - Add dynamic URL hashes to web pages with Leaflet maps (modified).
-
leaflet-search - search icon for leaflet maps.
-
leaflet - A javascript library for interactive maps.
-
leaflet.toolbar - flexible, extensible toolbar interfaces for Leaflet maps.
-
papaparse - Fast CSV reading.
-
UE4Parse - UE4 PAK file reader for Python.
-
joric/UE4Parse - Joric's fork of the UE4 parse (modified).
-
gentiles.py from Jeff Thompson, Dan Davis and Joric
-
ImageMagick - command line image manipulation.
-
Voidtools: Everything - fast file search.
This project uses some code Joric's Supraland project, the original SupraGamesCommunity map code and media files. Most of the media content is copyrighted by Supra Games UG. Joric developed scripts to import data from the original game and fixed some bugs. This project is an unlicensed public domain, feel free to copy, sell and modify.
See LICENSE for details.
- Original interactive maps for Supraland, Crash and Six Inches Under
- Joric's combined map
- Joric's experimental 3D map
- Technical Notes
- Joric's Supraland Map Wiki - some details of the system