– Bento human hands for Rikugou –

I was planning to release this update along with the new heads but i figured this anouncement would be burried under all the other announcements within the post and since the update is done and ready, so why wait.

Things that have been updated:

Added – Rikugou A-B bento hands HUD
Added – Rikugou Lite bento hands and HUD
Added – Rikugou Officer uniform bento gloves
Added – Rkugou Predator armor bento hands
Added – O.CA Armor (arms & legs) bento hands for Rikugou Lite

Fixed – Rikugou lite core 1.4 wrong attachement point (right hand)
Fixed – Rikugou officer pantyhose clipping through waistband and inner leg when sitting
Fixed – Rikugou officer pantyhose pantsu options turning the whole upper part grey untill user picks a different texture.
Fixed – Rikugou officer arms edge split orpoblems on the upper ring + compatibility with the lite bento arms.

more pics https://imgur.com/a/H0PcIkI

So thats all for now, the next few updates for rikugou im thinking about would be a fitted legs so you could make them thicker and maybe turn some of the robot hands into bento but not sure how realistic that one is due to the style of finger joints.

– Riku Lite uniform HUD problems –

Ok so on top of the HUDs vanishing from the marketplace listings, there was also a problem with the main HUD that made it cause errors when trying to apply textures, that problem has been fixed so wear your update cards to get the fixed version.

Also theres another small problem where it will apply the wrong texture to the wrong thing after it was transferred from me to you, you simply need to select an outfit piece in the HUD and it will fix itself.

– Commanding officer uniform for Rikugou Lite –

The Commanding officer uniform for Rikugou Lite

Update your Rikugou Lite avatar to the latest version for full compatibility with the new outfit.
Do not resize the HUD, it will break the pantyhose control buttons.

I was originally planning to also release the Rikugou maid outfit alongside this but i ran into some creative roadblocks with it and didn’t want to waste any more time so i put that project on hold to focus all my efforts on this instead. Next project will be a bento furry head and after that i will resume work on the maid outfit.

Also, the Rikugou A and B have been combined into one package and will no longer be sold separately, (something i should have done a long time ago) If you own Rikugou A or B, use the included update card to get the new combined package.

– Rikugou Updates –

I made a bunch of updates to the Rikugou avatars and the Predator armor.

Rikugou

Rearranged faces on the body for compatibility with upcoming third party mods.

Rikugou Lite

Added predator helmet compatibility, the helmet will now automatically hide your neck when worn.
Rearranged faces on the body for compatibility with upcoming third party mods, this update breaks the OC.A armor chest piece compatibility so use the also included older version of the body for that.

The Predator armor for Rikugou

Fixed a rigging/modeling bug at the back side of the ankles.
Added Rikugou Lite compatibility to the helmet, the helmet will now automatically hide the neck of Rikugou Lite body when worn (update your Rikugou Lite for this to work)
Added a function to the helmet to show or hide hair when the visor is up or down, put this script in your hair for it to work.

default{ 
    state_entry(){
        llListen(420,"","",(string)llGetOwner() + ":hairHide");
        llListen(420,"","",(string)llGetOwner() + ":hairShow");
    }
    listen(integer channel,string name,key id,string message){
        if(message == (string)llGetOwner() + ":hairShow"){
            llSetLinkAlpha(LINK_SET, 1.0, ALL_SIDES);
        }
        if(message == (string)llGetOwner() + ":hairHide"){
            llSetLinkAlpha(LINK_SET, 0.0, ALL_SIDES);
        }
    }
}

(Can also find it in the bonus item box). Lift the visor up before detaching the helmet because i was too lazy to script it to show hair on detach, might do it later on.