Game Development Community

Isometric and T3D binary

by Hallsofvallhalla · in Torque 3D Professional · 05/24/2010 (10:11 am) · 2 replies

Okay I own T3D binary. I noticed the Isometric kit is for TGEA and requires AFX. So no go there.

Any one have some resources/links on where I can begin to make a ISO RPG for T3D? Camera scripts, click movement, ect.. and is this possible without source?

Thanks

About the author

Been in game design for about 4 years now. Some of my titles are Forsaken sanctum 3d mmo and a web browser mmorpg. Urban Realms - WB mmo. Planetary Wars - WB mmo. Quests Of Crocania WB mmo. also teach tutorials on Web Development.


#1
05/24/2010 (10:26 am)
Take a look at the RTS prototype in the documentation. That covers using the new camera - you can get an isometric type view with it. It also covers click to move functionality, all from script. TBH, I'm not sure why it's called RTS prototype, as it's much more applicable to an RPG.

Beware that there are errors in the tutorial, and you probably won't be able to follow it step by step and actually get it to work, but if you are confident with script, you'll be able to figure it out.
#2
05/24/2010 (10:35 am)
i am not confident in script but I am confident in learning..:)

Thanks for the help, I didn't even see the RTS prototype in the docs, must of overlooked it. I will give it a go.