August 28, 2010
Available in our download T3D Stereoscopic Rendering (22) area is a 3D stereoscopic display plugin for T3D which will allow you to have both anaglyph (red / cyan) display and also dual (split view) display.
Anaglyph display can be used with red / cyan glasses in order to have a quick and cheap 3D display with any computer / screen. Dual split view displays should be used with specific hardware like led-shutter stereo glasses with two video inputs in order to have 3D stereoscopic view. Pressing CTRL-F1 keys combination will open the stereoscopic settings panel where you can play with the camera parameters.
Plugin is generating two distinct views from a stereoscopic camera using rigorous non-symmetric camera frustum; thus it copes with all issues linked to 3D stereoscopic display. As a scene is rendered two times, you will have two times less frame per seconds as a counter-part.
Note: Download is available for demonstration purpose only and you need to get a password from the official T3D forums on GarageGames. Moreover, this plugin cannot be used for commercial project. In case, you are looking for commercial usage, contact us here.

VN:F [1.9.3_1094]
Rating: 5.0/5 (2 votes cast)
May 1, 2010
It has been decided to share with all of you the code of our iPhone visual simulator (iSim for T3D (328)). Indeed, we are using it a lot now for some of our projects, among which Dog of Prey; and we think it might be also useful for all of you using T3D for some prototyping of iPhone game. Moreover, as GarageGames announced that new release of iTGE will be based on T3D; we stopped our work on integrating OpenGL ES into this simulator and we are waiting on iT3D to see how to merge our current source code.
Some documentation about this tool and how to install it:
- First create a new project using the T3D toolbox named iSim
- Copy to the file inside the archive inside your home folder of T3D installation
- Regenerate the build files of iSim project
- Compile and run it; this should work
You can look at the file readme.txt which lists all the original files with a change.
Two important key binding:
- CTRL + BACKSPACE: this will switch from simulation to full screen mode
- CTRL + RETURN: this will hide / unhide the mouse
Regarding the touch implementation, left mouse button is a regular touch and right mouse button is considered as a tap touch.
Enjoy it.

VN:F [1.9.3_1094]
Rating: 5.0/5 (2 votes cast)
February 15, 2010
Linked to the development of Dog of Prey game on iPhone, I’m currently working with the iPhone release of Torque game engine named iTGE. I have to say that current release of iTGE requires a lot of enhancements in order to be fully usable on iPhone like for speed, productivity, features, stability…
In order to help Dog of Prey team, I’m currently enhancing iTGE with a so-called ‘Mobile Simulator’ which will allow users to test on a small display the game, but at same time be able to use all torque editors. This should speed up our productivity and also also team members on Windows platform to still contribute to the game without involving too much myself.
VN:F [1.9.3_1094]
Rating: 5.0/5 (2 votes cast)
September 30, 2009
New release of T3D completly changed how resource / stream are managed thus making the previous resource of libCurl not working with it. Here libCurl patch T3D (290) is a new release of simCurl.cpp which has been changed in order to fit with this new management of stream.
VN:F [1.9.3_1094]
Rating: 4.0/5 (2 votes cast)
September 27, 2009
As already advertised on the blog, we are currently updating T3D core engine with a few sets of new extension. This will ranges from GUI enhancement to more complex network enhancement for T3D and will be used in many of our current projects. You will be able to download some demonstration of those extension directly from our project website. Some of the extensions will be provided for free, but some will be charged (current pricing policy is not yet decided).
VN:F [1.9.3_1094]
Rating: 4.0/5 (1 vote cast)
August 5, 2009
The proposed download is a modification of provided source code from GarageGames in order to support Theora movie playback. The current resource is only working for video playback and does not included the sound streaming which is needed in order to have both video and sound support.
First of all, just download the following file TGEA Theora support (1166) and copy the engine folder inside your TGEA folder (do not forget to backup your data first). The archive includes also the latest Theora library distribution. You may need to compile them for your platform (just go inside engine/lib/libTheora).
In order to compile you application, you will need to set-up the correct path for include and library file. First set-up the path for the include files as followed:

Then set-up the path for the library and the new theora lib file in the linker option as followed:


For the library to link, you may face some linker issue with the release library; but it works well with the debug library.
Then you can try the .ogg demonstration video available in the archive by creating a TheoraGuiCtrl in the GUI editor as followed.

VN:F [1.9.3_1094]
Rating: 4.0/5 (2 votes cast)
July 18, 2009
Latest of our three summer announcements publicly showing which projects we are currently working on, an Advanced Server Extension will add some new features for all multi-player projects. It will have some client / server features, among which will be mission zoning management, light player class for massive multiplayer project, server cluster support, and so on. The Advanced Server Extension will also feature dual windows / linux support on the server side (MacOS might be supported but as we do not have MacOS development platform at moment, we cannot commit on it). As with all our extension, a demonstration project will be available to understand and see how to work with it.
VN:F [1.9.3_1094]
Rating: 4.5/5 (4 votes cast)
July 18, 2009
For those of you that have experimented the current T3D Web plugin, you may have found it quite stable and reliable on both Internet Explorer and Firefox platform. However, it is currently quite cumbersome to have to load a full installation package, weighting sometimes more than 50 Mb, to install such plugin. The Advanced Web Plugin Extension will offer the capabilities to download data from your server when required. We are currently working on a simple API to interface such extension with your mission file / game assets in order to define which assets need to be managed with this extension and which are not. Such API will be available through TorqueScript. On the server, no special requirement will be asked except HTTP / FTP access of your project data. A project template will be available in order to demonstrate such extension usage.
VN:F [1.9.3_1094]
Rating: 5.0/5 (1 vote cast)
July 18, 2009
In a series of short announcement regarding new add-ons that will be available for T3D until end of this year, one of the hottest is certainly our Tactical Extension Plugin (TEP). Based on this add-on, we are currently developing Pelorea: Tactical War which is a turn-based tactical game mixing card-game and regular tactical RPG. After second beta release of Pelorea: Tactical War (scheduled for this autumn), we are planning to release TEP as an additional add-on for T3D. It will be bundled with a project template to help any game designer to quickly put in place a new Tactical game genre ranging from simple board game to more complex strategy game. It will also include the card support that we are currently using inside Pelorea: Tactical War.
VN:F [1.9.3_1094]
Rating: 4.5/5 (2 votes cast)
July 8, 2009
Thanks to extensive work of Fyodor “bank” Osokin and GG community, it is possible to propose you a simple integration of libCurl inside T3D core engine. This integration is available in our download area (libCurl (539)).It already integrate the libCurl implementation for Win32 with SSL support. It means you need to install SSL DLL in order to have access to SSL layer with this implementation.
For installation of this resource, you just need to unzip the downloaded package inside your T3D installation folder. It will update the project generator and full template. Then for each new project you will create, you will have access to the libCurl implementation automatically (nothing else to set-up). Current resource is valid and tested only for Win32.
In order to use it in your script, two helper functions are available in the folder curl/main.cs.
1
2
3
4
5
6
7
8
9
| function startBinaryDownload(%url, %file)
{
curler.addDownloadTask(%url, %file, -1, "", "cbCurlOK", "cbCurlError", "cbCurlProgress");
}
function startTextDownload(%url, %cb)
{
curler.addTextTask(%url, %cb, "cbCurlError", "cbCurlProgress");
} |
If you need to have more information on the selected implementation, you can take a look on GarageGames forums.
VN:F [1.9.3_1094]
Rating: 5.0/5 (3 votes cast)