summaryrefslogtreecommitdiff
path: root/games/freedink/README
diff options
context:
space:
mode:
authorCRTS <crts [at] gmx [dot] net>2019-06-15 08:07:52 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-06-15 08:07:52 +0700
commitc43107ccf7ba29eddadf58430c8a07c7100c3431 (patch)
tree7efe89ddc973ae1dcb581c02ded2b5728c071d1a /games/freedink/README
parent6b6c5ff56638aa251e6b0ce8a4e25f82ce9ea5f4 (diff)
downloadslackbuilds-c43107ccf7ba29eddadf58430c8a07c7100c3431.tar.gz
games/freedink: Added (free RPG).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/freedink/README')
-rw-r--r--games/freedink/README36
1 files changed, 36 insertions, 0 deletions
diff --git a/games/freedink/README b/games/freedink/README
new file mode 100644
index 0000000000..97bd639f42
--- /dev/null
+++ b/games/freedink/README
@@ -0,0 +1,36 @@
+Freedink is a free role playing game in real time. You take
+control of Dink Smallwood and guide him through his many adventures.
+There are many battles to be fought and riddles to be solved.
+You can install additional adventures through additional D-Mods
+which are available at
+
+ https://www.dinknetwork.com
+
+Optional dependency:
+- upx
+ If upx is installed on the system then it is automatically
+ detected and considered at compile time.
+
+ If for some reason this is not desired then the script
+ should be called as
+
+ ENABLE_UPX=no ./freedink.Slackbuild
+
+ If UPX resides in a non-standard location then it
+ can be provided by setting
+
+ UPX=/path/to/upx ./freedink.Slackbuild
+
+Known issues:
+- Freedink might start in a maximized, not resizable window. Parts of
+ it may be outside the Desktop. If this happens then start the
+ program from CLI in windowed mode:
+
+ freedink -i -w
+
+ Afterwards you can switch to fullscreen by pressing Alt+Enter.
+
+- Some midi files may not play. The game is still playable
+ and the sound effects are all there but music may not
+ always be available.
+