Skip to content

Commit 4fd77db

Browse files
authored
Update README.md
1 parent 8c057b2 commit 4fd77db

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
11
# 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+

0 commit comments

Comments
 (0)