This is a map viewer for the Cartoon Cartoon Summer Resort games. The series was developed by Funny Garbage and published on Cartoon Network's website in the summer of 2000.
To run the script, you will need Python 3.8 or higher (available here) and pygame (install with pip install pygame
).
First, clone the repo using git clone https://github.com/TheOnlyZac/ccsr-map-viewer
. Then init submodules with git submodule init
, which will load the game resources.
Start the map viewer by running the script viewer.py
- Use the arrow keys to move between maps.
- Use 1, 2, 3, and 4 to change episode.
- Press G to show/hide the tile grid.
- Press T to show/hide tiles.
- Press S to show/hide sprites.
- Press V to show/hide invisible objects.
- Press C to take a snapshot of the current map.
You can also pass the name of a file as an argument to open that specific map, but you will not be able to scroll with the arrow keys.
Thanks to tomysshadow for their Movie-Restorer-Xtra which allowed me to decompress the map data from the game file, and to nosamu for the CastRipper tool which I used to export the tile graphics.