Instant Reloads

Again, missing from SR:IV, so here's the code to insert into your unlockables.xtbl. You'll need Unlimited Ammo before they become available in your phone menu.

Code:
    <Unlockable>
        <Name>No_Reloads_SMG</Name>
        <Type>
            <No_Reloading>
                <inv_slot>smg</inv_slot>
                </No_Reloading>
            </Type>
        <DisplayName>UNL_INSTANT_RELOAD_SMG</DisplayName>
        <Description>UNL_DESC_INSTANT_RELOAD_SMG</Description>
        <Image_Source>
            <Filename>ui_reward_weap_instant_smg.tga</Filename>
            </Image_Source>
        <Detailed_Description_Text>UNL_DESC_INSTANT_RELOAD_SMG</Detailed_Description_Text>
        <Event_Text>UNL_INSTANT_RELOAD_SMG</Event_Text>
        <Category>Weapons</Category>
        <Price>50500</Price>
        <_Editor>
            <Category>Entries:RespectLevels:Weapons</Category>
            </_Editor>
        <orbs_required>0</orbs_required>
        <Progression_Preset>3</Progression_Preset>
        <Priority>Unlimited_ammo_SMG</Priority>
        <reward_visibility>default</reward_visibility>
        <silent_unlock>False</silent_unlock>
        </Unlockable>
    <Unlockable>
        <Name>No_Reloads_Shotgun</Name>
        <Type>
            <No_Reloading>
                <inv_slot>shotgun</inv_slot>
                </No_Reloading>
            </Type>
        <DisplayName>UNL_INSTANT_RELOAD_SHOTGUN</DisplayName>
        <Description>UNL_DESC_INSTANT_RELOAD_SHOTGUN</Description>
        <Image_Source>
            <Filename>ui_reward_weap_instant_shotgun.tga</Filename>
            </Image_Source>
        <Detailed_Description_Text>UNL_DESC_INSTANT_RELOAD_SHOTGUN</Detailed_Description_Text>
        <Event_Text>UNL_INSTANT_RELOAD_SHOTGUN</Event_Text>
        <Category>Weapons</Category>
        <Price>50500</Price>
        <_Editor>
            <Category>Entries:RespectLevels:Weapons</Category>
            </_Editor>
        <orbs_required>0</orbs_required>
        <Progression_Preset>3</Progression_Preset>
        <Priority>Unlimited_ammo_Shotgun</Priority>
        <reward_visibility>default</reward_visibility>
        <silent_unlock>False</silent_unlock>
        </Unlockable>
    <Unlockable>
        <Name>No_Reloads_Rifle</Name>
        <Type>
            <No_Reloading>
                <inv_slot>rifle</inv_slot>
                </No_Reloading>
            </Type>
        <DisplayName>UNL_INSTANT_RELOAD_RIFLE</DisplayName>
        <Description>UNL_DESC_INSTANT_RELOAD_RIFLE</Description>
        <Image_Source>
            <Filename>ui_reward_weap_instant_rifle.tga</Filename>
            </Image_Source>
        <Detailed_Description_Text>UNL_DESC_INSTANT_RELOAD_RIFLE</Detailed_Description_Text>
        <Event_Text>UNL_INSTANT_RELOAD_RIFLE</Event_Text>
        <Category>Weapons</Category>
        <Price>51500</Price>
        <_Editor>
            <Category>Entries:RespectLevels:Weapons</Category>
            </_Editor>
        <orbs_required>0</orbs_required>
        <Progression_Preset>3</Progression_Preset>
        <Priority>Unlimited_ammo_Rifle</Priority>
        <reward_visibility>default</reward_visibility>
        <silent_unlock>False</silent_unlock>
      
        </Unlockable>
    <Unlockable>
        <Name>No_Reloads_Pistol</Name>
        <Type>
            <No_Reloading>
                <inv_slot>pistol</inv_slot>
                </No_Reloading>
            </Type>
        <DisplayName>UNL_INSTANT_RELOAD_PISTOL</DisplayName>
        <Description>UNL_DESC_INSTANT_RELOAD_PISTOL</Description>
        <Image_Source>
            <Filename>ui_reward_weap_instant_pistol.tga</Filename>
            </Image_Source>
        <Detailed_Description_Text>UNL_DESC_INSTANT_RELOAD_PISTOL</Detailed_Description_Text>
        <Event_Text>UNL_INSTANT_RELOAD_PISTOL</Event_Text>
        <Category>Weapons</Category>
        <Price>49500</Price>
        <_Editor>
            <Category>Entries:RespectLevels:Weapons</Category>
            </_Editor>
        <orbs_required>0</orbs_required>
        <Progression_Preset>3</Progression_Preset>
        <Priority>Unlimited_ammo_Pistol</Priority>
        <reward_visibility>default</reward_visibility>
        <silent_unlock>False</silent_unlock>
        </Unlockable>
 
Last edited:
This doesn't seem to work although I wanted it to. It just adds a vertical menu instead of the SR4 style and I thought the code was wrong shouldn't the bottom <Unlockable> be removed or something?

Also The vertical menu only shows "Abilties" and I can't access anything.

EDIT: I suppose it isn't working for me because I don't have the required DLC. I will mention the DLC: "The Executive Privilege Pack" is needed.
 
Last edited:
This isn't a release since you don't actually have a file/download attached. It's more of a tutorial, so moving there.
 
Hey, seems you're right. An additional Unlockable managed to insert itself into the code, sneaky little bastard. I've now removed it so it should work ok now. The unlocks should now be available in the Combat section of the Upgrades on your phone.
 

Attachments

  • Untitled.jpg
    Untitled.jpg
    327.8 KB · Views: 995
This doesn't seem to work although I wanted it to. It just adds a vertical menu instead of the SR4 style and I thought the code was wrong shouldn't the bottom <Unlockable> be removed or something?

Also The vertical menu only shows "Abilties" and I can't access anything.

EDIT: I suppose it isn't working for me because I don't have the required DLC. I will mention the DLC: "The Executive Privilege Pack" is needed.

I have the bog-standard version of SRIV, no DLC's or Executive Priviledge Pack and it works fine for me (as you can see from the screenshot). I'll attach my unlockables.xtbl here so you either try or compare. I've also got Explosive Damage 4 and Fire Damage 4 in there too.

EDIT: I meant Bullet Damage 4, not Fire Damage 4.
 

Attachments

  • unlockables.xtbl
    962 KB · Views: 782
Last edited:
Back
Top