This mod adds a variety of physics-based leashes to a scene of SDT gameplay. Because the leashes are physics object, it is incumbent on the user to choose a leash which will make sense for the relative positions and proximity of the characters.
Multiple leashes can be included within a single scene, but it rarely makes sense to do so. Leashes are somewhat costly to draw and they will incur an FPS penalty on your game.
Leashes can be recolored using the Collar.RGB2 sliders.
This mod is compatible with moreClothing.
Code:
; ------ Leashes ------
LeashFrontLeftLong.mod=Leash Front Left L:DynamicHair>Body2
LeashFrontLeftShort.mod=Leash Front Left S:DynamicHair>Body2
LeashFrontDangleLong.mod=Leash Front Dangle L:DynamicHair>Body2
LeashFrontDangleShort.mod=Leash Front Dangle S:DynamicHair>Body2
LeashRearDangleLong.mod=Leash Rear Dangle L:DynamicHair>Body2
LeashRearDangleShort.mod=Leash Rear Dangle S:DynamicHair>Body2
LeashRearLeftLong.mod=Leash Rear Left L:DynamicHair>Body2
LeashRearRightShort.mod=Leash Rear Right S:DynamicHair>Body2
Flash modders can find the FLA source file on mega.nz. Normal users can download the 7z archive via the button at the top of the page.