Game Development Community

Dts Mounting to Dts

by William Sweetman · in Artist Corner · 07/07/2006 (8:04 pm) · 2 replies

I was wondering if there is a way to mount one static dts to another static dts, in tge. I assume you have to write a .cs file for the two objects. Anybody know where to start? I was thinking it would be like mounting the weapon to the player character. Ya thoughts or resources would be great.

#1
07/07/2006 (9:00 pm)
Mounting is prett simple.

%object.mountobject(%otherobject,%mountnode)

Really this is in the wrong forum too, but no matter.

Oh yeah, i'm actually working on a special and "new" type of mounting. it's a work in progress and available only to those with an SDK license. I've done adding the ability for players to ride platforms and some other moving objects. Now, i'm working on dynamically mounting objects

www.garagegames.com/blogs/11127/10822
Here's a link to my blog if you care :)
#2
07/08/2006 (8:58 am)
Thank you very much.