Archive for February, 2021

Cell project update!

Slowly, but surely, I’m getting to the bottom of the prison cell project πŸ™‚

  • βœ” Config for the inside/outside lamp behavior: always on/off and toggled by the switch.
  • βœ” (Optional) automatic unlocking after X minutes.
  • βœ” (Experimental) “secure locking”, a padlock ID whitelist for roleplay areas that want some level of key control.
  • βœ” RLV feature toggle (restrictions and/or force teleport).
  • βœ” Experience feature toggle (teleport on/off).
  • βœ” I got pretty much all the sounds I needed to be done: door, hatch, shutter, etc…
  • βœ” Color, intensity & other light properties are now saved by the script when you edit them.
  • βœ” A variant of the main cell body without the window.
  • βœ” A standalone anchor bar with advanced reach checks.
  • βœ” A standalone version of the light ramp.

I started working on the furniture script. I came up with a cool configurable, directional range check. You can decide in which directions the furniture will allow an avatar to sit, including top & bottom (useful to allow sitting on a top bunk, but only from “below”, or to prevent sitting through a wall).

That’s all for today!

New version of the Multi-Anchor plate.

The free Multi-Anchor plate has been updated!

If you are using it, or using the script in a personal build, you can swap the old script with the new one (KDC Multi anchor plate v2), no other change needed.

I’m currently updating all the marketplace entries.

Multi-Anchor plate changes :

  • Less clicking! You can click on a different anchor (same set) without having to de-select the previous one first.
  • A small bug caused the multi-anchor listener to remain open for a few seconds after use, potentially interfering with other objects.

Late night update.

Brief late night update!

  • I added an (optiona) automatic prisoner number generator, it is unique and fixed for all avatars, (I’ll share the code if others want to use it).
  • All major interactions have a small built in delay (1 second or less), specifically those that produce messages or sounds.
  • Touch areas check not only for range, but also evaluate whether you can realistically reach the object you are clicking from your location (example: from inside the cell, door closed, you can only pull the door handle if the hatch is open)
  • RLV restrictions via relay is in, I still need to do some testing to implement (optional) vision spheres.
  • Experience Force-teleport is in.
  • RLV Force-Teleport is in.
  • Some of the sounds are in and are inventory-based to help with modding, it is also fault tolerant (missing sounds won’t play at all).
  • All standard TouchBound locks and Heavy-Duty locks are implemented.
  • Mod-friendly animation system, resizing & moving parts ‘should’ be handled gracefully (no hard-coded positions & scales on anything).
  • Very satisfying light switch & neon light?

Prison cell features rolling in.

 

Terribly produced videos!Β  And a short list of the prison cell features (so far):

  • βœ” The door handle latches/unlatches.
  • βœ” The door opens.
  • βœ” The hatches swing open/closed.
  • βœ” The window shutter slides.
  • βœ” Light turns on/off inside and outside, the light switch actuates.
  • βœ” The door takes standard/heavy locks but also timelocks & accessories.
  • βœ” Handle rattles when it can’t unlatch.
  • β­• Swing open/close sounds, shutters, hatch sounds, lamp sounds.
  • β­• Touch distance check, inside/outside reachability checks.
  • β­• RLV relay force-teleport & seating restrictions.
  • β­• Experience force-teleport.
  • β­• TouchBound anchor code.
  • β­• Furniture scripting (toilet & bed).
  • β­• Furniture poses (toilet & bed).

I’m probably forgetting a bunch…

Prison cell toilet completed

Done with the cell toilet unit! I made two example “configurations” with the higher-security cell having no exposed pipes (for example).

Time to script it all together now.

Unwrapped, packed and lod-ed

I just finished the low-poly model, it is unwrapped nice and tight and ready for upload.

I was gonna have one of those pull handles on the “flushometer” but ended up settling with a push button instead. Probably safer this way too.

Last stopfor this prop: material & textures.

Cell lavatories inworld test

I did some more work on the cell lavatories, but I don’t have a lot to show today.

I did some cleanup on the low-polygon model, a really simple collision mesh and some quick tests in-world.

Just enough to notice there might be a very slight scaling issue. Or at the very least, the sink is a tiny bit too low.

By that I mean, it looks like it is at about the right height when sitting, but all kinds of wrong when standing.

Oh and I forgot that the unwrapping wasn’t done, which means that I can’t use this model for texture tests. Good job Kyrah.

Toilet and sink: a second pass.

The toilet and sink unit: The LAST model I have to finish for the cell project.

Once again monday was too busy. I hardly had time to work on anything, because of that, this is mostly work from today.

I took the original mockup I made months ago and cleaned it up, smoothed most of the round edge loops to by lining everything up nicely on curves.

I also deepened the sink to make it a bit sturdier and gave both the toilets and sink this smooth slanted surface on the bottom half. I’m hoping that this will help to make it look like both like metal and ceramic, depending of the material used.

The piping has been remodeled, I added a syphon valve to it, a few wall clamps and also top fixtures like a fountain-style faucet and some “knobs?”. Obviously these aren’t the final materials, this is just for visualisation.

Oh, and the all important paper roll πŸ˜›

What should I do about the fingerprint padlock?

Allright… This has gone for long enough… The Fingerprint Padlock was supposed to be the simple, trouble-free, default option when someone first tries the TouchBound system.

But the reality is that it really isn’t doing a good job at this.

So lets break it down point by point:

  • πŸ‘ You can’t lose the key.
  • πŸ‘ The internal imprint allows some form of self bondage.
  • πŸ‘Ž Keyed padlocks and time padlocks are more suited for self bondage & escape games.
  • πŸ‘Ž Identity imprint are a one time thing and doesn’t survive resets.
  • πŸ‘Ž It is too complex for something supposed to be the “basic” lock of the TouchBound system.

A little while ago I passed around a “beta” version of a “Public padlock”, I received some good feedback from it and therefore, I’m starting to believe that it might be time to do something with it.

Breakdown of the public padlock:

  • You can’t lose the key.
  • Whoever locks is the only person that can unlock.
  • No configuration is required.
  • The name of the locker is always visible on the locked item’s infobox.
  • It can be used by anyone if worn on a non-hud slot, no “give your locks” required for play.

So there you go everyone! Time to make your choice πŸ˜›

What should I do with the Fingerprint Padlock?

  • Keep it for sale, but ship products with the Public Padlock instead. (64%, 57 Votes)
  • Don't change anything. (8%, 7 Votes)
  • Make the Public Padlock the new Fingerprint Padlock. (28%, 25 Votes)

Total Voters: 89

Loading ... Loading ...

Cell bed complete.

This cell bed is really just a glorified steel shelf with a waterproof cushion pretending to be a mattress isn’t it? Only the most uncomfortable furnitures for this project!

I haven’t made a ladder but it should still work fine for double bunking. That being said… two people in 9 square meters might be pushing just a little bit.

The mattress was the part that got me worried the most. Initially I was gonna make something more “normal” but I figured that this would most likely be the “minimum” you’d get in a cell of that style, and blankets if you are nice. I suppose the rubbery aspect might be a plus for some.

Kyrah Abattoir
Creator of BDSM and fetish content in Second Life since 2004.

Seasoned 3D artist and programmer, aspiring video game creator.

February 2021
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
Archives