Should work as a drop-in replacement for
'csb_tonya.ydd, csb_tonya.yft, csb_tonya.ymt, csb_tonya.ytd'
'ig_tonya.ydd, ig_tonya.yft, ig_tonya.ymt, ig_tonya.ytd'
It can also be used as an add-on ped.

[Changelog]
1.0: Release

[History]
Modified face mesh
Modified body mesh
Modified face texture

[Installation]
1. Open OpenIV
2. Navigate to mods/x64e.rpf/models/cdimages/componentpeds_csb.rpf
3. Replace csb_tonya.ydd, csb_tonya.yft, csb_tonya.ymt, csb_tonya.ytd files.
4. Navigate to mods/update/x64/dlcpacks/mppatchesng/dlc.rpf/x64/models/cdimages/mppatches.rpf
5. Replace ig_tonya.ydd, ig_tonya.yft, ig_tonya.ymt, ig_tonya.ytd files.

[Installation (EMF User)]
1. Open OpenIV
2. Navigate to mods/update/x64/dlcpacks/EMF/dlc.rpf/x64
3. Add componentpeds_csb.rpf, mppatches.rpf
(If the file already exists, please insert the character's file inside.)
4. Navigate to mods/update/x64/dlcpacks/EMF/dlc.rpf
5. Open the content.xml file and add command.
(Even if you're a beginner, you'll see the same type of command if you watch it carefully. You can add it between the same-looking command.)

[Before]------------------------------------------------------------------------------------------------------
		<Item>
			<filename>dlc_EMF:/%PLATFORM%/vehicle_mods.rpf</filename>
			<fileType>RPF_FILE</fileType>
			<locked value="true"/>
			<disabled value="true"/>
			<persistent value="true"/>
			<overlay value="true"/>
		</Item>
		<Item>
			<filename>dlc_EMF:/%PLATFORM%/weapons.rpf</filename>
			<fileType>RPF_FILE</fileType>
			<disabled value="true"/>
			<persistent value="true"/>
			<overlay value="true"/>
		</Item>
 - - - - - - - - - - - - - - - - - - - - - - - -
			<filesToEnable>
				<Item>dlc_EMF:/%PLATFORM%/weapons.rpf</Item>
				<Item>dlc_EMF:/%PLATFORM%/vehicles.rpf</Item>
				<Item>dlc_EMF:/%PLATFORM%/vehicle_mods.rpf</Item>
				<Item>dlc_EMF:/%PLATFORM%/commonpeds.rpf</Item>
				<Item>dlc_EMF:/%PLATFORM%/pedprops.rpf</Item>
			</filesToEnable>
[After]------------------------------------------------------------------------------------------------------
		<Item>
			<filename>dlc_EMF:/%PLATFORM%/vehicle_mods.rpf</filename>
			<fileType>RPF_FILE</fileType>
			<locked value="true"/>
			<disabled value="true"/>
			<persistent value="true"/>
			<overlay value="true"/>
		</Item>
		<Item>
			<filename>dlc_EMF:/%PLATFORM%/componentpeds_csb.rpf</filename>
			<fileType>RPF_FILE</fileType>
			<locked value="true"/>
			<disabled value="true"/>
			<persistent value="true"/>
			<overlay value="true"/>
		</Item>
		<Item>
			<filename>dlc_EMF:/%PLATFORM%/mppatches.rpf</filename>
			<fileType>RPF_FILE</fileType>
			<locked value="true"/>
			<disabled value="true"/>
			<persistent value="true"/>
			<overlay value="true"/>
		</Item>
		<Item>
			<filename>dlc_EMF:/%PLATFORM%/weapons.rpf</filename>
			<fileType>RPF_FILE</fileType>
			<disabled value="true"/>
			<persistent value="true"/>
			<overlay value="true"/>
		</Item>
 - - - - - - - - - - - - - - - - - - - - - - - -
			<filesToEnable>
				<Item>dlc_EMF:/%PLATFORM%/weapons.rpf</Item>
				<Item>dlc_EMF:/%PLATFORM%/componentpeds_csb.rpf</Item>
				<Item>dlc_EMF:/%PLATFORM%/mppatches.rpf</Item>
				<Item>dlc_EMF:/%PLATFORM%/vehicles.rpf</Item>
				<Item>dlc_EMF:/%PLATFORM%/vehicle_mods.rpf</Item>
				<Item>dlc_EMF:/%PLATFORM%/commonpeds.rpf</Item>
				<Item>dlc_EMF:/%PLATFORM%/pedprops.rpf</Item>
			</filesToEnable>
