Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Smf decompiler: Revision history

From Fightorder

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

24 February 2026

  • curprev 16:1916:19, 24 February 2026 Qrow talk contribs 14,725 bytes +14,725 Created page with "This simple python2.x script will decompile fully decompile a map, outputs features, raw heightmap, texture, typemap, metal map, grass map, elevations, texturemap, minimap. <code><pre> #!/usr/bin/python # PD license by Beherith import sys import struct import Image print 'Welcome to the SMF decompiler by Beherith (mysterme@gmail.com). Place this script next to the .smf file and pass the .smf as a command line argument to this script to get it decompiled' if len(sys.ar..."