PDA

View Full Version : Historical Battles Save Backup



anmattos
11-29-2012, 20:06
Hello,

I changed my HD and reinstalled N:TW. I know how to backup campaign save games from the "The Creative Assembly" folder on the AppData/Roaming folder.

However, after reinstall, my historical battles have been reset. I´ve completed (and unlocked) all of them. Now I´m back with access to the initial battles only.

What files should I backup from my old HD in order to save my progress on the historical battles?

Best regards,

anmattos
12-01-2012, 21:55
I figured it out. The game saves your historical battle progress into the registry. You only need to create the right registry entries to unlock the historical battles.

The registry location is:

HKEY_CURRENT_USER\Software\The Creative Assembly\Empire\Battles

There is also one entry in HKEY_CURRENT_USER\Software\The Creative Assembly\Napoleon that I´m not sure what is.

Inside, create the following entries. Be aware that some of them may already have been created by your progress. I´m not sure what the number (registry value) means, but should be your award level. You may find in your registry some entries about tutorials completion and "MPs" as well. You so you may try only include the ones beginning with NHB (Historical Battles) that you don´t have.

Key Name: HKEY_CURRENT_USER\Software\The Creative Assembly\Empire\Battles

Name: NHB_Lodi
Type: REG_DWORD
Data: 0x1

Name: NHB_Waterloo_Well
Type: REG_DWORD
Data: 0x1

Name: NHB_Friedland
Type: REG_DWORD
Data: 0x1

Name: NCAMP_Waterloo
Type: REG_DWORD
Data: 0x1

Name: NHB_Arcole
Type: REG_DWORD
Data: 0x1

Name: NHB_Austerlitz
Type: REG_DWORD
Data: 0x1

Name: NHB_Borodino
Type: REG_DWORD
Data: 0x1

Name: NHB_Dresden
Type: REG_DWORD
Data: 0x1

Name: NHB_Ligny
Type: REG_DWORD
Data: 0x1

Name: NHB_Nile
Type: REG_DWORD
Data: 0x1

Name: NHB_Pyramids
Type: REG_DWORD
Data: 0x1

Name: NHB_Trafalgar
Type: REG_DWORD
Data: 0x1

Name: NHB_Waterloo
Type: REG_DWORD
Data: 0x1

Name: TUT_Land
Type: REG_DWORD
Data: 0x2

Name: TUT_Naval
Type: REG_DWORD
Data: 0x2


Key Name: HKEY_CURRENT_USER\Software\The Creative Assembly\Napoleon

Name: nap_unlock
Type: REG_DWORD
Data: 0x4

Fisherking
12-02-2012, 07:43
Cool! Thanks!