Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

llSetForce in an attachment question.

Jillian Callahan
Rotary-winged Neko Girl
Join date: 24 Jun 2004
Posts: 3,766
04-04-2005 18:33
There was a time I could do this:
CODE
llSetForce(<0.0, 0.0, 1000.0> * (llGetMass() * 9.8), FALSE);
and, with that in an attachment, go zipping upward at around 1000M/s.

Not it seems I cant manage more than 250M/s.

Have I gone mad? Has SL changed? What mistake am I making here? Help, please!
_____________________
Derek Jones
SL's Second Oldest Monkey
Join date: 18 Mar 2003
Posts: 668
04-04-2005 19:32
From: Jillian Callahan
There was a time I could do this:
CODE
llSetForce(<0.0, 0.0, 1000.0> * (llGetMass() * 9.8), FALSE);
and, with that in an attachment, go zipping upward at around 1000M/s.

Not it seems I cant manage more than 250M/s.

Have I gone mad? Has SL changed? What mistake am I making here? Help, please!


I've never been able to get above 250M/s so you're not crazy :P I think the system caps the velocity limit at 250. It used to be higher I remember and it is more difficult for me to fly high and stay there a while :D
_____________________
The fact that a believer is happier than a skeptic is no more to the point than the fact than a drunken man is happier than a sober one
Rickard Roentgen
Renaissance Punk
Join date: 4 Apr 2004
Posts: 1,869
04-04-2005 19:41
Try this

CODE

//Cancels Gravity
llSetForce(<0.0, 0.0, 9.8> * llGetMass(), FALSE);
//Makes you go up at 1000 m/s
try llApplyImpulse(<0.0, 0.0, 1000.0> * llGetMass(), FALSE);
_____________________
Jeffrey Gomez
Cubed™
Join date: 11 Jun 2004
Posts: 3,522
04-05-2005 01:33
Dunno. I can still get an extremely fast speed, but I haven't checked just how fast since it's still too much for the sims to handle and forces me to relog.

See if you can get a faster speed without using "Fly." Flight seems to damper speeds from llSetForce significantly, and when I shut it I end up going way too fast.
_____________________
---
Jillian Callahan
Rotary-winged Neko Girl
Join date: 24 Jun 2004
Posts: 3,766
04-05-2005 12:05
*scratches head*

Okie... Yeah, I only get 250 if i'm NOT flying, 140 if I am. Wierd: if I set the number too high, my speed *decreases*. :eek:

:confused: IDGI :confused:
_____________________
Derek Jones
SL's Second Oldest Monkey
Join date: 18 Mar 2003
Posts: 668
04-05-2005 14:26
From: Jillian Callahan
*scratches head*

Okie... Yeah, I only get 250 if i'm NOT flying, 140 if I am. Wierd: if I set the number too high, my speed *decreases*. :eek:

:confused: IDGI :confused:


Sounds like there's a magic number for the fastest speed. I tried an experiment by using six or seven scripts to push me, and I wasn't able to get past 250.
_____________________
The fact that a believer is happier than a skeptic is no more to the point than the fact than a drunken man is happier than a sober one
Tommy Oz
Registered User
Join date: 13 Jan 2005
Posts: 56
04-05-2005 16:05
Using augmented flight gear, we routinely go to 5 to 10 thousand meters. One test pilot in our group has gone to 188 thousand meters. And there are reports of flights to 500 thousand, and one rumore of one flight to 2 million.

This is all very new territory up there and reports are inconsistant.

But there definately IS space up there.
Jillian Callahan
Rotary-winged Neko Girl
Join date: 24 Jun 2004
Posts: 3,766
04-05-2005 18:32
From: Tommy Oz
Using augmented flight gear, we routinely go to 5 to 10 thousand meters. One test pilot in our group has gone to 188 thousand meters. And there are reports of flights to 500 thousand, and one rumore of one flight to 2 million.

This is all very new territory up there and reports are inconsistant.

But there definately IS space up there.

Actually, a freind of mine managed 10,000,000 recently. The problem is, the time it takes at 250M/s
_____________________
Derek Jones
SL's Second Oldest Monkey
Join date: 18 Mar 2003
Posts: 668
04-05-2005 19:47
From: Tommy Oz
Using augmented flight gear, we routinely go to 5 to 10 thousand meters. One test pilot in our group has gone to 188 thousand meters. And there are reports of flights to 500 thousand, and one rumore of one flight to 2 million.

This is all very new territory up there and reports are inconsistant.

But there definately IS space up there.


I go up there all the time. It's black and your avatar is filled with holes!
_____________________
The fact that a believer is happier than a skeptic is no more to the point than the fact than a drunken man is happier than a sober one
Derek Jones
SL's Second Oldest Monkey
Join date: 18 Mar 2003
Posts: 668
04-05-2005 19:53
From: Tommy Oz
Using augmented flight gear, we routinely go to 5 to 10 thousand meters. One test pilot in our group has gone to 188 thousand meters. And there are reports of flights to 500 thousand, and one rumore of one flight to 2 million.

This is all very new territory up there and reports are inconsistant.

But there definately IS space up there.


I go up there all the time. It's black and your avatar is filled with holes!

A little below that, there's the cool skybox... :P

_____________________
The fact that a believer is happier than a skeptic is no more to the point than the fact than a drunken man is happier than a sober one