Limitations
Importing classic saves have the following limitations:
- Some characters might not import successfully. Characters modified by save game editors might be more problematic.
- Only your character state is imported. Quests and homes are not imported. If you have loot sitting on your ship, please pick it up so you have it with you when you import.
- Your character will be placed outside near to where you were at time classic save was taken. If you were inside, you will be placed on the ground inside the building shell (just walk out of it). If you were in a dungeon, you will be placed outside near the origin of that world cell.
Restarting Main Quest
At this time, the main quest is not restarted automatically when importing a classic save. if you would like to restart the main quest, you can do so by opening the console with ` key (backspace/tilde key) then entering the below. Press enter after each line.
CODE:
SELECT ALL
startquest s0000999
startquest s0000977
The first command starts the main quest backbone (which launches all the other main story quests as conditions are met). The second command starts the Curse of Daggerfall quest that spawns ghosts in Daggerfall city.
The backbone quest will restart from
roughly where you left off based on global variable state. For example, if you've already met with Lady Brisienna then this global var will be set and this particular quest will not relaunch. However, global var milestones are quite spread apart and you may need to replay some of the links again to catch up again.
I will improve main quest import from classic saves at some time in the future, but this will always remain a "best effort" kind of thing as the internal quest implementations are so different in each version of the game.