View unanswered posts | View active topics It is currently Thu Mar 28, 2024 11:22 pm



Reply to topic  [ 3 posts ] 
 Have MOSRotatings immediately draw to terrain? 
Author Message

Joined: Sun Jul 22, 2012 3:06 pm
Posts: 129
Reply with quote
Post Have MOSRotatings immediately draw to terrain?
Title, what functions can I use to have it so that if a ray detects an MOSParticle or MOSRotating, it will set it as terrain?

For example, I have a tool that will turn any terrain into 'Unsettling Metal' (Just a copy of metal that never sets). I want to make it so that if the beam of this tool hits an actor, the actor will die and then IMMEDIATELY 'set' into the terrain, so you can metallize him/her.

OP or not, just for the sake of figuring out how to make something immediately embed into the terrain mostly.


Fri Nov 07, 2014 6:17 pm
Profile

Joined: Fri Nov 23, 2012 5:42 am
Posts: 143
Reply with quote
Post Re: Have MOSRotatings immediately draw to terrain?
You could have a look at this awesome mod it has a tool that instantly turns actors into terrain. Take a look at how that mod does it for a more detailed method, but essentially all you need to change an object into terrain is this:

Code:
   Object.Vel = Vector(0,0)
   Object.AngularVel = 0
   Object.ToSettle = true


Fri Nov 07, 2014 8:01 pm
Profile

Joined: Sun Jul 22, 2012 3:06 pm
Posts: 129
Reply with quote
Post Re: Have MOSRotatings immediately draw to terrain?
Ah perfect!, Thanks.


Fri Nov 07, 2014 8:04 pm
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 3 posts ] 

Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.
[ Time : 0.056s | 17 Queries | GZIP : Off ]