Bloodsucker Pack Port (Guide)

Bloodsucker Port.png

The BloodSucker Pack is back baby!!!
Note: I am not allowed to upload a file for this as it can be considered piracy. Instead i will be doing a guide!
Step 1: Go to https://wip.sr-tools.menthe.dev/
Step 2: Browse /SaintsRowTheThird/Cache for misc_tables.vpp_pc
Step 3: Find and download unlockables.xtbl
Step 4: Open unlockables.xtbl with your favorite editor (like notepad++ or anything of the sort)
Step 5: Right under <root> <Table> ender the following code
Code:
       <Unlockable>
        <Name>Vampire</Name>
        <Type>
            <Vampire></Vampire>
            </Type>
        <DisplayName>UNL_VAMPIRE</DisplayName>
        <Description>UNL_DESC_VAMPIRE</Description>
        <Image_Source>
            <Filename>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>
Step 6: Verify you've done it correctly by checking that your file matches this
Code:
<root>
    <Table>
       <Unlockable>
        <Name>Vampire</Name>
        <Type>
            <Vampire></Vampire>
            </Type>
        <DisplayName>UNL_VAMPIRE</DisplayName>
        <Description>UNL_DESC_VAMPIRE</Description>
        <Image_Source>
            <Filename>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>
Step 7: Save the Unlockable.xtbl and place it inside /SaintsRowTheThird
Step 8: Go bite some necks :)
vampires are cool.gif
 
Last edited:
Started a new game to test and still does not work. Maybe you would be better off just replacing the execution animation with the neck bite until better tools come out.
 
Back
Top