Quote:
Original post by Anonymous Poster
Do you have to know C++/C to program this kind of game in torque? because Im pretty good with Java, and I think Java is a pretty simple language, but C/C++ seemed kinda confusing... I dont want to spend a life-time making this game... so would it take longer to make this game in torque then Blitz?
You can do pretty much everything the basic engine can do with TorqueScript, but you'll need to add certain features to the engine, like a database module etc., which might need a small amount of C++ coding.
Whatever you use, this isn't going to be a small undertaking, and not a good choice for a first game. Having said that, it's not difficult to get a multiplayer FPS up and running with Torque.