Game Development Community

How can i make a ONE world like in oblivion or so

by Rik Girbes · in Torque Game Engine · 10/27/2007 (1:02 am) · 3 replies

You can now make zones and link them to each other, in oblivion there realy only is ONE world, only it loads not the whole world at once,
and most of the things indoor are just an other zone, but for the world itself, you can walk from on site to the other.

is this possible in torque?

thanks, Rik Girbes

#1
10/27/2007 (8:27 am)
For the closest, look at MMOWorkshop. If you want more, it would require some major refactoring of how the engine interprets missions and loads assets. It would require some hefty C++ knowledge and intense knowledge of the engine itself. It has been discussed a number of times.
#2
10/27/2007 (8:43 am)
Its not an mmo, its just a single player game, is it easyer then?
#3
10/27/2007 (9:04 am)
The MMOWorkshop stuff supports single player.

And what you want to do is difficult whether in single-player of muti as it requires major structural changes to the core engine functionality.