About this mod
Allows you to open the character creation menu whenever you want so that you can change your character's appearance, gender, attributes and more.
- Requirements
- Permissions and credits
- Changelogs
- Donations
The menu opens by pressing the button "F12" on your keyboard.
Make a save or backup your saves before going into the character creation menu. You're not supposed to use this menu outside of starting a new game so I don't know if it could lead to any issues but everything seemed to be working fine while I was testing it.
Installation - UE4SS
Download UE4SS. You can find the download link when you scroll all the way down. The file you should download should look something like "UE4SS_v3.0.1-416-g4a88719.zip". The numbers might change since the experimental version of UE4SS is updated frequently.
To install UE4SS you need to extract its .zip archive and then go to where your game is installed and navigate to this path: \Pal\Binaries\Win64. Drop the extracted files here. In the end it should look like this:
\Alabama\Binaries\Win64\dwmapi.dll
\Alabama\Binaries\Win64\ue4ss
You need to navigate to \Alabama\Binaries\Win64\ue4ss\Mods and open the file named "mods.txt" with a text editor like Notepad. Find these lines:
ConsoleCommandsMod : 1
ConsoleEnablerMod : 1
and change them to:
ConsoleCommandsMod : 0
ConsoleEnablerMod : 0
If your game is crashing navigate to \Alabama\Binaries\Win64\ue4ss and open the file "UE4SS-settings.ini" with a text editor like Notepad. Find the line "RenderMode = ExternalThread" and change it to "RenderMode = EngineTick". If EngineTick crashes for you then use UGameViewportClient instead.
Installation - Lua script
- Download the mod. Extract its .zip archive.
- Go to where your game is installed. Navigate to \Alabama\Binaries\Win64\ue4ss\Mods
- Drop the folder "CharacterCreationMenu" from the extracted .zip archive in there.
- In the end it should look like this: \Alabama\Binaries\Win64\ue4ss\Mods\CharacterCreationMenu
