0 of 0

File information

Last updated

Original upload

Created by

sysdmp - Acro748

Uploaded by

sysdmp

Virus scan

Safe to use

About this mod

Extends CBBE 3BA Morph slider range in RaceMenu, new range is -2 to +2

Requirements
Permissions and credits
Changelogs
Simply extends CBBE 3BA Morph slider range in RaceMenu, new range is -2 to +2, just like modern version of CBBA.
As a bonus, while using controller in RaceMenu each shoulder button press moves sliders exactly .25 points.


Compiled and ready to use script and its' source included, I only changed 2 lines in original 3BA script

lines 411 and 416
AddSliderEx(displayNames[m], CATEGORY_KEY, CALLBACK_PART + morphs[m], -1.0, 1.0, 0.01, getBodyMorph(morphs[m]))
AddSliderEx(displayNames2[m], CATEGORY_KEY, CALLBACK_PART + morphs2[m], -1.0, 1.0, 0.01, getBodyMorph(morphs2[m]))

became

AddSliderEx(displayNames[m], CATEGORY_KEY, CALLBACK_PART + morphs[m], -2.0, 2.0, 0.01, getBodyMorph(morphs[m]))
AddSliderEx(displayNames2[m], CATEGORY_KEY, CALLBACK_PART + morphs2[m], -2.0, 2.0, 0.01, getBodyMorph(morphs2[m]))


3x version available here as optional file, so if you need even more range - install this instead.
I personally think 2x is just enough and matches regular CBBE morphs range and works better with gamepad.