before we start please note I do not know the limit on new homies.
first you need to set up a modding enviorment.
the first thing is to create a new folder. name the folder what even you want, it doesn't matter. for the sake of the tutorial however, I will call it "biomodsr2". next you will need to download gibbed tools for saints row 2 and extract them in the mod folder. now create three folders inside "biomodsr2", named extracted, original, and modded. next copy your patch.vpp_pc and common.vpp_pc files into original. next create two folders inside extracted, one named patch and one named common. after that, extract the patch.vpp_pc into the patch folder and the common.vpp_pc into the common folder. to do this use the extract package tool. now inside both the common and patch folders, you will notice a huge amout of files. you should NEVER modify these files. instead, copy the files you want to modify into your modded folder. to add new homies, you will need the homies.xtbl from your patch folder and the character.xtbl from your common folder. you WILL NOT be modifying character.xtbl, this is only for reference.
now you want to open the homies.xtbl and copy an entry for a homie at the top of the screen. your new entry should look something like this after you remove a few things.
make sure you give all homies a name of driveup_homie! in the display name entry, put what you want your new homies' name to be. for this tutorial I will use the name "Troll Face". your new entry should look like this.
now, open up the character.xtbl file and find the name of the model you would like to use. this will be inside a <character></character> bracket. copy and paste the entry from your character.xtbl and paste it into the <character></character> bracket in the homies.xtbl file. now recompile it with your buildpackage tool and then back up your original patch. now replace the patch in your sr2 directory and test your mod.
first you need to set up a modding enviorment.
the first thing is to create a new folder. name the folder what even you want, it doesn't matter. for the sake of the tutorial however, I will call it "biomodsr2". next you will need to download gibbed tools for saints row 2 and extract them in the mod folder. now create three folders inside "biomodsr2", named extracted, original, and modded. next copy your patch.vpp_pc and common.vpp_pc files into original. next create two folders inside extracted, one named patch and one named common. after that, extract the patch.vpp_pc into the patch folder and the common.vpp_pc into the common folder. to do this use the extract package tool. now inside both the common and patch folders, you will notice a huge amout of files. you should NEVER modify these files. instead, copy the files you want to modify into your modded folder. to add new homies, you will need the homies.xtbl from your patch folder and the character.xtbl from your common folder. you WILL NOT be modifying character.xtbl, this is only for reference.
now you want to open the homies.xtbl and copy an entry for a homie at the top of the screen. your new entry should look something like this after you remove a few things.
Code:
<Homie>
<Name>driveup_homie</Name>
<Display_Name></Display_Name>
<_Editor>
<Category>Entries</Category>
</_Editor>
<Vehicles>
<Vehicle_Entry>
<Vehicle>car_2dr_luxury02</Vehicle>
<Weight>100</Weight>
</Vehicle_Entry>
</Vehicles>
<Available_Foley>cell phone</Available_Foley>
<Not_Available_Foley>group - recruit denied attempt</Not_Available_Foley>
<Humans>
<Human>
<Character></Character>
</Human>
</Humans>
<Flags>
</Flags>
<Image_name>ui_menu_cell_hom_gat</Image_name>
<Persona>SP_GAT</Persona>
</Homie>
Code:
<Name>driveup_homie</Name>
<Display_Name>Troll Face</Display_Name>