Want to change your own player height or Mita's height. This mod will allow you to do so. It registers Keybinds so you can change your own height or Mita's height at any time in the game.
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
I'll credit Rist8 here whose GitHub source code was used as a base - who based their work on corruptor2037. Thank you for your work to acquire headers. Code at this point is essentially written myself, but I wish to give them attribution for their groundworks. Thank you!
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 0.9.4
Some more collider fixes (disabling collissions just doesn't fully work though, sorry)
Includes the options to change the player speed (IncludePlayerSpeed in settings.json, requires FixedSizeMode)
Version 0.9.3
Core Mita supported (if enabled in config file)
Collider toggling can be disabled (and is disabled by default)
Collider toggling had some bug fixes
Version 0.9.2
Mod is now called MiSize - a pun a friend of mine thought of which I didn't have on the radar.
The legs without upper body can be scaled
Mita clones in the Dark room scale
Accessories should scale correctly (Crazy Mita glasses, Sleepy Mita pillow)
Chibi Mita can be scaled if a settings parameter gets set
Ghost Mita is supported
(Massive C# code cleanup, nothing you need to worry about)
Version 0.9.1
Supports Ugly Mita
Mila's glasses scale along
Scales players (Fixed mode only) at Mila's door
Crazy Mita hunting you after Mila event is supported
Version 0.9.0
Initial test release (haven't fully replayed the game with it yet, but it seems stable)
What is this Using this BepInEx plugin you can change Mita's height or your height to adjust them. The player height is limited as it caused issues when the player goes to tall so it's currently clamped at normal scale. Mita's scale can be adjusted way more detailed.
Change your or Mita's height with simple buttons By default this mod allow you to resize yourself or Mita using the Numpad. Simply because the Numpad has buttons in a decently aligned position which are easy to access. The default configuration is:
To resize the closest Mita to you: you can press 2 (Decrease height), 5 (Restore normal), 8 (Increase height)
You can also toggle Mita's collider: this will allow her to phase through walls and the player but allows for more sophisticated screenshots.
To resize yourself: 3 (decrease), 6 (normal), 9 (increase) - with an extra bonus of the period button underneath 3: it will restore the last size you had before pressing 6
You can of course change those keybinds in a settings file and if you do not have a numpad you will have to for obvious reasons - please consult the Readme for this. Normally the mod here will change the height of the closest Mita to you. In an advanced mode (called Fixed Height Mode) it will persist the scales - every Mita will always have the modified scale, your player will also always persist. It will even persist over game restarts, as it saves your scales.
Due to the nature of the Fixed Height Mode (can interfere with places where the game might deliberately change Mita's scale or the player scale) it is disabled by default. Basic Mode should never break the game. FAQ
What's needed to run this mod? - You'll need BepInEx like many other mods. It doesn't work with MelonLoader. It can be used alongside the Console Unlocker mod and shouldn't conflict with other mods as to my knowledge. Does Chibi Mita work? - Yes. In the settings.json file please set IncludeChibiMita to true. Is the mod source code available? - Yes. You can find it on my GitHub.