Game Development Community

Tycoon Games

by N · in Torque Game Engine · 03/08/2005 (5:42 am) · 3 replies

How easy would it be to make a game such as Theme Hospital, Roller coaster Tycoon, etc... where you just place objects and manage how something runs and make people happy while doing it? I was thinking Hotel Tycoon.

#1
03/08/2005 (5:53 am)
Not too hard if you have rts starter pack. You will still have to think of a way to save/load games, and do some other stuff.
#2
03/09/2005 (4:41 pm)
Easy - the world editor already does it, so you have the code there you can copy.
#3
03/10/2005 (9:10 pm)
Use it as an example.. what do you mean exactly "place objects"... probably doesnt matter,

if your referring to DTS objects, yes you can place them anywhere (RTS kit would really help you here)
if your referring to DIF's (prolly not) you cant place those dynamically (correct me if im wrong :-) )