Game Development Community

Quick Question

by Metalkill · in Torque Game Engine · 04/02/2007 (5:44 pm) · 9 replies

Hello, if you do not know how to write a programming language but does know how to work with scripts can you build and a multiplayer game. In another words if I purchase this engine and buy a few model packs can a game be made without scripting??

Thanks

About the author

Recent Threads


#1
04/02/2007 (6:03 pm)
I would say you need to learn scripting but this outstanding community. So you should have no problems learn it. This community is outstanding with helping others out.
#2
04/03/2007 (12:47 am)
.
#3
04/03/2007 (2:51 am)
There has to be scripting in there.. torque works mostly with script... even for some aspects you need to tweak abit the c++ code of the engine.. when scripting isnt enough.or script expanding is needed..

there must be an scripted behavior that defines your game..

you cant simply put stuff in torque together and expect a complete game be made of just objects standing together without any behavior involved

so i recommend you to learn torque script.. and start making test with the starter kits..

good luck
#4
04/03/2007 (3:19 am)
Thanks guys and what is the best way to learn the Torque Script???
#5
04/03/2007 (7:59 am)
.
#6
04/03/2007 (8:55 am)
Quote:Thanks guys and what is the best way to learn the Torque Script???

The best way is to learn torque script is to buy "the game programmers guide to torque". This book mainly covers torque script. GPGT
#7
04/03/2007 (12:09 pm)
.
#8
04/04/2007 (3:59 am)
The book is well worth the money - the lessons kit shows all sorts of examples. Then when you understand the scripts well enough you should be ready to tweak the C++.
#9
04/04/2007 (11:35 am)
.