hi!
I have created a custom homie based on kinzie by editing the homies.xtbl, and it works, my problem is that i can't visualize her name, i see an empty box instead.
I also modify the homies_names_text.xtbl and homies_desc_text_xtbl for my new homie and the name doesn't show.
this is what i'm putting in the homies_names_text.xtbl:
<Homie_Names_Identifier>
<Name>HOMIES_LAYLA</Name>
<_Editor><Category>Entries</Category></_Editor>
</Homie_Names_Identifier>
and this in homies_desc_text.xtbl:
<Homie_desc_Identifier>
<Name>HOMIES_LAYLA_DESC</Name>
<_Editor><Category>Entries</Category></_Editor>
</Homie_desc_Identifier>
and then i use it like this:
<Homie>
<Name>kinzie</Name>
<Display_Name>HOMIES_LAYLA</Display_Name>
<Humans>
<Human>
<Character>npc_ped_clubber02_fb</Character>
</Human>
</Humans>
<Vehicles>
<Vehicle_Entry>
<Vehicle>car_2dr_exoticsports10</Vehicle>
<Weight>100</Weight>
</Vehicle_Entry>
</Vehicles>
<Flags>
</Flags>
<Image_name>ui_homie_kinzie</Image_name>
<Blocked_for_Mission>
</Blocked_for_Mission>
<Display_Desc>HOMIES_LAYLA_DESC</Display_Desc>
<Audio>PHONE_KINZIE</Audio>
</Homie>
so, what am i missing?
I have created a custom homie based on kinzie by editing the homies.xtbl, and it works, my problem is that i can't visualize her name, i see an empty box instead.
I also modify the homies_names_text.xtbl and homies_desc_text_xtbl for my new homie and the name doesn't show.
this is what i'm putting in the homies_names_text.xtbl:
<Homie_Names_Identifier>
<Name>HOMIES_LAYLA</Name>
<_Editor><Category>Entries</Category></_Editor>
</Homie_Names_Identifier>
and this in homies_desc_text.xtbl:
<Homie_desc_Identifier>
<Name>HOMIES_LAYLA_DESC</Name>
<_Editor><Category>Entries</Category></_Editor>
</Homie_desc_Identifier>
and then i use it like this:
<Homie>
<Name>kinzie</Name>
<Display_Name>HOMIES_LAYLA</Display_Name>
<Humans>
<Human>
<Character>npc_ped_clubber02_fb</Character>
</Human>
</Humans>
<Vehicles>
<Vehicle_Entry>
<Vehicle>car_2dr_exoticsports10</Vehicle>
<Weight>100</Weight>
</Vehicle_Entry>
</Vehicles>
<Flags>
</Flags>
<Image_name>ui_homie_kinzie</Image_name>
<Blocked_for_Mission>
</Blocked_for_Mission>
<Display_Desc>HOMIES_LAYLA_DESC</Display_Desc>
<Audio>PHONE_KINZIE</Audio>
</Homie>
so, what am i missing?