File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
# springrts_smf_compiler
2
- This tool allows the compilation and decompilation of maps to springrts's binary smf map format.
2
+ This tool allows the compilation and decompilation of image files to SpringRTS's binary SMF (Spring Map Format) map format.
3
+
4
+ https://springrts.com/
5
+
6
+ To use the tool, launch pymapconv.py
7
+
8
+ Under Windows, you will need the following to make this work:
9
+
10
+ Requires python 2.7 - (no surprise there) 32bit https://www.python.org/downloads/
11
+ Requires PIL - (Python Image Library) http://www.pythonware.com/products/pil/
12
+ Requires PyQt4 - https://riverbankcomputing.com/software/pyqt/download
13
+
14
+ Under Linux (e.g. Ubuntu 14.04 and up), it requires:
15
+
16
+ Python 2.7
17
+ Pillow (sudo pip install Pillow)
18
+ PyQt4 (sudo apt-get install python-Qt4)
19
+ ImageMagick (sudo apt-get install imagemagick)
20
+
You can’t perform that action at this time.
0 commit comments