0 of 0

File information

Last updated

Original upload

Created by

Gravenwitch

Uploaded by

Gravenwitch

Virus scan

Safe to use

Tags for this mod

About this mod

Configure many aspects of character creation / progression
- Available attribute points on character creation
- Min and Max attributes on character creation
- Perk unlock thresholds

Requirements
Permissions and credits
Changelogs
in r6/scripts/Graven's Customizable Character Creation look for gravenCharacterCreationConfig.reds
These options are made available for editing.

attributePoints is the amount of attribute points available to you upon creating your character vanilla = 7 modded = 9
attributeMax is the highest level you can raise attributes in the character creator vanilla = 6 modded = 10
attributeMin is the lowest you can take an attribute in the character creator vanilla = 3 modded = 1

Tiers below are the attribute requirements to each layer of perk on the perk tree.  Tier 1 is the lowest, tier 4 is the highest.
tier1 vanilla = 4 modded = 5
tier2 vanilla = 9 modded = 10
tier3 vanilla = 15 modded = 15
tier4 vanilla = 20 modded = 20

Please use integers when editing the config and abide by the rules provided to avoid crashes

let attributePoints: Int32 = 9; <- the number 9 is what you edit

Perk unlock thresholds function if you use an already created character.
You will not get attribute points if you use this on an already created character.
You will get the full attributes in character creation back if you ever reset attributes, you always get back the amount of points spent so this does not work on already existent characters.
Safe to remove or add at any time, I advise that you refund all perks before you do so.