Sasha DaSilva
SL Addict
Join date: 27 Apr 2005
Posts: 135
|
01-26-2010 01:35
I made a teleport for my skybox from ground and it doesnt work..I am assuming its too high up in air (2500m) and the Landmarks not working either but i have made it home so i can get up there...so is there any tps i can get or the script to make it work from ground up? or what is a solution... any advice is greatly appreciated
Sasha DaSilva
|
Indeterminate Schism
Registered User
Join date: 24 May 2008
Posts: 236
|
01-26-2010 02:12
http://wiki.secondlife.com/wiki/WarpPos'Normal' movement is restricted to 10m. You can repeat the move for every 10m until you get there but that looks too slow and jerky for most people. WarpPos overcomes that with a 'known hack' to llSetPrimitiveParams(). Watch out though - I think the version of warpPos on the wiki is still restricted to 1km so you'll either have to edit it or do three jumps (to 1km, then 2km, then 2,5km)
|
Dora Gustafson
Registered User
Join date: 13 Mar 2007
Posts: 779
|
01-26-2010 02:36
http://lslwiki.net/lslwiki/wakka.php?wakka=LibraryWarpPosOn this site you have three versions of WarpPos. All of them are updated for 4096m For a full TP script see: http://lslwiki.net/lslwiki/wakka.php?wakka=LibraryTeleporterThe WarpPos in that script is NOT updated! You need to do that.
_____________________
From Studio Dora
|
Talarus Luan
Ancient Archaean Dragon
Join date: 18 Mar 2006
Posts: 4,831
|
01-26-2010 11:32
Here's a modularized version which is in its own script that works up to 4km without Mono: http://wiki.secondlife.com/wiki/User:Talarus_Luan/WarpPosModule
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
01-26-2010 13:16
landmarks should be valid to 4095m (used to be capped to 1024 I think) so using llMapDestination is also a possibility. landmark validity is capped in the viewer, but the most recent LL viewer should accept anything up to that.. I forget which version was the last capped lower)
plain sit target teleporters are maxed at ~519.615m (300 if you're less creative) + the distance to the sit target prim from the sitters position (probably not much more than an extra 30m)
_____________________
| | . "Cat-Like Typing Detected" | . This post may contain errors in logic, spelling, and | . grammar known to the SL populace to cause confusion | | - Please Use PHP tags when posting scripts/code, Thanks. | - Can't See PHP or URL Tags Correctly? Check Out This Link... | - 
|
Sasha DaSilva
SL Addict
Join date: 27 Apr 2005
Posts: 135
|
01-26-2010 14:06
thanks everyone for your advice and input!!
|