Skyrim Special Edition
0 of 0

File information

Last updated

Original upload

Created by

Syclonix kamikatze13

Uploaded by

kamikatze13

Virus scan

Safe to use

Tags for this mod

About this mod

Your custom race will now receive all race- and gender-specific adjustments of CCO during customization. Also removes the initial prompt and gives the book instead. Requires SKSE.

Requirements
Permissions and credits
Patch for v1.4.0 beta of the "Character Creation Overhaul" mod. Works with custom races which have the ActorProxy keyword set, and treats them as the according vanilla race during CCO char creation/customization. Obviously only useful if you use `Character Creation Overhaul` by Syclonix and a custom race.

Works by adding a condition (PlayerREF.GetRace().HasKeywordString("ActorProxy[Race]")) to all race checks in _sycmainquestscript. HasKeywordString is an SKSE function IIRC, so SKSE64 is required.

Also removes the prompt to customize character after the initial racemenu dialog closes. Instead, it spawns you the book into your inventory, so you can start the character customization at a more convenient time.

I made this primarily for myself but someone may benefit from this being publicly available.