Coder Social home page Coder Social logo

rootslinux / valyriatear Goto Github PK

View Code? Open in Web Editor NEW

This project forked from valyriatear/valyriatear

0.0 1.0 0.0 226.96 MB

Open Source J-RPG (Based on the Hero of Allacrost engine)

Home Page: http://valyriatear.blogspot.com/

License: Other

Objective-C 0.14% Lua 53.92% Shell 0.02% C++ 45.18% CSS 0.06% CMake 0.52% QMake 0.03% NSIS 0.05% HTML 0.03% PostScript 0.05% Batchfile 0.01%

valyriatear's Introduction

Valyria Tear

Development blog: http://valyriatear.blogspot.com
Bug Tracker: https://github.com/Bertram25/ValyriaTear/issues
Forums: http://forum.freegamedev.net/viewforum.php?f=76

Valyria Tear is an open-source single-player medieval-fantasy 2D J-RPG based on an extended Hero of Allacrost engine and inspired by classic console RPGs.

The player incarnates Bronann, a young boy forced to take part into the struggle for the possession of a mysterious crystal. This powerful artifact will lead him to discover the actual threat set upon his world, but also courage and love.

The game has all the features you can expect from JRPG classics: entertaining story development, colourful map exploration, active side-view battles, character management, puzzles... It is also translated in several languages.

Licensing

Copyright (C) 2012-2014 by Bertram
Copyright (C) 2004-2011 by The Allacrost Project

The source code is licensed under the GNU GPL. It is free software and you may modify it and/or redistribute it under the terms of this license. See http://www.gnu.org/copyleft/gpl.html for details.

The graphics, sounds, musics and script files are licensed according to the LICENSES file.

While the scripts are under the GNU GPL, the story concept is copyrighted and cannot be reused as is or part of it in another project without the author's consent. This means you can package, and distribute Valyria Tear under the term of this license but you cannot take the story or parts of it in another project without agreement.

The game directories included and used are: dat/ img/ mus/ snd/ src/ po/

Compilation procedure

Linux compilation Once you've unpacked the tarball or checked it out of Git repository, just run cmake . && make from the top-level directory at the prompt.

You'll then be able to play by typing: src/valyriatear

Windows compilation

  • Code::Blocks:

A Code::Blocks project file is also provided when compiling under Windows. In that case, you might need the dependencies and headers files that can be downloaded here.

  • Microsoft Visual C++ 2013 and later:

(Warning: not officially supported!) Please contact authenticate for support.
To build on Windows with Visual Studio 2013, do this:

Dependencies

You will need the following in order to compile and run the game:

  • Boost headers (Tested from 1.42 to 1.55) (make sure that the boost headers used to compile Luabind are the same version used to compile Valyria Tear)
  • GNU Gettext - (libiconv, libintl)
  • lua (5.1.x - 5.2.x) - (liblua)
  • Luabind 0.9.1 (Also provided as a static library)
  • libz
  • libpng (1.2 to 1.6)
  • Ogg/Vorbis - (libogg, libvorbis, libvorbisenc, libvorbisfile)
  • OpenAL
  • OpenGL, GLU and GLEW
  • SDL (2.0.0+)
  • SDL_ttf (2.0.12+)
  • SDL_image (2.0.0)

Map editor only:

  • Qt 4.8.x (only if you wish to compile the map editor)

Map editor or debug feature support compilation

  • Using Cmake: Use the -D parameter when invoking cmake to add compilation flags.

  • Add Editor compilation (Requires QT 4.8.x headers) cmake -DEDITOR_SUPPORT=on .

  • Add debug menus, and debug commands: cmake -DDEBUG_FEATURES=on .

  • Add both: cmake -DDEBUG_FEATURES=on -DEDITOR_SUPPORT=on .

  • On Code::Blocks: Go to Project->Build options, and add the flags in the #defines tab, i.e.: DEBUG_MENU

Note that the editor can't be built using C::B. Use Qt-Creator and the MapEditor.pro file for that. Be sure also to read the instructions within that file, as RTTI support must be enabled, and unicode disabled in the compile flags.

valyriatear's People

Contributors

akien-mga avatar alexanderkjall avatar amdmi3 avatar anholt avatar authenticate avatar bentley avatar bertram25 avatar codergreen avatar endoalir avatar glehmann avatar grimreaper avatar ikarusdowned avatar knitter avatar lieff avatar logzero avatar mmstick avatar odykyi avatar rkettering avatar rootslinux avatar suitecake avatar vilarion avatar

Watchers

 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.