V6 - Cheats + Phone + Store menu in Gat out of Hell

1. Please don't double post.
2. Please keep messages on the forum in English. The moderators are english speakers and we can only moderate what we can understand :)
 
With SR3 and SR4, "never die" was part of the very first DLC which I always bought; Gat out of Hell doesn't have any purchaseable DLC yet. I noticed that there is no "infinite health" cheat in this mod. Is that because they plan to monetize it in the future? I don't really have a problem with that, and I'm really thankful that you are no longer instantly killed if the vehicle you're in is destroyed, but I'd still love to run around hardcore with godmode.
 
With SR3 and SR4, "never die" was part of the very first DLC which I always bought; Gat out of Hell doesn't have any purchaseable DLC yet. I noticed that there is no "infinite health" cheat in this mod. Is that because they plan to monetize it in the future? I don't really have a problem with that, and I'm really thankful that you are no longer instantly killed if the vehicle you're in is destroyed, but I'd still love to run around hardcore with godmode.

There are no plans to release any further dlc for Gat out of Hell. If anyone wants to mod that cheat into Gat out of Hell, it's fine by us.
 
Erza and Idol

Is there a cheat to instantly spawn Archduke demon mini-boss and Rambulance vehicle in SRGOOH ??
Type 'instantwarden' for the Archduke. There was a cheat for the ambulance in the original Additional Cheats but IdolNinja removed it due to the limit. I'm reworking cheats for Saints Row: Gat out of Hell completely at the moment and some of these from SR IV don't work anymore so I think I'll add the one for the ambulance in the next version of EAM.

EDIT:
You can replace a random entry with this one in the meantime. The string is 'giveambulanse'.
Code:
    <Cheats>
        <Name>Ambulance</Name>
        <UnlockString>giveambulance</UnlockString>
        <Type>
            <Vehicles>
                <Action>
                    <Drop>
                        <Vehicle_Name>sp_ambulance01</Vehicle_Name>
                        <Vehicle_Variant>average</Vehicle_Variant>
                        </Drop>
                    </Action>
                </Vehicles>
            <Action></Action>
            <Hour>0</Hour>
            <Ammo>0</Ammo>
            <Conditions></Conditions>
            </Type>
        <_Editor>
            <Category>Entries:Vehicles:Cars</Category>
            </_Editor>
        <DisplayName>DROP_AMBULANCE</DisplayName>
        <Interface_Category>Vehicles</Interface_Category>
        <Cheat_Description>DROP_CAR_DESC</Cheat_Description>
        <Dont_Flag_As_Cheating>True</Dont_Flag_As_Cheating>
        </Cheats>
 
I also need a cheat to spawn Bro Demons and Tragedy demons :| ..I made a mistake by completing all Pledge activities without killing 100 bro demons, and now iam unable to complete Kill 100 bro demon challenge for king of the hell achievement :(


Iam almost done with all challenges except these 2 :( ..Can you add spawn bro and tragedy demon cheat...


Is there any other way to kill tragedy and Bro demons...??
 
I also need a cheat to spawn Bro Demons and Tragedy demons :| ..I made a mistake by completing all Pledge activities without killing 100 bro demons, and now iam unable to complete Kill 100 bro demon challenge for king of the hell achievement :(


Iam almost done with all challenges except these 2 :( ..Can you add spawn bro and tragedy demon cheat...


Is there any other way to kill tragedy and Bro demons...??
There's no way to add cheats which spawn NPCs (the Warden cheat was included in the vanilla SR IV) but you can complete these challenges by replacing the NPCs the challenge requires. Here are my entries, killing regular demons should now allow you to complete the challenge. Unpack sr4_5_city_challenges.xtbl file from misc_tables.vpp_pc and replace the original ones.
Code:
    <Challenge>
        <Name>kill frat</Name>
        <Display_String>CHALLENGE_KILL_BRO_DEMONS</Display_String>
        <Contact>DANE</Contact>
        <Goal>100</Goal>
        <Reward>
            <Respect>250</Respect>
            <Cash>8500</Cash>
            <Unlockables></Unlockables>
            </Reward>
        <HUD>
            <HUD_Percent>
                <HUD_Percent_Value>20</HUD_Percent_Value>
                </HUD_Percent>
            </HUD>
        <Trigger>
            <Trigger_Kill>
                <Team>Any Hostile</Team>
                <Weapon>Any</Weapon>
                <Weapon_Slot>Any</Weapon_Slot>
                <Damage_Type>Any</Damage_Type>
                <NPC_List>
                    <NPCs>
                        <NPC>npc_demon_grunt</NPC>
                        </NPCs>
                    </NPC_List>
                </Trigger_Kill>
            </Trigger>
        <_Editor>
            <Category>Entries:5Kills</Category>
            </_Editor>
        <Units>None</Units>
        <description>CHALLENGE_KILL_BRO_DEMONS_DESC</description>
        <Delayed_Banner>False</Delayed_Banner>
        <image>ui_chal_kill_dem_bro</image>
        <Category>Enemy</Category>
        </Challenge>
    <Challenge>
        <Name>kill masks</Name>
        <Display_String>CHALLENGE_KILL_TRAGEDY</Display_String>
        <Contact>DANE</Contact>
        <Goal>100</Goal>
        <Reward>
            <Respect>250</Respect>
            <Cash>8500</Cash>
            <Unlockables></Unlockables>
            </Reward>
        <HUD>
            <HUD_Percent>
                <HUD_Percent_Value>20</HUD_Percent_Value>
                </HUD_Percent>
            </HUD>
        <Trigger>
            <Trigger_Kill>
                <Team>Any Hostile</Team>
                <Weapon>Any</Weapon>
                <Weapon_Slot>Any</Weapon_Slot>
                <Damage_Type>Any</Damage_Type>
                <NPC_List>
                    <NPCs>
                        <NPC>npc_demon_grunt</NPC>
                        </NPCs>
                    </NPC_List>
                </Trigger_Kill>
            </Trigger>
        <_Editor>
            <Category>Entries:5Kills</Category>
            </_Editor>
        <Units>None</Units>
        <description>CHALLENGE_KILL_TRAGEDY_DECR</description>
        <Delayed_Banner>False</Delayed_Banner>
        <image>ui_chal_kill_dem_tragedy</image>
        <Category>Enemy</Category>
        </Challenge>
 
Back
Top