Questions tagged [torque3d]

The Torque3D Game Engine, or T3D, is a 3D computer game engine.

Torque 3D is the best full source, open source solution available. It is also the GarageGames flagship engine built on the core strengths of our Front Line Award-winning Torque Game Engine Advanced. Torque 3D has been re-architected for maximum flexibility and performance across a wide-range of hardware. Torque 3D comes equipped with a full suite of tools to allow your team to excel and produce high-quality games and simulations. Torque 3D supports Windows and Browser-based web deployment out of the box.

Website: Garage Games Torque 3D

8 questions
1
vote
1 answer

Torque 3d versus Ogre 3d?

Well Id just like to to ask everyones opinion on which people would recommand: Ogre 3d which is free found here http://www.ogre3d.org or Torque 3d which costs 179 dollars found here http://www.garagegames.com/products/torque-3d I will be…
AlanF
  • 1,591
  • 3
  • 14
  • 20
1
vote
0 answers

Understanding this code in torquescript

I'm trying to understand how this piece of code works: in the .cs file, these lines appear first : addTooltipTemplate("tooltipInventory", 666, "createAlchemyTooltip"); addTooltipTemplate("tooltipInventory", 669,…
Bret Hawker
  • 99
  • 1
  • 11
1
vote
1 answer

BeamNG inputmap syntax error for USB Joystick

I wanted to make inputmap for my USB Joystick. I made all like in this tutorial: http://wiki.beamng.com/Playing My inputmap: // Product Name: (USB Joystick) // GUID: (00030E8F-0000-0000-0000-504944564944, format:…
janw23
  • 65
  • 6
1
vote
1 answer

Time synchronization of views generated by different instances of the game engine

I'm using open source Torque 3d game engine for the avia simulator project. I need to generate single image from the several IG (image generator) PCs.Each IG displays has its own view camera with certain angle offset and get the info about the…
0
votes
1 answer

Torque 3D building Template project yields "nfd.h file not found" error is VS2013

I cloned the earliest release of Torque 3D here: Github - Torque3D . I generated an "Empty" template project with the Project Manager tool and then started VS2013 Professional to get into the build-process. Within VS I simply started the build…
xetra11
  • 7,671
  • 14
  • 84
  • 159
0
votes
1 answer

Is it possible to convert game written in Torque Game Engine 1.5.1 into Unity?

I have some games written several years ago in Torque (so C++ engine code and Torque scripts). I'd like to have them in Unity3D. I have searched through the Internet but haven't found anything. Is rewriting everything from the scratch the only way…
Marlene
  • 13
  • 2
0
votes
0 answers

Torque 3d hide scripts

I can not find info about how hide my scripts and mesh files in proj's release. What if I don't want share my data (scripts and mesh)? Is it impossible with Torque 3d? Or must I buy a licensed version of the engine?
GFB
  • 345
  • 1
  • 5
  • 15
0
votes
0 answers

Best method to send information from Silverlight to Torque?

I'm programming a terrain generator for a sandbox game called Blockland. The generator is in Silverlight 5, and the game uses Torque 3D. What I need to do is send a list of strings from the site to the program, with approval from both sides. What…