Skip to content

Cloudxtreme/ValyriaTear

 
 

Valyria Tear

Development blog: http://valyriatear.blogspot.com
Bug Tracker: https://github.com/ValyriaTear/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-2015 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:
data/ po/

Compilation procedure

Linux compilation Once you've unpacked the tarball, just run cmake . && make from the top-level directory at the prompt.

If you have checked it out from the Git repository, run this first to get the latest luabind code: git submodule update --init --remote
and then the usual cmake . && make

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:

Mac OS X compilation

  • Use Macports or Homebrew to install things like boost.
  • Open Xcode project, to quickly update the files, delete the src folder in project and add it again. Remove all unnecessary things.
  • Press "Play"

Dependencies

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

  • Boost headers (Tested from 1.42 to 1.58)
  • GNU Gettext - (libiconv, libintl)
  • lua (5.1.x - 5.2.x - 5.3.x) - (liblua)
  • 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)

Debug feature support compilation

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

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

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

About

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

Resources

License

Unknown and 4 other licenses found

Licenses found

Unknown
COPYING.CC-BY-3
Unknown
COPYING.CC-BY-SA-3
Unknown
COPYING.CC0
GPL-2.0
COPYING.GPL-2
GPL-3.0
COPYING.GPL-3

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 37.3%
  • C 34.3%
  • C++ 27.9%
  • CMake 0.4%
  • Objective-C 0.1%
  • NSIS 0.0%