Jump to content

How to duplicate tongue toy, so that you can have one on each breast?


Guest

Recommended Posts

Posted

Is there a way to duplicate the tongue licking toy, so that you can have one on each breast?  Also, I thought I saw another mouth icon, probably for sucking, in some old files in a .txx

Posted

Unfortunately, you can't have two of the same toy functioning at once.

 

If you click the tongue toy then try to drag a second one, the first will disappear.

  • 1 month later...
Posted

Cloning Toys:

You can "clone" a toy so it may be used by more than one actor at the same time. To do so, create a text file in your Config directory called "TK17_mytools.txt"*.

Open it with Notepad or any other (non-formatting) text editor and enter:


Example 1:

tool_changes = [[
file="R9ToyXXX", multiply=4, name = "name of your toy"
]]

Replace the "XXX" with the ID of the toy you wish to clone.

This example clones your toy the maximum of four times so each model in a foursome can use it. Optionally use name="name of your toy" to set the name of the toy as it appears in the game.

Add similar lines for each additional toy you wish to clone. Save the file and start up your game to check if your cloned toy is available.


Example 2 (replaces the "file=" line):

addon="VX.DragonsVeil.BowToy" multiply=2 name="Bow"

Here the DragonsVeil Bow addon is cloned twice (multiply=2) and the name is shortened to "Bow". Shown here is how you can also identify the tool using the keyword "addon".

 

Example 3:

toolid="Wavy Vibrator" multiply=3 name="Good Vibes"

The standard Wavy Vibrator is cloned three times (multiply=3) and the name is changed to "Good Vibes".

 

Example 4:

toolid="0004", multiply=4

The standard Butt Plug (toolID 0004) is cloned four times (multiply=4) and the name is left unchanged.

Note that you can also identify toolID by Name or Number.


Please Note: every clone uses a bit of memory so use this feature wisely. You can (temporarily) remove the cloned toys by renaming the file or moving it to another folder.

(*) = Any filename will do as long as it starts with "TK17_" and ends in ".txt"

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...