Giter Site home page Giter Site logo

kallaste / thrive Goto Github PK

View Code? Open in Web Editor NEW

This project forked from revolutionary-games/thrive

0.0 2.0 0.0 59.54 MB

The main repository for the development of the evolution game Thrive.

Home Page: http://revolutionarygamesstudio.com/

License: Other

CMake 1.89% Ruby 2.73% Lua 6.95% JavaScript 0.08% AngelScript 41.85% HTML 0.14% CSS 0.33% C++ 46.00% C 0.03%

thrive's Introduction

Thrive

This is the code repository for Thrive. For more information, visit Revolutionary Games' Website.

Overview

Repository structure:

  • assets: An SVN repository that doesn't follow with the git repository. This contains all the assets such as models and other binaries. It is located at asset repository but it will be automatically downloaded by the setup script.
  • doc: Documentation files. Contains style guide, engine overview and other useful documentation.
  • scripts: AngelScript scripts that contain part of the codebase. Scripts are used for easier development and code here can then later be transferred to the C++ base for performance.
  • src: The C++ code base containing the common helper classes and gameplay code moved to C++.
  • test: Contains tests that will ensure that core parts work correctly. These are currently really lacking.

Getting Involved

Depending on what you want to contribute, you need to take different steps to get your development environment set up.

There are also other useful documents in the doc folder not mentioned here.

Script Authors

If you only want to modify the AngelScript scripts, you can obtain a working copy of the game from official releases here: http://revolutionarygamesstudio.com/releases/ alternatively you can request a newer version from developers or compile the project yourself.

Be sure to have a look at the styleguide, both for guidelines on code formatting and git usage. And AngelScript primer for scripting help.

C++ Programmers

To compile Thrive yourself, you will not only need to follow the setup instructions.

Be sure to have a look at the styleguide, both for guidelines on code formatting and git usage.

Modellers, texture and GUI artists, and Sound Engineers

To work on the art assets you will want a working copy of the game. You can find official releases here: http://revolutionarygamesstudio.com/releases/ alternatively you can request a newer version from developers, or compile the project yourself.

After you have obtained a working version of the game, you can place any new assets in the corresponding subdirectories: bin/Data/Sound, bin/Data/Models, bin/Data/Materials and gui and the game will automatically detect up your new files, which you can then use in scripts. An example of modifying a script to use your model would be to open scripts/microbe_stage/organelle_table.as with a text editor and find 'nucleusParameters.mesh = "nucleus.mesh";' that sets the model used by the nucleus and change that to your new model file. Similarly you can find sections of the scripts that use other assets and replace the assets they use. If you are truly uncomfortable with editing scripts you can simply try stealing the names of existing assets. For example going into the sound subdirectory and stealing the name "microbe-theme-1.ogg" by renaming your new sound-file to that and the game will then play that sound instead.

To contribute assets you can contact a developer and provide that person with your assets and the developer can add the assets the official repository. It will at a later time be possible to commit to the subversion (SVN) server yourself. In the meantime you can learn about subversion from a lot of easy-to-find tutorials. A recommended tool for windows is: tortoise svn.

Extra note for modellers: Ogre (the graphics system that Thrive uses) uses it's own file format for materials, models (meshes) and skeletons. In order for your model to be used in Thrive it will need to be converted. You can contact a developer to do this for you or you can do it yourself. A good tutorial for converting blender files can be found here Note that you should make sure to use a version of blender that has a corresponding version of blender2ogre to do the conversion.

thrive's People

Contributors

bkloster avatar jjonj avatar hhyyrylainen avatar daniferrito avatar thecreator-- avatar moopli avatar crodnu avatar nelisdrost avatar untrustedlife avatar klay2000 avatar zyad137 avatar t0n12 avatar femiaf13 avatar pgelinas avatar billythakidd04 avatar hariboter avatar montyspud avatar patowen avatar knightosmaster avatar tvoss avatar

Watchers

James Cloos avatar Tatiana McGarry 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.