Game Development Community

Multi-Story Structures.

by AutominTrashbin · in Artist Corner · 12/22/2002 (10:46 am) · 4 replies

Is it possible to build an in-game structure made up of multiple levels using the Valve Hammer editor?

-Paul9

#1
12/22/2002 (11:05 am)
Of course. There are two ways you could do it:

1. Make the entire building (with multiple levels) as one piece and import the entire thing into your level.

2. Make each floor a seperate block and stick them toogether like building blocks.
#2
12/22/2002 (11:43 am)
Make sure you have portals and it's all leak-free.

--Eric Forhan MRT
#3
12/22/2002 (2:16 pm)
Thanks. Would it be better to stack the levels on top of each other in Hammer, or in the Torque mission editor? Or is it not a problem which you use?

-Paul9
#4
12/22/2002 (3:05 pm)
It's really just your personal preference. Personally, I prefer to use the latter method (piece together in Torque) for one reason: it allows me to reuse pieces easily yet not have the same building everywhere.