Bleached InuYasha Galaxy

Forums for the MUD (biyg.org 1801)
It is currently April 27th, 2024, 10:05 am

All times are UTC - 5 hours




Post new topic Reply to topic  [ 9 posts ] 
Author Message
 Post subject: Tabi socks
PostPosted: June 20th, 2007, 6:16 pm 
Offline
Fellow player
User avatar

Joined: June 11th, 2007, 11:11 am
Posts: 55
It would be cool to have "tabi" socks, since all the miko in Inuyasha seem to wear them (excepting Kagome). They are designed to be worn with sandals.

suggested Smaug clothing layers:

tabi socks = 1
regular socks = 3
sandals = 6
regular shoes/boots = 4


Top
 Profile  
 
 Post subject:
PostPosted: June 21st, 2007, 2:37 am 
Offline
Fellow player

Joined: February 18th, 2007, 11:16 pm
Posts: 340
Huh? Like the socks with flip-flop like the shingami?

Oh, and why are sandals a higher number than boots?


Top
 Profile  
 
 Post subject:
PostPosted: June 21st, 2007, 8:55 am 
Offline
Fellow player
User avatar

Joined: June 11th, 2007, 11:11 am
Posts: 55
Smaug clothing layers are based on binary patterns:

binary 001 = decimal 1 (tabi socks)
binary 011 = decimal 3 (regular socks)
binary 110 = decimal 6 (sandals)
binary 100 = decimal 4 (regular shoes/boots)

Using these layer numbers, tabi socks will conflict with regular socks (due to both having a 1 for the rightmost digit), regular socks will conflict with sandals (due to both having a 1 for the middle digit), and sandals will conflict with regular shoes/boots (due to both having a 1 for the leftmost digit). But both sock types are compatible with regular shoes/boots.

With these codes, you can think of the middle binary digit as indicating whether or not something is present where the thong of the sandal is.

Here's a tutorial on clothing layers if you're interested:

http://webhome.idirect.com/~helspawn/sm ... ts.html#H6

Here's an article on tabi socks:

http://en.wikipedia.org/wiki/Tabi


Top
 Profile  
 
 Post subject:
PostPosted: June 22nd, 2007, 6:54 pm 
Offline
Fellow player

Joined: February 18th, 2007, 11:16 pm
Posts: 340
Are you a builder for BIYG?


Top
 Profile  
 
 Post subject:
PostPosted: June 22nd, 2007, 10:09 pm 
Offline
Fellow player
User avatar

Joined: June 11th, 2007, 11:11 am
Posts: 55
Nope


Top
 Profile  
 
 Post subject:
PostPosted: June 22nd, 2007, 10:42 pm 
Offline
Fellow player

Joined: June 15th, 2005, 12:56 pm
Posts: 41
Location: Glade Spring, VA
Actually, it's based on bit values, not binary values. 3 and 6 are both conflicting layer numbers, you can only set an object to be layerable with a value of 0, 1, 2, 4, 8, 16, 32, 64, or 128, or any combination of the above. A value of zero means no other items came be layered with this item. Items of clothing can be layered over one another as long as their layer values do not overlap. ie, if leather armor were set to a value of 56 (8, 16, and 32), it could not layer with, say, a set of heavy chain that is set to a value of 96 (32 and 64), as they overlap on the layer value of 32. In this case your tabi socks (value 1), regular socks (values 1 + 2), and sandals (values 2 + 4) would conflict with each other and thus couldn't be layered. Instead you might consider setting the tabi socks as 1, the refular socks as 2, the sandals as 4, and the regular shoes/boots as 8.

_________________
-=Conner=-
Admin: Land of Legends - tcdbbs.zapto.org:4000
SysOp: The Castle's Dungeon BBS - tcdbbs.zapto.org
Teacher: Smaug Institute - tcdbbs.zapto.org:4218


Top
 Profile  
 
 Post subject:
PostPosted: June 22nd, 2007, 11:24 pm 
Offline
Fellow player
User avatar

Joined: June 11th, 2007, 11:11 am
Posts: 55
Conner wrote:
In this case your tabi socks (value 1), regular socks (values 1 + 2), and sandals (values 2 + 4) would conflict with each other and thus couldn't be layered.


Perhaps you misunderstand.

It is desired that tabi socks conflict with regular socks, thus both have a 1 in bit position 0 (value 1).

It is desired that regular socks conflict with sandals, thus both have a 1 in bit position 1 (value 2).

It is desired that sandals conflict with regular shoes, thus both have a 1 in bit position 2 (value 4).

It is desired that tabi socks be compatible with sandals, and indeed they have no overlapping "1" bits (001 = 1 vs 110 = 6).

It is desired that either type of sock is compatible with regular shoes, and indeed no combination of sock/shoe has overlapping "1" bits.

I just tested these layer codes on Smaugfuss and the layering works as desired.


Top
 Profile  
 
 Post subject:
PostPosted: June 22nd, 2007, 11:29 pm 
Offline
Fellow player
User avatar

Joined: June 11th, 2007, 11:11 am
Posts: 55
Conner wrote:
Instead you might consider setting the tabi socks as 1, the refular socks as 2, the sandals as 4, and the regular shoes/boots as 8.


No, because then it would be possible to wear tabi socks, regular socks, sandals, and regular shoes/boots simultaneously. The codes I suggested work properly in all cases.


Top
 Profile  
 
 Post subject:
PostPosted: June 23rd, 2007, 7:56 pm 
Offline
Fellow player

Joined: June 15th, 2005, 12:56 pm
Posts: 41
Location: Glade Spring, VA
Yes, I had misunderstood what you were trying for, so yes, you do have proper values then, my apologies for my misunderstanding of what you were after.

_________________
-=Conner=-
Admin: Land of Legends - tcdbbs.zapto.org:4000
SysOp: The Castle's Dungeon BBS - tcdbbs.zapto.org
Teacher: Smaug Institute - tcdbbs.zapto.org:4218


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 9 posts ] 

All times are UTC - 5 hours


Who is online

Users browsing this forum: No registered users and 25 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group