Hogwarts How to import your character into someone elses save

Post Reply
pj1980
Member
Posts: 96
Joined: Thu May 24, 2018 12:27 pm
Location: Cardiff

Hogwarts How to import your character into someone elses save

Post by pj1980 » Thu Jun 29, 2023 1:45 am

how to change characters name, gender and appearance of someone elses save

You will need a sqlite browser
I will explain using DB browser for sqlite https://sqlitebrowser.org/

1 You need to Create your character in game first (in tutorial of game
it will autosave as soon as you can control character that save will be fine)

2 open save in advanced mode in sw app export the save to file

3 either drop the exported file onto the sqlite browser you installed or open browser then open database
might need to change it to all files to find your exported save

4 click in top left corner file then export then table(s) to csv file select AvatarFullBodyPresetsDynamic export it

5 now get the save you want to import your character to open in sw, export to file and open in sqlite browser

6 in database structure tab click on AvatarFullBodyPresetsDynamic table to highlight then click delete table

7 click in top left corner file then import then table from csv find AvatarFullBodyPresetsDynamic.csv you made and import it
another menu you will open but you can just click ok to import

8 now you will want to change characters name, gender and pronoun open the file provided called MiscDataDynamic.csv as a txt file

9 after you edit that file, in the sqlite browser click file then import then table from csv find the MiscDataDynamic.csv you edited

10 in the csv import menu you need to click advanced then click conflict stratergy and select replace existing row then click ok to import

11 save the changes you made to exported save and import back with sw

i included some pics of what to do as well

https://www.mediafire.com/file/eu88hneb ... r.zip/file
Post Reply