Ok, so I've did some research and there is no way to bring back notification about unlocking new DLC in New Game, but I've managed to fix this script a little and find new way to get "
unlockables.xtbl" from "
misc_tables.vpp_pc". Ok, so
1. Download program attached to
this post and move to some random folder.
2. Go into
/SaintsRowTheThird/Cache on your disk and search for "
misc_tables.vpp_pc".
3. Copy "
misc_tables.vpp_pc" into the same folder, that "
sr-tools.exe" is in.
4. Open this folder in CMD and paste this command:
Code:
sr-tools vpp unpack misc_tables.vpp_pc
5. Go into newly created "
misc_tables" folder and find "
unlockables.xtbl".
6. Open "
unlockables.xtbl" with your favorite editor (like Notepad++ or anything of the sort).
7. Right under
<root> and
<Table> paste the following code:
Code:
<Unlockable>
<Name>Vampire</Name>
<Type>
<Vampire></Vampire>
</Type>
<DisplayName>UNL_VAMPIRE</DisplayName>
<Description>UNL_DESC_VAMPIRE</Description>
<Image_Source>
<Filename>uhd_ui_reward_vampire.tga</Filename>
</Image_Source>
<Detailed_Description_Text>UNL_DESC_VAMPIRE</Detailed_Description_Text>
<Event_Text>UNL_VAMPIRE</Event_Text>
<Price>0</Price>
<Category>PlayerAbilities</Category>
<Auto_Unlock>Silently</Auto_Unlock>
</Unlockable>
<Unlockable>
<Name>DLC_gameplay02_alert</Name>
<Type>
<Reminder></Reminder>
</Type>
<DisplayName>UNL_DLC_GAMEPLAY02_ALERT</DisplayName>
<Description>UNL_DESC_DLC_GAMEPLAY02_ALERT</Description>
<Image_Source>
<Filename>uhd_ui_reward_vampire.tga</Filename>
</Image_Source>
<Detailed_Description_Text>UNL_DESC_DLC_GAMEPLAY02_ALERT</Detailed_Description_Text>
<Event_Text>UNL_DLC_GAMEPLAY02_ALERT</Event_Text>
<Category>Player Abilities</Category>
<Price>0</Price>
<_Editor>
<Category>Entries:DLC</Category>
</_Editor>
<Is_DLC>True</Is_DLC>
</Unlockable>
8. Save the "
unlockables.xtbl" and place it inside
/SaintsRowTheThird.