GithubHelp home page GithubHelp logo

indigos33k3r / zsxd Goto Github PK

View Code? Open in Web Editor NEW

This project forked from solarus-games/zsxd

0.0 0.0 0.0 8.51 MB

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

Home Page: http://www.solarus-games.org

License: Other

CMake 1.42% Inno Setup 1.54% Lua 96.71% Shell 0.32%

zsxd's Introduction

Zelda: Mystery of Solarus XD Logo

Zelda: Mystery of Solarus XD

This package contains the data files of the game Zelda: Mystery of Solarus XD. 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 zsxd, 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 zsxd, 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/zsxd/
  • a script called zsxd in /usr/local/bin/

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

$ zsxd

which is equivalent to:

$ solarus_run /usr/local/share/solarus/zsxd

2.2. Change the install directory

You may want to install zsxd 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.

zsxd's People

Contributors

christopho avatar benobiwan avatar is06 avatar oclero avatar slepetit42 avatar darknior avatar renkineko avatar nicolastriplec avatar jasperla avatar hasufell avatar nmagre avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.