Torque3D Game Engine - Unofficial Repository.
Clean Torque3D dev builds.
- SO: Windows, Linux
- GitHub Branch: Development
- Compressed: 7zip - Xz
- Win Compiled: default CMake options + VS14_2015 release Win32(x86)/Win64(x64)
- Linux Compiled: default CMake options + CodeBlock + Ninja release Linux x64
- Template: BaseGame and Full
- Modules: BlankGame(y), FPSGameplay(y), spectatorGameplay(y)
- Graphics: Direct3D 11, OpenGL 3.3
- Physics: Bullet(y) - PhysX(n)
- Window and Input: SDL(y) - DirectX(y)
- Tools: SQLite(n)
Use 7zip
Using the BaseGame and Module FPSGameplay template. If you want the old Full template, see "Linux - How-To".
- Extract Templates.tar.xz, and rename BaseGame with your game name. Ex:
MyGame/
- Copy the folder FPSGameplay into data folder. Ex:
MyGame/game/data/FPSGameplay/
- Extract t3d_x64.tar.xz into the game folder of your project. Ex:
MyGame/game/t3d_x64.exe
- Run
t3d_x64.exe
From GUI: use Archive Manager, doble click (Ubuntu Linux).
From console: $ tar xJvf t3d_linux_x64.tar.xz
Using the Full template. If you want the new template, see "Windows - How-To".
- Extract Full.tar.xz and rename Full with your game name. Ex:
MyGame/
- Extract t3d_x64.tar.xz into the game folder of your project Ex:
MyGame/game/t3d_x64.exe
- Run
t3d_x64
Legend:
- Templates.tar.xz: Include BaseGame and Modules.
- BaseGame folder: The basic for run the engine.
- Modules folder: Included the official modules.
- Full.tar.xz: The old Full template.
- t3d_x86.7z: This will run your engine/game in Windows 32Bits only.
- t3d_x64.tar.xz: This will run your engine/game. Include Windows64 and Linux64.
- t3d_x64_bullet.tar.xz: This will run your engine/game with "Bullet physics" active. Include Windows64 and Linux64.
- checksums.md5: Checksum to verify data integrity. MD5
Note: If you have any problem with the new template "BaseGame + Module", try using the old "Full" template.
Note2: If you don't have a custom main.cs, throw the content of the game folder into your game project folder and replace.
Forum: Last development commit binary! 32bit & 64bit
- Added commits of Feb 14, 2018 - e079536 - v1.24
- Added commits of Feb 4, 2018 - e4427b7 - v1.23
- Added commits of Nov 27, 2017 - 74b7e4c - v1.22
- Added commits of Oct 28, 2017 - 48f50d1 - v1.21
- Added commits of Aug 24, 2017 - a45a55a - v1.20
- Added commits of Jun 10, 2017 - 64955e8 - v1.19
- Added commits of Feb 04, 2017 - 5c8a821 - v1.18 (T3D v3.10)
- Added commits of Jan 25, 2017 - ac19e0e - v1.17-rc.1
- Added commits of Jan 9, 2017 - 6164f36 - v1.0.16-rc.3
- Added commits of Dec 29, 2016 - 38554f7 - v1.0.16-rc.2 (T3D v3.10-RC.2)
- Added commits of Dec 12, 2016 - 54456fa - v1.0.15 (T3D v3.10-RC)
- Added commits of Dec 9, 2016 - 6309495 - v1.0.14
- Added commits of Nov 2, 2016 - 00a4a21 - v1.0.13
- Added commits of Sep 14, 2016 - c83efa5 - v1.0.11
- Added commits of Aug 21, 2016 - fcfe2d6 - v1.0.10
- Added commits of Aug 8, 2016 - 2794f18 - v1.0.9
- Added commits of Jul 11, 2016 - 5fa8504 - v1.0.8 - (T3D v3.9)
- ...