Skip to content

Torque3D-Games-Demos/FreeRPG

Repository files navigation

FreeRPG Project

The FreeRPG Project is an idea to create a totally open-source and free RPG from assets to game engine, FreeRPG uses the Torque3D MIT engine. The project has only just started and it is literally just stock Torque3D at the moment with some open-source assets available but the plan is to create a base RPG which users can then either "mod" or use to create their own FreeRPG. For more info check out the links below:

FreeRPG Project Website

FreeRPG Project Trello

FreeRPG-Torque3D Repo

How do I get set up?

If you simply want to play FreeRPG then all you need to do is clone this repo with the command below:

git clone git@gitlab.com:FreeRPG/FreeRPG.git

You should now have a FreeRPG.exe file in your newly cloned repo folder which you can use to run the FreeRPG Project.

If you would like to compile the engine/game from source to either contribute or to create your own RPG then head over to the FreeRPG-Torque3D repo and follow the instructions provided.

Contribution

Please note that FreeRPG is still in the very early stages of development, DO NOT expect much, nothing is finished (or started in most cases) and if you would like to help contribute to the FreeRPG Project then please use the Contact Form available at the bottom of the homepage. If you prefer to get your hands dirty then fork the FreeRPG-Torque3D repo and create your own branch for your development work, then make a pull request when ready.

Torque 3D

MIT Licensed Open Source version of Torque 3D from GarageGames

More Information

Pre-compiled Version

In addition to GitHub we also have a couple of pre-packaged files for you to download if you would prefer to not compile the code yourself. They are available from the downloads page on the wiki.

Related repositories

License

Copyright (c) 2012 GarageGames, LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.