Skip to content

v1.0.16-rc.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@John3 John3 released this 13 Jan 20:02
· 20 commits to master since this release

Added commits of Jan 9, 2017 - 6164f36 - v1.0.16-rc.3

If you don't have a custom main.cs, throw the content of the game folder into your project folder and replace.

  • SO: Windows
  • GitHub Branch: Development
  • Compressed: 7zip
  • Win Compiled: default CMake options + VS14_2015 release Win32(x86)/Win64(x64)
  • Template: Full & Empty
  • Graphics: Direct3D 9.0/11, OpenGL 3.2/3.3
  • Physics: Bullet(y) - PhysX(n)
  • Window and Input: SDL(y) - DirectX(y)

Leyend:

  • fullTemplate: This have only the full template. (scripts, shapes, sound, etc.)
  • emptyTemplate: Plain template. (no sound, no shapes, etc.)
  • T3D_win32/T3D_win64: compiled with default options. (You should download this if you do not know which one.)
  • T3D_win32_noSDL: compiled without SDL.
  • T3D_win32_blphys/T3D_win64_blphys: compiled with bullet physics.

Notes: You only need copy T3D_winXX.exe, OpenAL32.dll and SDL2.dll into your game folder. If you are not using SDL, copy T3D_win32_noSDL.exe and OpenAL32.dll into your game project.

Forum: http://forums.torque3d.org/viewtopic.php?f=2&t=665#p5508