Home » Renegade Discussions » Mod Forum » scripts.dll 3.0 WIP update
Re: scripts.dll 3.0 WIP update [message #221780 is a reply to message #219659] |
Sun, 24 September 2006 04:52 |
BogdanV
Messages: 22 Registered: September 2006 Location: Romania, IASI
Karma:
|
Recruit |
|
|
Here's a simple example of what I mean:
You have a model and a movement anim. You play that anim through a custom. The model plays it's anim. It changes it's position due to the animation. You want the model to play the same anim again, but from the new position of the model.
Let's say that whe have 3 points (0, 1, 2) at equal distances, one after another: consecutive.
Someone stands at point 0. It is ordered to move to point 1. It moves there. Now, he's ordered to move towards point 2. He moves there. If you make a anim, moving from 0 to 1 is like moving from 1 to 2, so, to go from 0 to 2, you just repeat the "move from 0 to 1" anim. Now, let's say whe have a infinite number of points while keeping the same rules: this is what I need a script to do.
Shorter: I want a model to have a anim so that if repeated continuously, it'll move and not loop between two points.
As for using multiple copies of FW_Set_Animation_On_Custom, that won't help because I can't move where ever I want. The model'll only reappear where it was placed in-game and play the anim from there, not from where it has been left after playing any of it's anims.
If none of the examples I've presented aren't understood, sorry, I'm not from a english-speaking country, I'm from East Europe, please understand.
[Updated on: Sun, 24 September 2006 04:58] Report message to a moderator
|
|
|
|
|
scripts.dll 3.0 WIP update
By: jonwil on Fri, 15 September 2006 10:12
|
|
|
Re: scripts.dll 3.0 WIP update
By: Zion on Fri, 15 September 2006 10:16
|
|
|
Re: scripts.dll 3.0 WIP update
By: LR01 on Fri, 15 September 2006 10:19
|
|
|
Re: scripts.dll 3.0 WIP update
By: danpaul88 on Fri, 15 September 2006 10:28
|
|
|
Re: scripts.dll 3.0 WIP update
|
|
|
Re: scripts.dll 3.0 WIP update
By: Nightma12 on Fri, 15 September 2006 10:34
|
|
|
Re: scripts.dll 3.0 WIP update
By: danpaul88 on Fri, 15 September 2006 10:37
|
|
|
Re: scripts.dll 3.0 WIP update
|
|
|
Re: scripts.dll 3.0 WIP update
By: Nightma12 on Fri, 15 September 2006 10:41
|
|
|
Re: scripts.dll 3.0 WIP update
By: LR01 on Fri, 15 September 2006 10:48
|
|
|
Re: scripts.dll 3.0 WIP update
|
|
|
Re: scripts.dll 3.0 WIP update
By: danpaul88 on Fri, 15 September 2006 11:06
|
|
|
Re: scripts.dll 3.0 WIP update
By: futura83 on Fri, 15 September 2006 11:09
|
|
|
Re: scripts.dll 3.0 WIP update
By: Nightma12 on Fri, 15 September 2006 11:10
|
|
|
Re: scripts.dll 3.0 WIP update
By: danpaul88 on Fri, 15 September 2006 11:17
|
|
|
Re: scripts.dll 3.0 WIP update
By: jnz on Fri, 15 September 2006 11:31
|
|
|
Re: scripts.dll 3.0 WIP update
By: Nightma12 on Fri, 15 September 2006 11:56
|
|
|
Re: scripts.dll 3.0 WIP update
By: BogdanV on Sat, 16 September 2006 10:44
|
|
|
Re: scripts.dll 3.0 WIP update
By: danpaul88 on Sat, 16 September 2006 11:42
|
|
|
Re: scripts.dll 3.0 WIP update
By: jnz on Sat, 16 September 2006 15:29
|
|
|
Re: scripts.dll 3.0 WIP update
|
|
|
Re: scripts.dll 3.0 WIP update
By: danpaul88 on Sat, 16 September 2006 16:23
|
|
|
Re: scripts.dll 3.0 WIP update
By: BogdanV on Sun, 17 September 2006 04:53
|
|
|
Re: scripts.dll 3.0 WIP update
By: Mad Ivan on Sun, 17 September 2006 06:44
|
|
|
Re: scripts.dll 3.0 WIP update
|
|
|
Re: scripts.dll 3.0 WIP update
By: futura83 on Sun, 17 September 2006 05:16
|
|
|
Re: scripts.dll 3.0 WIP update
By: dead6re on Sun, 17 September 2006 05:54
|
|
|
Re: scripts.dll 3.0 WIP update
By: Zion on Sun, 17 September 2006 05:57
|
|
|
Re: scripts.dll 3.0 WIP update
By: futura83 on Sun, 17 September 2006 06:53
|
|
|
Re: scripts.dll 3.0 WIP update
By: BogdanV on Sun, 17 September 2006 07:06
|
|
|
Re: scripts.dll 3.0 WIP update
By: futura83 on Sun, 17 September 2006 07:07
|
|
|
Re: scripts.dll 3.0 WIP update
By: jonwil on Sun, 17 September 2006 08:04
|
|
|
Re: scripts.dll 3.0 WIP update
By: BogdanV on Wed, 20 September 2006 11:03
|
|
|
Re: scripts.dll 3.0 WIP update
By: jonwil on Wed, 20 September 2006 18:05
|
|
|
Re: scripts.dll 3.0 WIP update
By: BogdanV on Thu, 21 September 2006 09:16
|
|
|
Re: scripts.dll 3.0 WIP update
By: jonwil on Thu, 21 September 2006 09:30
|
|
|
Re: scripts.dll 3.0 WIP update
By: Jerad2142 on Thu, 21 September 2006 19:40
|
|
|
Re: scripts.dll 3.0 WIP update
By: BogdanV on Sat, 23 September 2006 02:24
|
|
|
Re: scripts.dll 3.0 WIP update
By: jonwil on Sat, 23 September 2006 08:02
|
|
|
Re: scripts.dll 3.0 WIP update
By: BogdanV on Sun, 24 September 2006 04:52
|
|
|
Re: scripts.dll 3.0 WIP update
By: jonwil on Sun, 24 September 2006 07:53
|
|
|
Re: scripts.dll 3.0 WIP update
By: BogdanV on Sun, 24 September 2006 09:03
|
|
|
Re: scripts.dll 3.0 WIP update
By: BogdanV on Sun, 24 September 2006 09:40
|
|
|
Re: scripts.dll 3.0 WIP update
By: BogdanV on Sun, 24 September 2006 09:53
|
|
|
Re: scripts.dll 3.0 WIP update
By: CarrierII on Sun, 24 September 2006 14:22
|
|
|
Re: scripts.dll 3.0 WIP update
By: futura83 on Sun, 24 September 2006 14:53
|
|
|
Re: scripts.dll 3.0 WIP update
By: BogdanV on Sun, 08 October 2006 07:59
|
|
|
Re: scripts.dll 3.0 WIP update
By: jonwil on Sun, 08 October 2006 08:40
|
|
|
Re: scripts.dll 3.0 WIP update
|
|
|
Re: scripts.dll 3.0 WIP update
By: BogdanV on Tue, 10 October 2006 11:17
|
|
|
Re: scripts.dll 3.0 WIP update
By: jonwil on Tue, 10 October 2006 19:25
|
|
|
Re: scripts.dll 3.0 WIP update
By: BogdanV on Wed, 11 October 2006 00:47
|
Goto Forum:
Current Time: Thu Jan 09 22:01:54 MST 2025
Total time taken to generate the page: 0.01294 seconds
|