• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

autotools/H22-Oct-2014-6,5085,095

contrib/H03-May-2022-2,0551,213

debian/H07-May-2022-743610

doc/H03-May-2022-534430

gnulib/H22-Oct-2014-76,18156,332

nsis/H03-May-2022-2,0071,739

po/H03-May-2022-5,5804,510

psp/H03-May-2022-2216

share/H22-Oct-2014-2,8492,652

src/H03-May-2022-37,87626,469

test/H01-May-2014-2,9741,942

valgrind/H03-May-2022-

ABOUT-NLSH A D26-Jun-201491.6 KiB1,2831,244

AUTHORSH A D22-Oct-20143.6 KiB11778

BUILDH A D17-Oct-20147.1 KiB292226

COPYINGH A D01-May-201434.3 KiB675553

ChangeLogH A D22-Oct-2014154.2 KiB5,1353,126

INSTALLH A D10-Jul-201215.4 KiB371288

Makefile.amH A D17-Oct-2014844 2814

Makefile.inH A D22-Oct-201452.5 KiB1,5701,472

NEWSH A D22-Oct-201414.1 KiB437289

READMEH A D01-May-20143.9 KiB13594

THANKSH A D01-May-2014298 199

TROUBLESHOOTINGH A D06-Jun-20142.5 KiB8858

aclocal.m4H A D22-Oct-201443.6 KiB1,2441,126

acsite.m4H A D17-Oct-20142.8 KiB8174

bootstrapH A D17-Oct-20141.5 KiB5628

config.h.inH A D22-Oct-201447.3 KiB1,5081,073

configureH A D22-Oct-2014568.9 KiB22,57617,358

configure.acH A D22-Oct-20148.9 KiB273224

freedink.specH A D22-Oct-20148 KiB231161

README

1This is GNU FreeDink, a portable and enhanced version of the Dink
2Smallwood game engine.
3
4FreeDink is free software, and you are welcome to redistribute it
5under certain conditions; see the GNU GPL for details.
6( cf. COPYING and http://gnu.org/licenses/gpl.html )
7
8
9Building
10--------
11
12If you are compiling GNU FreeDink from sources, check BUILD for
13instructions.
14
15
16About Dink Smallwood
17--------------------
18
19Dink Smallwood is an adventure/role-playing game, similar to Zelda,
20made by RTsoft. Besides twisted humour, it includes the actual game
21editor, allowing players to create hundreds of new adventures called
22Dink Modules or D-Mods for short. The Dink Network
23(http://www.dinknetwork.com/) hosts a copy of almost all of them.
24
25
26GNU FreeDink
27------------
28
29GNU FreeDink is a new and portable version of the game engine, which
30runs the original game as well as its D-Mods, with close
31compatibility, under multiple platforms.
32
33FreeDink can run in 2 modes:
34
35* v1.08 (default): this matches the latest release of the Dink engine,
36  which includes some new features and some backward-incompatible
37  changes. Use it for recent D-Mods.
38
39* v1.07 (with option '--v1.07'): this matches v1.07 of the Dink
40  engine, essentially unmodified since 1998. Use it to play D-Mods
41  released before 2006.
42
43Next step is extending the engine while preserving accurate support
44for released D-Mods.
45
46On the technical level, the internals of the engines experience a
47clean-up to allow for portability and later improvements.
48
49Check out FreeDink's website at http://www.freedink.org/ .
50
51
52Game keys
53---------
54
55Keyboard controls
56  <ARROW KEYS>	Makes Dink walk/push
57  <CTRL>	Attack/Use equipped item/Select option
58  <SPACE>	Talk/Examine/Manipulate
59  <SHIFT>	Use equipped magic
60  <ENTER>	Inventory/Equip screen
61  <ESC>		Options
62  <M>		Display map (if you have one)
63  <Alt-Return>	Toggle fullscreen mode
64  <Tab>		When maintained, enable Turbo mode
65
66Keyboard controls: Inventory/Equip screen
67  <ARROW KEYS>	Highlight Item/Weapon or Magic
68  <CTRL>	Select highlighted Item/Weapon or Magic
69  <ENTER>	Exit inventory screen
70
71Joystick/Gamepad controls
72  <ANY DIR.>	Makes Dink walk/push
73  <BUTTON 1>	Attack/Use equipped item/Select option
74  <BUTTON 2>	Talk/Examine/Manipulate
75  <BUTTON 3>	Use equipped magic
76  <BUTTON 4>	Inventory/Equip screen
77  <BUTTON 5>	Options
78  <BUTTON 6>	Display map (if you have one)
79
80Joystick/Gamepad controls: Inventory/Equip screen
81  <ANY DIR.>	Highlight Item/Weapon or Magic
82  <BUTTON 1>	Select highlighted Item/Weapon or Magic
83  <BUTTON 4>	Exit Inventory/Equip screen
84
85Other
86  <Alt-M>	Stop playing current MIDI song
87  <Alt-Q>	Quick quit to Windows
88  <Alt-D>	Enable debug mode
89
90D-Mods may add additional keys, usually they will explain it within
91the game.
92
93
94About GNU
95---------
96
97FreeDink is part of the GNU project, whose aim is to create "GNU", a
98completely free (as in freedom) operating system. Its most famous
99variant these days is GNU/Linux. A engine to play the Dink Smallwood
100game and D-Mods is definitely a must for the GNU OS ;) Check
101http://www.gnu.org/ for more information.
102
103
104Game data
105---------
106
107Get the free game data separately from the 'freedink-data' package at:
108
109  http://ftp.gnu.org/gnu/freedink/
110
111Note:
112The original game contained sounds that were not owned by RTsoft and
113hence could not be released under a free license.  We're looking for
114free replacements!  Please send contributions at bug-freedink@gnu.org.
115See http://www.freedink.org/doc/sounds/ for more information.
116
117
118Other FreeDink applications
119---------------------------
120
121DFArc, a graphical front-end run the game and manage D-Mods, was also
122ported and extended. Get new version 3 at http://www.freedink.org/ .
123
124
125Technical information
126---------------------
127
128Check the 'doc' directory for technical/developer considerations.
129
130
131---
132Copying and distribution of this file, with or without modification,
133are permitted in any medium without royalty provided the copyright
134notice and this notice are preserved.
135