Game Development Community

How to start with the engine

by _N1_C_k · in Technical Issues · 10/26/2008 (11:02 am) · 7 replies

Hello there !

I'am really new to the torque engine and iam searching
a tutorial on how to start coding with the engine.

How can i use c++ to build my first sample project with
the torque engine? A simple Link would be nice!
Even google couldn't give me a good idea on how to start ..

I've searched and searched and i only can find c# / scripting stuff
to work with the engine.

Do i have to write all the stuff in c# ?

As iam really unfamiliar with c# i would like to use c++.
Is there any "starter" tutorial like those on the irrlicht homepage for example?


Many thanks!

About the author

Recent Threads


#1
10/26/2008 (11:07 am)
You don't need to write your game in C++ or C#.
You write out your game using Torque Script which is torques own scripting language. There are several tutorials in the docs section of the engine, and at the top of this forum.
#2
10/26/2008 (12:56 pm)
@Nick - You do not have access to the source code and compiler solutions. All you have at your disposal is TorqueScript, as Mike stated. To gain access to the source, you'll need the full SDK.

@Mike - Thanks for jumping in.
#3
10/26/2008 (2:42 pm)
GetStarted.zip


The link above is a file share site to get a PDF file. It's Getting Started.pdf but this one is modified to clarify some parts and may be easier to follow.
#4
10/26/2008 (8:08 pm)
Squeeeeks!

well i have the game engine advanced.

So there is no way to use C++ to build / develop a Game?
And i mean really no way ?: (

Thanks for all the quick answers and Links!!
#5
10/26/2008 (9:08 pm)
You can use C++ to develop, but you need to have access to the actual source code and compiler solutions. Right now, you only have access to the free demos and scripts.

Once you purchase a license, you gain access to C++. TorqueScript is actually very similar to C. You can do a vast amount of work in TorqueScript before you even get into the C++ workings.
#6
10/26/2008 (10:23 pm)
Hi Nick,i am a new starter too.i think maybe this tutorial could help you.

Click Here

it's a simple one and easy reading.
#7
10/27/2008 (2:28 pm)
Hi there !

Thanks for your advices and the links too.

May this ones help other c++ coders too.

Nice Guys - Perfect!