0 of 0

File information

Last updated

Original upload

Created by

S6S

Uploaded by

Sweet6Shooter

Virus scan

Safe to use

Tags for this mod

About this mod

This is a tiny esp-free scriptrunn that automatically tunes your player scale when you leave TTW's starting cave or Doc Mitchell's house, based on your SPECIAL stats and the presence of the Small Frame trait.

Requirements
Permissions and credits
Changelogs
Overview:
This is a tiny file that automatically tunes your player scale when you leave TTW's starting cave or Doc Mitchell's house, based on your SPECIAL stats and the presence of the Small Frame trait.
I mostly made it as a joke about the name.

Features:
The scale change is performed once.
Formula:
fStr = (((player.getpermanentactorvalue strength) - 5) / 100)
fScale += fStr
fScale += (((player.getpermanentactorvalue endurance) - 5) / 100)
fScale -= (((player.getpermanentactorvalue agility) - 5) / 100)
fScale += ((player.getpermanentactorvalue luck) / 100)
fScale -= (((player.getperkrank smallframe) / 100) * 3)
For anyone not familiar with this syntax, Strength, Endurance, and Luck provide a bonus of 1% per point in the stat above 5, and a reduction of 1% per point lower than 5. Agility reduces scale by 1% per point above 5, and increases scale by 1% below 5.
Small frame reduces scale by 3% if you have it.

Requirements:
JIP LN, xNVSE, Johnny, the usual stuff.

Installation:
Regular installation.

Patches:


Compatibility:
Compatible with TTW 3.3 and 3.2.2
Compatible with NV

Questions:
Can this be made to tune your height and not your width?
No.

Permissions:
Do whatever.

Support:
If you'd like to support my modding work or say thanks, feel free to donate via the Nexus or here at Ko-Fi.