Original mesh and materials.
One sit animation.
Mod: Use 'select face' in the edit menu to change color.
Set: Unlink to adjust pieces to your liking.
Includes:
Net Chair (.5 LI)
Displays (.5 LI)
Wires (.5 LI)
Display Rods (.5 LI)
Amazing chair.
For those that have been using avsitter they were cool enough to leave the sit script modify so I went ahead and made it where I could keep saving the script while sitting changing the Target variable over and over to taste.
I'll put it here :)
vector Target = <0,.27,.25>;
vector Rot = <0,0,90>;
vector vsitoffs=<0,0,0.35>; //This seems to be the universal difference between llSitTarget and llSetLinkPrimParamsFast
default
{
on_rez(integer r){llResetScript();}
state_entry()
{
integer n=llGetNumberOfPrims();
key sit=llGetLinkKey(n);
vector sz=llGetAgentSize(sit);
if(sz.z>0)
{
list d=llGetLinkPrimitiveParams(n,[PRIM_POS_LOCAL]);
vector vp=llList2Vector(d,0);
llSetLinkPrimitiveParamsFast(n,[PRIM_POS_LOCAL,Target,PRIM_ROT_LOCAL,llEuler2Rot(Rot*DEG_TO_RAD)]);
}
llSitTarget(Target-vsitoffs, llEuler2Rot(Rot * DEG_TO_RAD));
}
run_time_permissions(integer r)
{
if(r&PERMISSION_TRIGGER_ANIMATION){llStartAnimation("NetSit");}
}
changed(integer c)
{
if(c&CHANGED_LINK)
{
key i = llAvatarOnSitTarget();
if(i) llRequestPermissions(i,PERMISSION_TRIGGER_ANIMATION);
}
}
}
Well designed
Could have benefitted from some more sits though
Cool Netrunner chairs.
If you are a fan of the Cyberpunk game, you should have this, it will bring back good memories, its quality is indisputable and it is a mod so you can adjust it to your needs, it has several versions of pre-finished color but they will all be the same in the end or that feeling it gives me , so it doesn't matter which one you choose from the list since you can even change the odor, it's still appreciated for sharing this material, fair price. n_n
Amazing Cyberpunk decoration.
I love all the variants and the ability to modify it fully, add glows, ect. Really lets you customize your own Netrunning chair.
Even the low LOD version looks great.
Drops off at about 20m, but the room I wanted these in in a smaller one, so the low LOD looks really good and doesn't start turning into triangles until you're halfway down the hall and can't see it without camming back.
The only thing that I have to mod, aside from linking monitors to it in the proper position, is to wrirte my own AVSitter setup and drop into it so some scripted items I use for sitters will work with this. It uses a very basic sitting system, which works very well and creates no lag even if there are a few dozen of these lined up, so if you don't need to add scripts to it that rely on AVSitter it's actually better this way since there is only one sit pose.
