v1.21
Pre-release
Pre-release
Added commits of Oct 28, 2017 - 48f50d1 - v1.21
If you don't have a custom main.cs, throw the content of the game folder into your game project folder and replace.
- SO: Windows
- GitHub Branch: Development
- Compressed: 7zip
- Win Compiled: default CMake options + VS14_2015 release Win32(x86)/Win64(x64)
- Template: BaseGame
- 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)
How to:
- Decompress the t3d_BaseGame.
- Decompress t3d_engine_x86 or t3d_engine_x64 into the game folder of your project (BaseGame)
- Decompress t3d_Modules and copy just one module into the data folder. Ex: t3d_BaseGame\game\data
- Run t3d_engine_x64.exe or t3d_engine_x86.exe
Leyend:
- t3d_BaseGame: The basic for run the engine.
- t3d_engine_x86 & t3d_engine_x64: This will run your engine/game.
- t3d_engine_x64_bullet: This will run your engine/game with "Bullet physics" active.
- t3d_Modules: Included the official modules.
Forum: http://forums.torque3d.org/viewtopic.php?f=2&t=665#p5508