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 95 96 97 98 99
|
From: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Date: Fri, 29 Mar 2013 00:00:21 +0100
Subject: 01_update_readme
---
README | 46 ++++------------------------------------------
1 file changed, 4 insertions(+), 42 deletions(-)
diff --git a/README b/README
index cd38464..386c2ca 100644
--- a/README
+++ b/README
@@ -5,35 +5,10 @@ With sound & music where available.
** Required **
-DD2 needs SDL 1.2.x and SDL_Mixer.
-
-You can find both needed libraries at http://www.libsdl.org/
-
You can get newest version of this package at:
http://www.usebox.net/jjm/dd2/
-** Install **
-
-UNIX Instructions
-
-In the root directory of DD2 package:
-
-$ ./configure
-$ make
-$ su
-$ make install
-$ exit
-$ dd2
-
-You may read the generic INSTALL file.
-
-Win32 Instructions
-
-The game doesn't need any installation. Just unzip the
-package and run dd2.exe. In case of error (eg. the game
-doesn't start), check stderr.txt file in dd2.exe directory.
-
** Configuration **
You can change player control, sound and graphic mode in
@@ -44,15 +19,9 @@ configuration changes.
** Keyboard **
-Player 1: UP, DOWN, LEFT, RIGHT, RIGHT CONTROL
+Player 1: UP, DOWN, LEFT, RIGHT, M
Player 2: w, s, a, d, LEFT CONTROL
-There are reports of systems with just one control key. In those
-systems you should use 'm' key instead RIGHT CONTROL. To enable
-this alternative fire key, configure with:
-
-$ ./configure --enable-alternate-fire-key
-
** Joystick **
Player 1: Joystick 1 (if available)
@@ -106,7 +75,7 @@ the programs does 'Segmentation Fault' at exit (UNIX).
In order to use esd driver, execute in a bash alike shell:
- SDL_AUDIODRIVER="esd" dd2
+ SDL_AUDIODRIVER="esd" dodgindiamon2
Check the FAQ about using SDL: http://www.libsdl.org/faq.php.
@@ -116,7 +85,7 @@ the programs does 'Segmentation Fault' at exit (UNIX).
should use jscal (If available). Under Win32 you should
follow vendor instructions.
-6. When I press alt+tab while playing on fullscreen mode all the graphics
+6. When I press alt+tab while playing on fullscreen mode all the graphics
get corrupted when I continue playing the game (Win32).
I don't have a windows system to try to fix that. I think it's something
@@ -124,14 +93,7 @@ get corrupted when I continue playing the game (Win32).
By now the best way to avoid this problem is to not press alt+tab!
-7. The game doesn't work on MAC OS X.
-
- DD2 uses SDL_DOUBLEBUF and that feature is not supported on MAC OS X.
-
- However since version 1.2.6 SDL has experimental code that should make
- it work, but I have no reports about it working.
-
-8. I have a problem that is not listed here!
+7. I have a problem that is not listed here!
Check the FAQ about using SDL: http://www.libsdl.org/faq.php.
|