2006Scape Wiki:Map: Difference between revisions
Jump to navigation
Jump to search
no edit summary
scape_>Ralpha No edit summary |
scape_>Ralpha No edit summary |
||
Line 25: | Line 25: | ||
Code repo's: | Code repo's: | ||
* Map tile generator: https://gitlab.com/weirdgloop/map-tile-generator | * Map tile generator: https://gitlab.com/weirdgloop/map-tile-generator | ||
* Stand alone map: https://gitlab.com/weirdgloop/doogle-maps | * Stand alone map: https://gitlab.com/weirdgloop/doogle-maps | ||
* Kartographer extension for wiki: https://gitlab.com/weirdgloop/extensions/kartographer | * Kartographer extension for wiki: https://gitlab.com/weirdgloop/extensions/kartographer | ||
Line 171: | Line 171: | ||
=== Old School RuneScape === | === Old School RuneScape === | ||
The map for OSRS are created using modified version of the [https://github.com/runelite/runelite RuneLite] [https://github.com/runelite/runelite/blob/master/cache/src/main/java/net/runelite/cache/MapImageDumper.java MapImageDumper] script. It uses the game cache as the source for the maps. This provides easily updatable maps. | The map for OSRS are created using modified version of the [https://github.com/runelite/runelite RuneLite] [https://github.com/runelite/runelite/blob/master/cache/src/main/java/net/runelite/cache/MapImageDumper.java MapImageDumper] script. It uses the game cache as the source for the maps. This provides easily updatable maps. | ||
The code for this can be found at: https://gitlab.com/weirdgloop/map-tile-generator | The code for this can be found at: https://gitlab.com/weirdgloop/map-tile-generator | ||
This script creates map regions at different resolution levels: | This script creates map regions at different resolution levels: |