falkreon / Scarves

Comfortable dynamic simulated cloth trinkets
MIT License
9 stars 0 forks source link

Allow Extending and Crafting Custom Scarf Patterns #1

Closed sylv256 closed 1 year ago

sylv256 commented 2 years ago

See Also

3

falkreon commented 2 years ago

If there's something specific that you need that's not part of the above, let's talk about adding it.

sylv256 commented 2 years ago

I'm referring to survival mode.

falkreon commented 2 years ago

Are you asking for a designer for individual squares, or for the scarf as a whole?

For the scarf as a whole, you start with an empty Scarf, and the Scarf Stapler block. It will staple blocks or items to the end of the left or right tail (including any color wool), and build up a completely custom scarf in survival that way.

For additional colors, after the con I'll finish the serger. That will give you control over the arbitrary RGB tints, so you could take a bunch of white wool and make color patterns not present in wool. I'd also like to see if there are any fabric mods with RGB dye I could integrate with.

For individual square patterns, that's much trickier. For technical reasons it needs to be an existing texture in the blocks/items atlas, and only an 8x8 section of that. Those kind of flexibilities and constraints are easy to expose to modders and hard to expose to players.

falkreon commented 1 year ago

It looks like the planned Scarf Serger will dovetail with end-to-end stapling very nicely and give you almost exactly the pattern editing you're looking for, so I'm going to close this out for now and keep my eyes open for more ways to enable customization for survival players.