Files

> > Stranded II > Misc. > Stranded II Map Parser (Python 3)
Files overviewStranded II overviewMisc. overview

English Stranded II Map Parser (Python 3) >

0 comments3 kb, 1 Download

old Stranded II Map Parser (Python 3)

necrashter
User Off Offline

A Python script for reading and parsing Stranded II map/save files (.map / .sav). It decodes the binary format and extracts the following:
- Map metadata: version, date, skybox, climate, music, fog, briefing script, and other environment variables
- Terrain data: heightmap (exported as a grayscale PNG) and grass map
- Color/minimap textures: exported as PNG images
- World entities: objects, units, items, info markers, states, and extensions, each with position, type, health, and other relevant fields
- Misc: Quickslot data and miscellaneous map settings

Output images (map_image.png, color_texture.png, heightmap.png) are saved automatically on parse.

Usage:
1
python s2_map_reader.py path/to/your_map.map

Requires Python 3 and Pillow (for saving images). Use this command to install Pillow:
1
pip install pillow
Unreviewed
Dangerous or inappropriate content possible.

Download Download

3 kb, 1 Download

Comments

0 comments

Log in!

You need to log in to be able to write comments!Log in