Skip to content

Commit

Permalink
adapt readme as .pak files are now part of the project
Browse files Browse the repository at this point in the history
  • Loading branch information
philippkeller committed Nov 17, 2016
1 parent df7571a commit 8c21b18
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,6 @@ cp -rp SDL2_mixer.framework ~/Library/Frameworks/
open Dune\ Legacy.xcodeproj
```

Building (Shift-⌘-R) should work out of the box

## Run

First, download the original game (abandonware) [here](http://www.abandonwaredos.com/abandonware-game.php?abandonware=Dune+II%3A+The+building+of+a+dynasty&gid=1854)

```
cp ~/Downloads/Dune_II_The_Building_Of_A_Dynasty/*.pak ~/Library/Application\ Support/Dune\ Legacy/data/
cp data/*.PAK ~/Library/Application\ Support/Dune\ Legacy/data/ # this is from within the dunelegacy dir
~/Library/Developer/Xcode/DerivedData/Dune_Legacy-..../Build/Products/Debug/Dune Legacy.app # see path when you click on "Dune Legacy.app" bottom left
```
Building (Shift-⌘-R) should work out of the box, the application is put into ~/Library/Developer/Xcode/DerivedData/Dune_Legacy-..../Build/Products/Debug/Dune Legacy.app, the exact path you see in the right column when you click on "Dune Legacy.app" bottom left

You can also clone from the original git repo. Chances are that I cannot keep up with this repo -> you're better served by cloning from the [original sourceforge repo](git://git.code.sf.net/p/dunelegacy/code dunelegacy-code). The howto above should work as well.

0 comments on commit 8c21b18

Please sign in to comment.