Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Help How to make a "pour into glass jar effect"
Rowzter Offline
Junior Member

Posts: 44
Threads: 12
Joined: Oct 2012
Reputation: 3
#1
Question  How to make a "pour into glass jar effect"

So i am creating this puzzle where u place a coppertube & needle in the victims head and you need to fill a glass jar that you place on the floor.

How do you make the effect that the glass jar get's filled with blood that drains from the coppertube.

can take screenshots of the scenario if needed.
06-21-2014, 04:08 PM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#2
RE: How to make a "pour into glass jar effect"

Well, you use particles and such. Have you tried checking out the script from the original event? Set the entities you need active or inactive depending on when they need to show, then add particles at areas which should be carefully placed so the particles match up with your entities. That should be pretty much it.

06-21-2014, 04:50 PM
Find
Rowzter Offline
Junior Member

Posts: 44
Threads: 12
Joined: Oct 2012
Reputation: 3
#3
RE: How to make a "pour into glass jar effect"

(06-21-2014, 04:50 PM)Mudbill Wrote: Well, you use particles and such. Have you tried checking out the script from the original event? Set the entities you need active or inactive depending on when they need to show, then add particles at areas which should be carefully placed so the particles match up with your entities. That should be pretty much it.

oh, it's an particle effect, thanks =D.

How do you set an particle effect active with script?
(This post was last modified: 06-21-2014, 06:07 PM by Rowzter.)
06-21-2014, 04:55 PM
Find
Radical Batz Offline
Posting Freak

Posts: 953
Threads: 145
Joined: Dec 2013
Reputation: 25
#4
RE: How to make a "pour into glass jar effect"

(06-21-2014, 04:55 PM)Rowzter Wrote:
(06-21-2014, 04:50 PM)Mudbill Wrote: Well, you use particles and such. Have you tried checking out the script from the original event? Set the entities you need active or inactive depending on when they need to show, then add particles at areas which should be carefully placed so the particles match up with your entities. That should be pretty much it.

oh, it's an particle effect, thanks =D.

How do you set an particle effect active with script?

This is the script if you want a particle to be active in a script when doing something.
PHP Code: (Select All)
CreateParticleSystemAtEntity("ps""ps_acid_machine_bubble_end.ps""PS"false); 

(This post was last modified: 06-21-2014, 06:22 PM by Radical Batz.)
06-21-2014, 06:22 PM
Find
Rowzter Offline
Junior Member

Posts: 44
Threads: 12
Joined: Oct 2012
Reputation: 3
#5
RE: How to make a "pour into glass jar effect"

(06-21-2014, 06:22 PM)Badcat5550 Wrote:
(06-21-2014, 04:55 PM)Rowzter Wrote:
(06-21-2014, 04:50 PM)Mudbill Wrote: Well, you use particles and such. Have you tried checking out the script from the original event? Set the entities you need active or inactive depending on when they need to show, then add particles at areas which should be carefully placed so the particles match up with your entities. That should be pretty much it.

oh, it's an particle effect, thanks =D.

How do you set an particle effect active with script?

This is the script if you want a particle to be active in a script when doing something.
PHP Code: (Select All)
CreateParticleSystemAtEntity("ps""ps_acid_machine_bubble_end.ps""PS"false); 

Thank you! =D, had a little placingproblem with the area but i got it to work.
06-21-2014, 07:13 PM
Find




Users browsing this thread: 1 Guest(s)