This is how Mike added Aisha and Carlos as homies.
I will only be covering Aisha as the method is the same.
Note: Section On Adding Your Own Homie removed.
I will only be covering Aisha as the method is the same.
Here is a snippet from the Homies.xtbl (GOTR version)
This adds a picture of Aisha <Image_name>ui_menu_cell_hom_aisha</Image_name>
Her persona <Persona>SP_AISHA</Persona>
Her vehicle <Vehicle>car_4dr_luxury01</Vehicle>
with its variant <Vehicle_Variant>Bling</Vehicle_Variant>
and that vehicle's chance of spawning <Weight>100</Weight>
This Display name is the name that shows up in the Homies menu
<Display_Name>Aisha</Display_Name> so if you want to change her name change it here
The Foley entry just refers to which sound will play when she answers your call <Available_Foley>cell phone</Available_Foley>
Code:
<Homie>
<Name>Aisha</Name>
<Display_Name>Aisha</Display_Name>
<_Editor>
<Category>Entries</Category>
</_Editor>
<Vehicles>
<Vehicle_Entry>
<Vehicle>car_4dr_luxury01</Vehicle>
<Vehicle_Variant>Bling</Vehicle_Variant>
<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>npc_aisha</Character>
</Human>
</Humans>
<Flags>
</Flags>
<Image_name>ui_menu_cell_hom_aisha</Image_name>
<Persona>SP_AISHA</Persona>
</Homie>
This adds a picture of Aisha <Image_name>ui_menu_cell_hom_aisha</Image_name>
Her persona <Persona>SP_AISHA</Persona>
Her vehicle <Vehicle>car_4dr_luxury01</Vehicle>
with its variant <Vehicle_Variant>Bling</Vehicle_Variant>
and that vehicle's chance of spawning <Weight>100</Weight>
This Display name is the name that shows up in the Homies menu
<Display_Name>Aisha</Display_Name> so if you want to change her name change it here
The Foley entry just refers to which sound will play when she answers your call <Available_Foley>cell phone</Available_Foley>
The above section adds the entry to the phone so that you can call
and ask her to join you, but before you can do that you have to
unlock her character, which you do via the unlockable.xtbl file.
I am not certain why Mike named the Unlockable the way he did
<Name>unlock_bh08prison_vehicles</Name>
but it is the Aisha unlock.
and ask her to join you, but before you can do that you have to
unlock her character, which you do via the unlockable.xtbl file.
Code:
<Unlockable>
<Name>unlock_bh08prison_vehicles</Name>
<Type>
<Homie>
<Name>Aisha</Name>
</Homie>
</Type>
<DisplayName>Aisha</DisplayName>
<Description>Yeah, we all know she's really dead this time. Call her on your cell phone anyway to have her help you out.</Description>
<Image_Source>ui_ct_div_cd1</Image_Source>
<_Editor>
<Category>Entries:Missions</Category>
</_Editor>
<Event_Text>Gentlemen of the Row Special Mission 1</Event_Text>
<Category>Homies</Category>
<Pause_Menu_Label>Aisha</Pause_Menu_Label>
</Unlockable>
I am not certain why Mike named the Unlockable the way he did
<Name>unlock_bh08prison_vehicles</Name>
but it is the Aisha unlock.
Note: Section On Adding Your Own Homie removed.
Last edited: