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

..03-May-2022-

IDE/H29-Dec-2016-3,0913,056

MacOSX/H03-May-2022-

data/H03-May-2022-37,58934,777

debian/H07-May-2022-279200

include/H26-Dec-2016-52,68333,123

m4/H29-Dec-2016-203186

src/H29-Dec-2016-80,84157,986

tests/H29-Dec-2016-1,9751,641

AUTHORSH A D25-Oct-2015858 1613

COPYINGH A D02-Mar-201317.6 KiB340281

ChangeLogH A D26-Dec-20167.7 KiB117113

DoxyfileH A D02-Mar-201361.9 KiB1,5171,085

INSTALLH A D26-Dec-20164.7 KiB14286

Makefile.amH A D26-Dec-20162.2 KiB7263

Makefile.inH A D26-Dec-201628.2 KiB891793

NEWSH A D02-Mar-201379 21

READMEH A D25-Dec-20165.7 KiB13197

aclocal.m4H A D26-Dec-201651.2 KiB1,4301,295

buildclangdebug.shH A D28-Jan-2016154 96

buildcrosswin32.shH A D04-Dec-20162.1 KiB5847

builddebug.shH A D02-Mar-2013119 74

buildlocal.shH A D02-Mar-2013125 85

clean.shH A D02-Mar-201343 63

compileH A D27-Apr-20167.2 KiB348258

config.guessH A D02-Mar-201343.8 KiB1,5311,321

config.subH A D02-Mar-201334.6 KiB1,7741,631

configureH A D26-Dec-2016197 KiB6,8195,601

configure.acH A D03-May-20222.9 KiB9371

depcompH A D02-Mar-201319.9 KiB689448

dunelegacy-0.96.4.ebuildH A D26-Dec-20161.3 KiB6246

dunelegacy.desktopH A D02-Mar-2013250 1512

dunelegacy.nsiH A D29-Dec-201610.4 KiB282225

dunelegacy.specH A D26-Dec-20162.7 KiB8369

install-shH A D02-Mar-201313.7 KiB528351

missingH A D17-Jun-20146.7 KiB216143

resource.rcH A D02-Mar-201335 21

runUnitTests.shH A D02-Mar-2013109 107

scanbuild.shH A D15-May-2012122 95

test-driverH A D27-Apr-20164.5 KiB14987

updatelocale.shH A D15-Dec-2012293 169

README

1
2              /-------------------------------\
3              |                               |
4              |    Dune Legacy 0.96 readme    |
5              |    -----------------------    |
6              |                               |
7              \-------------------------------/
8
9
10IMPORTANT:
11This software is provided as is, and you are running it at your own risk.  I'm not responsible if any harm results
12from you aquiring, or running this software.  If you distribute this software, make sure this readme file is included.
13The program Dune Legacy is an modernized clone of the excellent Westwood Studios game "Dune 2". It is ridiculusly easy to find
14Dune2 on the net anyways, but I won't provide it.  I think you can still even buy it from Westwood studios, so do that.
15There exists a mod called Superdune 2. The PAK-Files Superdune 2 provides are nearly the same except SCENARIO.PAK.
16
17This program would not have been created without the use of the excellent SDL library and its extensions.  Thanks guys :).
18
19
20Getting Started
21---------------
22
23The following PAK-files from the original Dune 2 are needed to play Dune Legacy:
24	HARK.PAK
25	ATRE.PAK
26	ORDOS.PAK
27	ENGLISH.PAK
28	DUNE.PAK
29	SCENARIO.PAK
30	MENTAT.PAK
31	VOC.PAK
32	MERC.PAK
33	FINALE.PAK
34	INTRO.PAK
35	INTROVOC.PAK
36	SOUND.PAK
37	GERMAN.PAK (for playing in German)
38	FRENCH.PAK (for playing in French)
39
40It depends on your system and installation where to put these files. LEGACY.PAK is supplied with Dune Legacy and is already
41in the data directory. All the other files should be copied there too. If you are not allowed to copy files there you may
42copy these files inside the dunelegacy configuration directory (e.g. ~/.config/dunelegacy/data/ on unix).
43
44Linux:
45It depends on how the game was compiled. Normally you should put these files under /usr/share/dunelegacy/ or /usr/local/share/dunelegacy/ .
46Just look for LEGACY.PAK. If you do not have root access to your system you should put them in your home directory under ~/.config/dunelegacy/data/ .
47
48Windows:
49The installer has already asked for the files and put them in the installation directory. If not put the PAK-files inside your installation folder or
50if you do not have administrator privileges you should put them to C:\Documents and Settings\<YourName>\Application Data\dunelegacy\data\ .
51
52
53MAC OS X:
54The PAK-files have to be copied inside the application bundle. If you have followed the steps in the supplied dmg you have already copied them there.
55Otherwise just right-click on the bundle and select "Show Bundle Content". Then navigate into "Contents" and then into "Resources". There you will
56find LEGACY.PAK. Put the other PAK-files there too. Alternativly you can put them in your home directory under ~/.config/dunelegacy/data/ but putting
57them inside the application bundle is the preferred way.
58
59
60
61Keyboard Shortcuts
62------------------
63
64General Keyboard Shortcuts:
65 Escape							-	Go to menu
66 Space							-	Pause game
67 Alt + Enter					-	Toggle fullscreen
68 Alt + Tab						-	Switch to other application
69 Print Key or Ctrl + P			-	Save screenshot as ScreenshotX.bmp with increasing numbers for X
70 Enter							-	Start/Stop chatting
71
72 Key F1							-	Zoomlevel x1
73 Key F2							-	Zoomlevel x2
74 Key F3							-	Zoomlevel x3
75
76 Key T							-	Toggle display of current game time
77 Key F10						-	Toggle sound effects and voice
78 Key F11						-	Toggle music
79 Key F12						-	Toggle display of FPS
80 Key Up, Down, Left or Right	-	Move on the map
81
82 Key G							-	Cycle through construction yards
83 Key F							-	Cycle through factories/other builders
84
85 Key F4							-	Skip 10 seconds (only in singleplayer)
86 Key F5							-	Skip 30 seconds (only in singleplayer)
87 Key F6							-	Skip 2 minutes (only in singleplayer)
88 Key -							-	Decrease gamespeed (only in singleplayer)
89 Key +							-	Increase gamespeed (only in singleplayer)
90
91 Ctrl + (Key 1 to Key 9)		-	Save the list of selected units as unit group 1 to 9
92 Key 1 to Key 9					-	Select units from unit group 1 to 9
93 Shift + (Key 1 to Key 9)		-	Add all units from unit group 1 to 9 to the list of currently selected units
94 Key 0							-	Deselect all currently selected units
95 Ctrl + Key 0					-	Remove currently selected units form all unit groups (group 1-9)
96
97 Key M							-	Order unit to move to some position
98 Key A							-	Order selected units to attack some unit, structure or position
99 Key C							-	Order selected infantry units to capture some structure
100 Key R							-	Repair selected structure or send selected units to repair yard
101 Key H							-	Return selected harvester
102 Key D							-	Request a carryall drop (only if this game option is enabled)
103 Key U							-	Upgrade selected structure
104 Key P							-	Place a structure (if a construction yard is selected)
105
106Map Editor:
107 Print Key or Ctrl + P			-	Save a picture of the whole map as <Mapname>.bmp
108 Ctrl + Z						-	Undo last edit
109 Ctrl + Y						-	Redo last edit
110
111
112
113Configuration file
114------------------
115
116If you want to fine tune the configuration of Dune Legacy you might want to take a look at the configuration file "Dune Legacy.ini". Depending on your system it
117is either placed in ~/.config/dunelegacy (on Linux), ~/Library/Application Support/Dune Legacy (on Mac OS X) or in C:\Documents and Settings\<YourName>\Application Data\dunelegacy\ (on Windows).
118
119
120Internet Game
121-------------
122
123To play online via Internet you have to manually enable port forwarding if you use a NAT Router. Forward the Dune Legacy Server Port (Default is 28747) from your NAT Router to your computer. Use the same port on your router as configured in Dune Legacy.
124Example: If your machine has IP 192.168.123.1 and your using the default Dune Legacy Port, than forward port 28747 from your router to 192.168.123.1:28747.
125
126
127--------------------------------------------------------------
128IRC: #dunelegacy @ irc.freenode.net
129Web: http://sourceforge.net/projects/dunelegacy
130
131