PDA

View Full Version : [Support] Basic Scripting (@ S2)



S3RK
01-02-2011, 12:06 AM
Creating a tunnel:
Ok, clearly the map editor does not allow you to make tunnel-like holes where you hero can enter ALTHOUGH you can dig down and create a model/entity which would cover the top of the cliff resulting in a tunnel.

So we've nailed that down real quick, the next part.
Entering the tunnel:
Is it possible to change the camera's position into 3rd person (Like Savage) on to the hero so when the hero enters the tunnel the camera smoothly zooms down into the character from Look Down to 3rd person view.

Thanks S2, and I'm sure you know by supplying the following code many other game modes and such will be created :)

ScreenShotx
01-02-2011, 12:41 AM
If it was possible to make the camera to 3rd Person....it would help me alot :D, Valk Wards 3rd person.......so yeah im wondering if this is possible myself :D,

Bump bump bumpty

S3RK
01-02-2011, 12:46 AM
Ohh it's very possibly. It's just the scripting required to do it. We aren't really given any templates to do this, so I was thinking if a S2 could mock up a real quick code, that would help half the map creators.
We could actually create cinematics. I believe it would actually be possible to create WoW out of this engine.

Oloko
01-02-2011, 01:27 AM
Well you can move the player camera using <movecamera />, you can find more information on how to use it in the tutorial map.

Maybe the <movecamera /> can use a rotation attributes or maybe it even use the rotation attribute of the target, but I highly doubt its the case.