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
Work in progress Flawless' thread of inspiration
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#11
RE: Flawless' thread of inspiration

(05-04-2015, 05:41 PM)Mudbill Wrote: Doesn't
PHP Code: (Select All)
void PlaceEntityAtEntity(string &in asNamestring &in asTargetEntitystring &in asTargetBodyNamebool abUseRotation); 
do the same? Or does this actually animate the entity moving towards another entity?

This animates the process Wink

Trying is the first step to success.
(This post was last modified: 05-04-2015, 05:45 PM by FlawlessHappiness.)
05-04-2015, 05:45 PM
Find
A.M Team Offline
Banned

Posts: 811
Threads: 63
Joined: Sep 2014
#12
RE: Flawless' thread of inspiration

Can you explain this script in grater detail? Confused
05-04-2015, 05:49 PM
Find
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#13
RE: Flawless' thread of inspiration

(05-04-2015, 05:49 PM)TheDoctorPoo Wrote: Can you explain this script in grater detail? Confused

I can.

In short, you specify and entity which will be moved a tiny distance per frequency.

If the frequency and the space is defined to 0.01, the object will move a distance of 0.01, each 0.01 second.
It will keep doing this, until the destination is reached.

It knows when the destination is reached, because every time it repeats, a variable is getting smaller and smaller, and at the 1/100 of a second it reaches 0 or lower, it will stop.

Then a function calls, to say that the entity has arrived.


Did that make sense?

Trying is the first step to success.
05-04-2015, 06:18 PM
Find
A.M Team Offline
Banned

Posts: 811
Threads: 63
Joined: Sep 2014
#14
RE: Flawless' thread of inspiration

ooooooooo.

Now I know. Big Grin

Well, I don't have anything to add so... yea... Tongue
05-04-2015, 06:34 PM
Find




Users browsing this thread: 1 Guest(s)