Tomo Uggla
Registered User
Join date: 6 Mar 2007
Posts: 3
|
01-12-2010 14:33
How can the AV movement be simulated exactly via llTakeControls -> control? In detail: a) I want to modify standard jump height while maintaining automatic jump animation. b) I want to modify standard walk and run speeds. Would make me happy to get useful response *smiles* Thanks in advance, Tomo
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
01-12-2010 16:45
llMoveToTarget would be my choice, with a high tau value (that you would modify to speed up or slow down the movement)... if we're talking strictly NPV based... the animas can be triggered as you like, although getting accurate falling with directional movement might be difficult
_____________________
| | . "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... | - 
|
Tomo Uggla
Registered User
Join date: 6 Mar 2007
Posts: 3
|
How to find a script simulating standard AV movement
01-13-2010 14:03
Just a quick addendum to my first post: I don't want to waste ugly much time by re-inventing the wheel, I am RL-professional software architect, not interested in playing with LSL, but rather get a customizable feature base - so hints for experiments do NOT help. A full open source script, which maps standard behavior exactly to scripted behavior SHOULD exist, but how and where to find? Thanks in advance *waves smiling*
|
Rolig Loon
Not as dumb as I look
Join date: 22 Mar 2007
Posts: 2,482
|
01-13-2010 14:12
Try XStreetSL or try posting in the Products Wanted or Services Wanted forums. You'll have better luck there. This is the place to come if you want to share a neat scripting idea or problem, or if you need help figuring out how to script something in LSL yourself.
_____________________
It's hard to tell gender from names around here but if you care, Rolig = she. And I exist only in SL, so don't ask....  Look for my work in XStreetSL at 
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
01-13-2010 18:33
From: Tomo Uggla A full open source script, which maps standard behavior exactly to scripted behavior SHOULD exist, but how and where to find? Thanks in advance *waves smiling* the only real references are the wiki's, and the various pages for each item. there MAY be a separate one that maps those functions working together, but I'm not aware of it. I agree it'd be handy to have, unfortunately lsl documentation is 99.99% user generated... after the fact, and only through experimentation. professionally it's a nightmare of the worst order. if you're lucky someone may come along and drop something like that here, but it's doubtful. alternatively you could could ask in services wanted for someone to whip up a quick Non-Physical Vehicle script with move to target and animation triggering mapped to standard movements. the relevant wiki pages can be found at the following addresses, which also contain links at page bottom to an alternative source in most cases. They MAY be enough of what you need, if not I'd try the other suggestion. https://wiki.secondlife.com/wiki/LlMoveToTarget movement https://wiki.secondlife.com/wiki/LlTakeControls shows returns from control events https://wiki.secondlife.com/wiki/LlRequestPermissions needed for taking controls and triggering animations https://wiki.secondlife.com/wiki/LlStartAnimation triggering animations https://wiki.secondlife.com/wiki/LlSetPos discrete movement alternative https://wiki.secondlife.com/wiki/Category:LSL_Vehicle vehicle based movement category https://wiki.secondlife.com/wiki/Linden_Vehicle_Tutorial walkthrough of most vehicle functions and flags.
_____________________
| | . "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... | - 
|
Sindy Tsure
Will script for shoes
Join date: 18 Sep 2006
Posts: 4,103
|
01-13-2010 18:57
From: Tomo Uggla A full open source script, which maps standard behavior exactly to scripted behavior SHOULD exist, but how and where to find? Once you give up looking for an existing one, which I'm fairly sure does not exist, and write it yourself, please make the source public so we know what to tell the next person who asks.
_____________________
Sick of sims locking up every time somebody TPs in? Vote for SVC-3895!!! - Go here: https://jira.secondlife.com/browse/SVC-3895- If you see "if you were logged in.." on the left, click it and log in - Click the "Vote for it" link on the left
|