Page 1 of 1

Moving Volume

Posted: Mon 19 Jul , 2010 3:02 pm
by KimiRäikkönen
I've got a question about the PysicsVolume in the map AS-Grandcanyon(rc6bis), the screenshots is below.
This volume either moves or becomes inactive after the generator in the previous building is destroyed, but how? I can't see any scripted triggers for it, or anything in the volume's properties about it...
I've tried it using the tutorial in the following link:
http://www.hazelwhorley.com/tutorials/m ... lumes.html
but i cant get further than step 3, because then i get this shit:

Áƒ*ž€ @ ³ { KG>ŒcÒF·³’7…ÎJl None
MyComboInvis bCauseConvulsions MaleSuicide FemaleSuicide DeathString failedmymap Class Package TextBuffer Object XGame Crushed Engine ComboInvis Core
MyPackage ß c//=============================================================================
// failedmymap.
//=============================================================================
class failedmymap extends Crushed
abstract;
Þ i//=============================================================================
// MyComboInvis.
//=============================================================================
Class MyComboInvis extends ComboInvis;


function StartEffect(xPawn P)
{
P.SetInvisibility(60.0);
}

function StopEffect(xPawn P)
{
P.SetInvisibility(0.0);
}
… „ ]%o got pwned by %k. ]%o Failed Billa's map!.. ]%o Failed Billa's map!.. Ó ‡ „ ÿÿÿÿÿÿÿÿ ÿÿÿÿ
øÿÿÿ úÿÿÿ
ƒ 4 nzƒ 4 th … $ Z\ ‡ $ Ev

So can anyone help me, i need it for my map...

Re: Moving Volume

Posted: Mon 19 Jul , 2010 4:15 pm
by Azarael
As previously told, you need a volumetrigger to trigger a volume.

Re: Moving Volume

Posted: Mon 19 Jul , 2010 8:52 pm
by KimiRäikkönen
How do i make that volumetrigger then...?

Re: Moving Volume

Posted: Mon 19 Jul , 2010 10:29 pm
by Azarael
Triggers -> VolumeTrigger

Re: Moving Volume

Posted: Mon 19 Jul , 2010 11:37 pm
by KimiRäikkönen
and then what? set the event of the volumetrigger to the tag of the volume, does that turn it on or off?

Re: Moving Volume

Posted: Tue 20 Jul , 2010 12:10 am
by Azarael
Yes. Only VolumeTriggers can trigger Volumes.

Re: Moving Volume

Posted: Tue 20 Jul , 2010 12:58 am
by shadownoon
*facepalm*