Author |
Message |
smithno13
Joined: Sun May 18, 2008 5:47 am Posts: 265
|
Disabling actors
How do you disable an actor, So it doesnt do anything?
|
Mon Aug 18, 2008 5:41 am |
|
|
Foa
Data Realms Elite
Joined: Wed Sep 05, 2007 4:14 am Posts: 3966 Location: Canadida
|
Re: Disabling actors
smithno13 wrote: How do you disable an actor, So it doesnt do anything? Read Grif's posts in page two, post one, in your scene.
|
Mon Aug 18, 2008 6:21 am |
|
|
CaveCricket48
Joined: Tue Jun 12, 2007 11:52 pm Posts: 13144 Location: Here
|
Re: Disabling actors
What do you mean by "not do anything?" You need to be a little more specific. Do you mean:
1. Not move 2. Become all limp or 3. Not shoot anything?
And yeah, Foa beat me to it.
|
Mon Aug 18, 2008 6:24 am |
|
|
TheLastBanana
DRL Developer
Joined: Wed Dec 13, 2006 5:27 am Posts: 3138 Location: A little south and a lot west of Moscow
|
Re: Disabling actors
If you want it to start off limp, you can make the actor's Status be... 3, I think. Status does weird stuff, not sure if it works anymore. But if you set it to 3 it used to make them start off as part of the terrain.
|
Thu Aug 21, 2008 6:19 am |
|
|
Grif
REAL AMERICAN HERO
Joined: Sat Jan 27, 2007 10:25 pm Posts: 5655
|
Re: Disabling actors
Status doesn't work in the last one or two builds. Data uses AIMode now.
|
Fri Aug 22, 2008 12:51 am |
|
|
CherryT
Joined: Thu Jan 18, 2007 5:16 am Posts: 397 Location: Back at DRL for a while?
|
Re: Disabling actors
Step 1: Press ~/` (next to the 1 key on your keyboard) Step 2: Copypasta this: Ophanim wrote: for actor in MovableMan.Actors do actor.Vel = Vector(0, 500) end into the console. Step 3: Hit enter. Step 4: ??? Step 5: Profit! *rimshot* I'm horrible.
|
Sun Aug 24, 2008 4:53 am |
|
|
war_man333
Joined: Sun Nov 11, 2007 1:49 pm Posts: 785
|
Re: Disabling actors
That's not disabling, that's killing every actor on your screen.
|
Sun Aug 24, 2008 9:46 am |
|
|
robowurmz
Joined: Thu Aug 16, 2007 10:09 am Posts: 163
|
Re: Disabling actors
war_man333 wrote: That's not disabling, that's killing every actor on your screen. Well actually, it's moving every actor or your screen faster than the speed of sound (which is 340 by the way) into the ground.
|
Sun Aug 24, 2008 9:51 am |
|
|
war_man333
Joined: Sun Nov 11, 2007 1:49 pm Posts: 785
|
Re: Disabling actors
robowurmz wrote: war_man333 wrote: That's not disabling, that's killing every actor on your screen. Well actually, it's moving every actor or your screen faster than the speed of sound (which is 340 by the way) into the ground. Exactly; Killing them.
|
Sun Aug 24, 2008 2:04 pm |
|
|
|