diff options
author | B. Watson <yalhcru@gmail.com> | 2021-10-28 04:44:35 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-29 17:07:25 +0700 |
commit | c470017001ac8abf94220abbfa51c1809866f267 (patch) | |
tree | 94d9ba1f32985b9dd687652a2b83a7947f6034e2 /games/odamex/README | |
parent | 16f3196e369dfafcc57fd86ee22204a0f9293c63 (diff) |
games/odamex: Updated for version 0.9.5.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/odamex/README')
-rw-r--r-- | games/odamex/README | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/games/odamex/README b/games/odamex/README index b97c5c769acf9..0305146680f62 100644 --- a/games/odamex/README +++ b/games/odamex/README @@ -1,14 +1,17 @@ +odamex: odamex (Online Doom Multiplayer Experience) + Odamex (Online Doom Multiplayer Experience) is a modification of DOOM -to allow players to compete with each other over the Internet using the -client/server architecture. +to allow players to compete with each other over the Internet using +the client/server architecture. -To hear in-game music, install either eawpats or freepats, and make sure -the Options -> Sound Options -> MIDI System Backend option is set to -"SDL Mixer". +To hear in-game music, install either eawpats or freepats, and make +sure the Options -> Sound Options -> MIDI System Backend option is +set to "SDL Mixer" [note: music not working in -current as of October +2021]. -Optional dependency: If portmidi is installed, odamex will be built with -it. This allows odamex's in-game music to be directed to a separate MIDI -synthesizer application, or a hardware MIDI synth. +Optional dependency: If portmidi is installed, odamex will be built +with it. This allows odamex's in-game music to be directed to a +separate MIDI synthesizer application, or a hardware MIDI synth. You'll also need the game data (WAD file) from one of the following: @@ -25,8 +28,3 @@ all lowercase (doom.wad) or all uppercase (DOOM.WAD). Optional dependency: miniupnpc (auto-detected at build time). This adds support for UPnP to odasrv (the odamex server). It has no effect on odamex (the client) or odalaunch (the launcher). - -Note: If you get compile errors relating to wxIntPtr not being defined, -upgrade your wxPython or wxGTK package to at least version 2.8.12.0. If -for some reason you don't want to do this, see the comments in the -SlackBuild for a dirty hack that might work instead. |