This is a PowerShell script I made as I wanted to be able to extract the character codes from the CustomChars.sdt file generated from the Char List Backup option on the Modding tab.
(I don't know if it will run on a non Windows OS)
Please read the README as it's not as simple as double clicking a .bat file.
Most importantly:
The script will create an output folder in the same location as the script but you can choose an input file from anywhere.
Output will look like this:
<Folder where script is>
-CustomChars
--Character1
---code.txt
--Character2
---code.txt
--Character3
---code.txt
--CharacterFolders.txt
Where CharacterFolders.txt looks like:
Character1:Character1
Character2:Character2
Character3:Character3
So you can copy the CustomChars folder into your Mods folder (update your Mods CharacterFolders.txt) and the characters will appear in game.
Anyone is welcome to edit and re-release a better version.
(I don't know if it will run on a non Windows OS)
Please read the README as it's not as simple as double clicking a .bat file.
Most importantly:
Change your current user's execution policy:
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser
The script will create an output folder in the same location as the script but you can choose an input file from anywhere.
Output will look like this:
<Folder where script is>
-CustomChars
--Character1
---code.txt
--Character2
---code.txt
--Character3
---code.txt
--CharacterFolders.txt
Where CharacterFolders.txt looks like:
Character1:Character1
Character2:Character2
Character3:Character3
So you can copy the CustomChars folder into your Mods folder (update your Mods CharacterFolders.txt) and the characters will appear in game.
Anyone is welcome to edit and re-release a better version.