Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Saber Throw

Page: 1 of 1
 Eraser12345
12-11-2003, 9:52 AM
#1
Hi,
can somebody help my plz.
I am currently working on a mod. My prolem is i want that the saber fly faster if you throw it. I allready managed it to make is rotate faster and some other things too but i cant find a way to make it fly faster. Can someone plz say me where and how.

THX
Florian
PS i hate these **** vectors :)
 Prime
12-11-2003, 2:42 PM
#2
I would try the JA coding or general editing forums. You'll probably find more knowledgeable help there. :)
 keshire
12-12-2003, 3:35 AM
#3
Where the position is = to level time. add however fast you want it to go. That should do it.
 razorace
12-12-2003, 7:11 AM
#4
That's pretty vague keshire. even I don't really know what you meant. :)
 keshire
12-12-2003, 7:20 AM
#5
Oh. My bad.

saberent->s.pos.trTime = level.time;

This links the position to the time I beleive.

level.time+"any arbitrary number in Milliseconds" should help
 Eraser12345
12-12-2003, 10:10 AM
#6
Thank you very much!
It worked - but if you change
VectorScale(dir, 500, saberent->s.pos.trDelta );
it works in my opinion better.
 keshire
12-12-2003, 10:12 AM
#7
Yes it would. I forgot about that.
 Wudan
12-13-2003, 12:24 PM
#8
<vader>See that it does not happen again</vader>
 razorace
12-13-2003, 6:56 PM
#9
Page: 1 of 1