File information

Last updated

Original upload

Created by

aedenthorn

Uploaded by

aedenthorn

Virus scan

Safe to use

About this mod

Enables Arm, Leg, Face, Body, and Womb tattoo UI elements and provides a framework for adding custom tattoos.

Requirements
Permissions and credits
Changelogs
Donations
This mod enables all types of existing tattoo customizations and provides an easy way to add custom tattoos to the game.

Womb tattoos are accessible through the pubic hair tab.

Custom pubic hair can also be created with this mod, as they are essentially just tattoos. This mod also fixes pubic hair color not saving.

As of now there are no vanilla tattoos of any type except for a single womb tattoo. You'll need to either create your own custom tattoos or download a tattoo content pack.

Womb tattoos and body tattoos are the same and will replace each other.


Custom Tattoos

To add a custom tattoo, create two png files - one is the icon to be shown in the UI and the other is the actual mask texture.

The mask texture should be red on black.

The files should have the same name, with the icon adding _icon to the end.

Place the png files in the appropriate subfolder under BepInEx\plugins\Tattoos\. E.g. A womb tattoo goes under Womb\

All tattoo types use the color, gloss, and strength sliders from the womb tattoo, because reasons*.

There is a hotkey to immediately reload tattoos from the disk in game (default page down).


* There are no color pickers for other tattoo types, and though I could add them, colors for other types are not currently stored as colors, they are stored as gameobjects with itemcustomizations with color fields, and though I could make use of these, womb tattoo colors (the only ones even partially added to the game) are stored as colors, which makes me think the others will be converted to simple colors as well (they did this with hair color already). So, I'd rather wait and see.


Config

A config file BepInEx/config/aedenthorn.Tattoos.cfg is created after running the game once with this mod.

You can adjust the config values by editing this file using a text editor or using the Configuration Manager mod.


Technical

This mod requires BepInEx to be installed for SWPT.  Detailed instructions on installing BepInEx are here.

If you are on Windows, you will need the x64 or x86 version based on your architecture, found here:

https://github.com/BepInEx/BepInEx/releases

Unpack the zip file, and place the contents in the game's root folder (beside the game's .exe file).

To install this mod, place the contents of its zip file in the BepInEx/plugins folder (create it if the folder doesn't exist).


Code is at https://github.com/aedenthorn/SWPTMods.

If you want to complain or ask for help or help me test my mods, you can visit my Discord server.