• This repository has been archived on 08/Jun/2018
  • Stars
    star
    186
  • Rank 207,316 (Top 5 %)
  • Language
    Lua
  • License
    Other
  • Created over 11 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This repository was moved to GitLab: https://gitlab.com/solarus-games/zsdx

Zelda: Mystery of Solarus DX Logo

Zelda: Mystery of Solarus DX

This package contains the data files of the game Zelda: Mystery of Solarus DX. This quest is a free, open-source game that works with Solarus, an open-source Zelda-like 2D game engine. To play this game, you need Solarus. We assume in this readme that Solarus is already installed.

See our development blog to get more information and documentation about Solarus and our games.

Table of Contents

1. Play directly

You need to specify to the solarus_run binary the path of the quest data files to use. The binary solarus_run accepts two forms of quest paths:

  • a directory having a subdirectory named data with all data inside,
  • a directory having a zip archive data.solarus with all data inside.

Thus, to run zsdx, if the current directory is the one that contains the data subdirectory (and this readme), you can type:

$ solarus_run .

Or without arguments, if Solarus was compiled with the default quest set to ".":

$ solarus_run

2. Install the quest

2.1. Default settings

If you want to install zsdx, cmake and zip are recommended. Just type:

$ cmake .
$ make

This generates the data.solarus archive that contains all data files of the quest. You can then install it with

$ make install

This installs the following files (assuming that the install directory is /usr/local):

  • the quest data archive (data.solarus) in /usr/local/share/solarus/zsdx/
  • a script called zsdx in /usr/local/bin/

The zsdx script launches solarus_run with the appropriate command-line argument to specify the quest path. This means that you can launch the zsdx quest with the command:

$ zsdx

which is equivalent to:

$ solarus_run /usr/local/share/solarus/zsdx

2.2. Change the install directory

You may want to install zsdx in another directory (e.g. so that no root access is necessary). You can specify this directory as a parameter of cmake:

$ cmake -D CMAKE_INSTALL_PREFIX=/home/your_directory .
$ make
$ make install

This installs the files described above, with the /usr/local prefix replaced by the one you specified. The script generated runs solarus_run with the appropriate quest path.

More Repositories

1

solarus

This repository was moved to GitLab: https://gitlab.com/solarus-games/solarus
C++
712
star
2

solarus-quest-editor

This repository was moved to GitLab: https://gitlab.com/solarus-games/solarus-quest-editor
C++
96
star
3

children-of-solarus

This repository was moved to GitLab: https://gitlab.com/solarus-games/children-of-solarus
Lua
37
star
4

solarus-alttp-pack

This repository was moved to GitLab: https://gitlab.com/solarus-games/solarus-alttp-pack
Lua
35
star
5

zelda-roth-se

This repository was moved to GitLab: https://gitlab.com/solarus-games/zelda-roth-se
Lua
32
star
6

zsxd

This repository was moved to GitLab: https://gitlab.com/solarus-games/zsxd
Lua
26
star
7

zelda-mercuris-chest

This repository was moved to GitLab: https://gitlab.com/solarus-games/zelda-mercuris-chest
Lua
20
star
8

zelda-olb-se

This repository was moved to GitLab: https://gitlab.com/solarus-games/zelda-olb-se
Lua
16
star
9

solarus-doc

This repository was moved to GitLab: https://gitlab.com/solarus-games/solarus-doc
12
star
10

zelda-xd2-mercuris-chess

This repository was moved to GitLab: https://gitlab.com/solarus-games/zelda-xd2-mercuris-chess
Lua
12
star
11

solarus-sample-quest

This repository was moved to GitLab: https://gitlab.com/solarus-games/solarus-sample-quest
Lua
8
star
12

diarandor-art

This repository was moved to GitLab: https://gitlab.com/solarus-games/diarandor-art
5
star
13

openspc-precise

This repository was moved to GitLab: https://gitlab.com/solarus-games/openspc-precise
C++
5
star
14

graphic-design

This repository was moved to GitLab: https://gitlab.com/solarus-games/graphic-design
4
star
15

libmodplug

This repository was moved to GitLab: https://gitlab.com/solarus-games/libmodplug
Shell
4
star
16

learn-solarus

This repository was moved to GitLab: https://gitlab.com/solarus-games/learn-solarus
4
star
17

oceans-heart-free-assets

Roff
3
star
18

solarus-free-resource-pack

This repository was moved to GitLab: https://gitlab.com/solarus-games/solarus-free-resource-pack
Lua
2
star
19

solarus-wp-theme

CSS
1
star
20

solarus-website-pages

1
star