Skyrim
0 of 0

File information

Last updated

Original upload

Created by

SamiraSamira

Uploaded by

SamiraSamira

Virus scan

Safe to use

About this mod

This is a small utility program I wrote to manage my multiple Skyrim characters and their savefiles. The source code is included. It\'s written in C++ using the Windows API and loads more or less instantaneously.

Permissions and credits
This is a small utility program I wrote to manage my multiple Skyrim characters and their savefiles. The source code is included. It's written in C++ using the Windows API and loads more or less instantaneously.

INSTRUCTIONS:
On first use, click "Initialize Directory."

After that, select a character using the listbox and click the "Set" button to set Skyrim to use that character.

If you want to make a new character, click the "New Char" button and enter in the character name. It doesn't have to be the actual name you plan to use for the character, but it must be unique (and also a valid directory name).

CHANGELOG:
1.01 - Tidied up object constructor
1.02 - Save Skyrim.ini as an ANSI text file instead of a Unicode file to prevent possible interoperability issues with other character managers.