Genki Bowl VII DLC - Heli Homies

Mod: Hobbs' Heli Homies for GenkiBowl DLC
Author: Hobbs
Version: 1.0

Description: I created this mod to add more helicopter support to my homies list. It replaces the 'Yarnball' with an NG Eagle heli (fully armed and loaded with 3 homies) and adds the Thompson heli to Cheapy D. You now have air backup as well as ground!

- Yarnball text is changed to 'Helicopter'.
- Added 'Vehicle image' to replace Yarnball.
- The description now states "Call in some Saint reinforcements"
- Cheapy D flies the Thompson (ultimate variant) heli.

Compatibility: This mod is not compatible with any other modification that also utilizes the dlc1_homies file.

Requirements: You must purchase the GenkiBowl VII DLC for this mod to work.

Known Issues: For some reason I can't get the audio to play when the Yarnball homie is selected.

Installation: Place files in the SR3 main directory located here...
64 bit systems - C:\Program Files (x86)\Steam\steamapps\common\saints row the third
32 bit systems - C:\Program Files\Steam\steamapps\common\saints row the third

Removal: Delete the following files from your install directory...
dlc1_homies.xtbl

Credits: saintsrowmods.com for having a great collection of mods and tools to help improve the game!
 

Attachments

  • Hobbs_Genki_Heli_Homies.7z
    2.6 KB · Views: 1,231
i gotta admit, i just used the yarn ball and it's pretty fun. hated the missions with it but with no timer and getting used to it , it's pretty fun.
any other stuff you could replace? maybe just have heli homie bring the eagle and 3 homies. i don't much like the heli he brings now anywa. only 2 seats. or give Kenzi the Eagle and 2-3 homies, rather than give her the Oppressor. i'd love for CheapyD to have a heli, but don't wanna loose the yarnball. thanks for your work and time!

oh, and i don't get audio for the vanilla yarnball as it is
 
i gotta admit, i just used the yarn ball and it's pretty fun. hated the missions with it but with no timer and getting used to it , it's pretty fun.
any other stuff you could replace? maybe just have heli homie bring the eagle and 3 homies. i don't much like the heli he brings now anywa. only 2 seats. or give Kenzi the Eagle and 2-3 homies, rather than give her the Oppressor. i'd love for CheapyD to have a heli, but don't wanna loose the yarnball. thanks for your work and time!

oh, and i don't get audio for the vanilla yarnball as it is

lol to each his own I guess. ;) Here's the code for the Yarnball. You can just add it back and overwrite my changes if you still want to keep the yarnball with Cheapy D.

Find this code:
Code:
<Name>yarnball</Name>
        <Display_Name>HOMIES_HELI</Display_Name>
        <Humans>
            <Human>
                <Character>npc_saint_male_soldier</Character>
                </Human>
            <Human>
                <Character>npc_saint_male_soldier</Character>
                </Human>
            <Human>
                <Character>npc_saint_male_soldier</Character>
                </Human>
           
                    </Humans>
        <Vehicles>
            <Vehicle_Entry>
                <Vehicle>heli_fighter_03</Vehicle>
                    <Vehicle_Variant>ultimate</Vehicle_Variant>
                <Weight>1</Weight>
                </Vehicle_Entry>
            </Vehicles>
        <Flags>
                <Flag>requires saints</Flag>
                  </Flags>
        <Image_name>ui_homie_vehicle</Image_name>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        <Blocked_for_Mission>
            </Blocked_for_Mission>
        <Display_Desc>HOMIES_SAINT_BACKUP_DESC</Display_Desc>
        <Audio>PHONE_TANK</Audio>
          <Framework>dlc1</Framework>
        <Is_DLC>True</Is_DLC>

And replace it with this:
Code:
<Name>yarnball</Name>
        <Display_Name>HOMIES_YARNBALL</Display_Name>
        <Humans>
            <Human>
                <Character>npc_saint_male_soldier</Character>
                </Human>
            </Humans>
        <Vehicles>
            <Vehicle_Entry>
                <Vehicle>sp_mdsphere_genki</Vehicle>
                <Weight>100</Weight>
                </Vehicle_Entry>
            </Vehicles>
        <Flags>
            <Flag>requires saints</Flag>
            <Flag>turn to ped after driveup</Flag>
            </Flags>
        <Image_name>ui_homie_vehicle</Image_name>
        <_Editor>
            <Category>Entries:DLC</Category>
            </_Editor>
        <Blocked_for_Mission></Blocked_for_Mission>
        <Display_Desc>HOMIES_YARNBALL_DESC</Display_Desc>
        <Audio>PHONE_TANK</Audio>
        <Is_DLC>True</Is_DLC>
        <Framework>dlc1</Framework>
 
thanks! i thought i'd make Cheapy REALLY cheap so added your lines about the NG fighter heli and 3 homies. oddly Cheapy now shows up w/ Oleg and regular Gat (not zombie). i figure that must be because of Gang Plus One i'm using. it's pretty sweet cept Oleg can't ride in the heli (tho sometimes he arrives like he's been riding in it and exits the heli, others he just appears behind me) and half the time the heli shows up on fire and ready to burst lol.
 
Back
Top