Torque3D/start/index.html
2015-02-21 21:57:40 +11:00

62 lines
2.8 KiB
HTML

---
layout: page
title: Get Started | Torque 3D
root: ..
---
<div class="banner"><div class="container">
<h2 id="download">Download</h2>
</div></div>
<div class="container">
<p>
Have a look at <a href="http://wiki.torque3d.org/main:downloads">this
wiki page</a> for all downloads and explanations of what to download if you
need help! The contents of the zip files have changed in version 3.6.1, as
explained <a href="http://wiki.torque3d.org/introduction:what-to-download">here</a>,
so if you're used to the project structure of versions 3.5 and below, you
might be a bit surprised!
</p>
</div>
<div class="banner"><div class="container">
<h2 id="tutorials">Tutorials</h2>
</div></div>
<div class="container">
<p>
There is a wealth of learning material out there for the Torque line of engines,
some of which has been collected
<a href="http://www.garagegames.com/community/forums/viewthread/134078">here</a>.
There is also a collection of knowledge on our <a href="http://wiki.torque3d.org">wiki</a>.
Below are some tutorials that we highly recommend to beginners, but for more
comprehensive or specific tutorials we recommend you check the forums or wiki.
</p>
<ul>
<li><a href="http://docs.garagegames.com/torque-3d/official/index.html?content/documentation/Setup/Overview.html">Setting up the engine</a>
A detailed look at how to start working with Torque. If you have trouble
getting started, here's the first place you should look!</li>
<li><a href="https://github.com/GarageGames/Torque3D/wiki/Project-Manager">Using the Project Manager</a>
A quick look at how to use the Project Manager to create and manage
your Torque projects.</li>
<li><a href="http://www.garagegames.com/community/resources/view/20937">Scripting damage and destruction</a>
Creating damageable objects with animations, different damage levels,
and destruction effects. A great introduction to the full process of working
with art and scripts together.</li>
<li><a href="http://www.garagegames.com/community/resources/view/21604">Deathmatch FPS with AI</a>
A tutorial series on creating a deathmatch shooter with AI enemies.</li>
<li><a href="http://www.garagegames.com/community/blogs/view/22447">Action/tactics hybrid game</a>
A lengthy series that shows you how to turn Torque into a Valkyria Chronicles-
style turn-based action tactics game. Written by Steve Acaster, developer
of <a href="http://www.desura.com/games/airship-dragoon">Airship Dragoon</a>.</li>
<li><a href="http://www.garagegames.com/products/torque-3d/guides">RTS prototype</a>
Build a basic real-time strategy game from default assets.</li>
</ul>
</div>