Skyrim Special Edition

File information

Last updated

Original upload

Created by

lilebonymace

Uploaded by

lilebonymace

Virus scan

Safe to use

About this mod

Neutralizes the racial starting skill bonus and allows you to distribute the skill points yourself. You can also distribute points between magic, health and stamina.

Requirements
Permissions and credits
Translations
  • Portuguese
  • Mandarin
Changelogs
Description

This mod neutralizes the racial skill bonus and allows you to distribute the skill points yourself, and optionally allows you to redistribute points between magic, health, and stamina. There is a .json configuration file where you can toggle both menus and change many settings. You can make it so all the skill values will be set to the base value without any bonuses, you can also set it to add a specified number of perk points at the game start.



Starting

The menu will only open if you haven't reached level 2 yet, so that skills won't be reset on a saved game.
The menu will open in a few seconds after fighting controls get enabled. With vanilla start it should happen after your hands are untied. Tested with Live Another Life, Skyrim Unbound (Reborn) and Realm of Lorkhan.

Controls

You increase or decrease a skill/stat value by a fixed number of points at a time (be default, 5 for skills menu and 10 for stats menu). The remaining number of points is displayed at the top of the menu.

To increase a value, select the desired skill/stat and then click [Tab]Exit or press the Tab or Esc key. To decrease it, do the same with the LShift key pressed (the mod checks if the key is pressed after clicking, so do not release it too quickly).

The skill you selected will be automatically selected the next time even though the menu won't scroll down. You can also select the previous selected skill at any time by clicking on [R]Default or pressing the R key (in this case the menu will be scrolled).

When you run out of points, a "COMPLETE" option will be added at the top of the list (you still can select a skill/stat to decrease it).

Compatibility

  • No vanilla records are changed.
  • It may work incorrectly when used together with similar mods.
  • The only file conflicts you can find are SkyUILib files, which are also included in many other mods. You can safely overwrite these files in any order since they're the same in all mods.
Requirements

Customization

CYSS comes with a .json configuration file Data\SKSE\Plugins\StorageUtilData\ChooseYourStartingSkills.json. You can open it via any text editor and edit the values. Note that CYSS reads the config only once, when a new game is started via main menu.

"skills_mode" : 0/1/-1
0 - Disable the Skill Menu and don't touch the skills; 1 - Enable the Skill Menu; 2 - Enable the Skill Menu, but add skill levels on top of race bonuses instead of replacing them; -1 - Disable the Skill Menu but set all the skills to the base value. (Default: 1)
"skills_baseskill" : -1/number
The base (min) skill value. When set to -1, CYSS will use iAVDSkillStart game setting (vanilla 15 or the value set by other mods). You can set a custom value to make CYSS use it instead. Good options: 10, 5, 0. (Default: -1)
"skills_points" : number
The total number of skill points avialable for distribution. (Default: 35)
"skills_step" : number
The number of skill points to add per one step. (Default : 5)
"skills_maxbonus" : number
The maximum skill bonus you can add via CYSS. (Default : 10)

"stats_mode" : 0/1
0 - Disable the Stat Menu and don't touch the skills; 1 - Enable the Stat Menu. (Default: 1)
"stats_keepoffsets": 0/1
There are two types of offsets to stats that can be present in race mods:
1. Offsets made via magic effects, such as the additional magicka for Altmers in vanilla. These bonuses won't be reset by CYSS and won't be displayed in the CYSS menu.
2. Offsets made by directly changing health/magicka/stamina values in race records. "stats_keepoffsets" defines how CYSS handles these offsets:
0 - CYSS ignores them.
1 - CYSS calculates the offsets from 100 and shifts the base and max values of each stat accordingly.
I recommend to keep it enabled unless you use a race mod that diversifies health/magicka/stamina for all races and you want to ignore that. Disabling it with mods that use the bonuses of type #2 as one of a few race bonuses along with abilities (such as vanilla if it were using bonuses of type #2 instead of #1, or Aetherius) will break the balance.
(Default: 1)
"stats_basestat" : number
The mimimum and starting stat value you can set via CYSS. (Default : 80)
"stats_points" : number
The total number of stat points avialable for distribution. (Default: 60)
"stats_step" : number
The number of stat points to add per one step. (Default : 10)
"stats_maxstat" : number
The maximum stat value you can set via CYSS. (Default : 130)

"addperkpoints" : number
Sets the number of additional perk points to add at the game start. It doesn't affect perk points that can be added by other mods. (Default: 0)
"disablecontrols" : 0/1
By default, CYSS disables controls while you're in the menu, to prevent camera moving when the menu re-opens. If it causes issues with other mods, you can set 0 to disable this. (Default: 1)