-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
94 lines (66 loc) · 2.74 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
============================================================================
About
============================================================================
Wargus is a Warcraft II data game set for the Stratagus engine.
Wargus can be used to play Warcraft II from Blizzard Entertainment.
You need the original Warcraft II CD (Battle.net edition doesn't work)
to extract the game data files.
Wargus is developed together for Windows, Linux and Linux Maemo based
devices (Nokia N900).
Homepage: https://launchpad.net/wargus
Source Code: https://code.launchpad.net/wargus
Bugtracker: https://bugs.launchpad.net/wargus
============================================================================
Changelog
============================================================================
See file doc/changelog
============================================================================
Build depends
============================================================================
Stratagus
- https://launchpad.net/stratagus
- Wargus and Stratagus version must match
- Use same version or from bzr branches with the same date
CMake
- http://www.cmake.org/
Gtk+
- http://www.gtk.org/
- Not needed for Windows
Hildon
- Only needed for Maemo from Maemo SDK
ffmpeg2theora
- http://v2v.cc/~j/ffmpeg2theora/
- Needed for convert extracted audio CD tracks and video files
cdparanoia
- http://xiph.org/paranoia/
- Needed for rip audio CD tracks
cdda2wav
- http://smithii.com/files/cdrtools-2.01-bootcd.ru-w32.zip
- Needed for rip audio CD tracks (only for Windows)
Original Warcraft II DOS CD
- The Battle.Net CD is NOT supported, you must use the DOS version
- Either the Expansion or Original CD can be used
- Do not extract from both. Extract from one CD only
============================================================================
Installation Instructions
============================================================================
On Debian, Ubuntu, Maemo and other Debian-like systems use deb packages:
1. create deb package:
dpkg-buildpackage -b -rfakeroot
2. install deb package:
sudo dpkg -i ../wargus_<version>_<arch>.deb
On other systems:
1. first download, build and install Stratagus (with game headers) from:
https://launchpad.net/stratagus
2. generate Makefile in build dir with cmake:
rm -rf build && mkdir build && cd build && cmake ..
3. build tools and programs:
cd build && make
4. install wargus to system
cd build && sudo make install
5. extract data from original CD:
sudo wartool -m -v -r /media/cdrom /usr/share/games/stratagus/wargus
6. start wargus:
wargus
On Windows you can replace steps 4-6 by renerating Windows NSIS Installer which
create classic Windows setup executable. Enable by cmake param -DENABLE_NSIS