Post by simnabi on Nov 22, 2023 2:46:59 GMT -5
Hi,
I'm currently editing a skill using The Sims 4 Studio, but I was wondering how to add a custom icon for it? I'm still fairly new to this
This is the code of my current Skill.
I'm currently editing a skill using The Sims 4 Studio, but I was wondering how to add a custom icon for it? I'm still fairly new to this
This is the code of my current Skill.
<?xml version="1.0" encoding="utf-8"?>
<SimData version="0x00000101" u="0x00000000">
<Instances>
<I name="customskill" schema="Skill" type="Object">
<L name="ages">
<T type="Int64">32</T>
<T type="Int64">64</T>
<T type="Int64">16</T>
<T type="Int64">8</T>
</L>
<T name="hidden">0</T>
<T name="icon">00B2D882-00000000-2A25CDF170267841</T>
<T name="locked_description">0x4A792A50</T>
<T name="mood_id">14641</T>
<L name="next_level_teaser" />
<T name="priority">5</T>
<T name="skill_category">0</T>
<T name="skill_description">0x1EE57767</T>
<T name="skill_level_type">0</T>
<T name="stat_name">0x08916F9E</T>
<L name="tooltip_icon_list">
<T type="ResourceKey">00B2D882-00000000-249AD3F308793C87</T>
</L>
</I>
</Instances>
<Schemas>
<Schema name="Skill" schema_hash="0xE2DED57D">
<Columns>
<Column name="ages" type="Vector" flags="0x00000000" />
<Column name="hidden" type="Boolean" flags="0x00000000" />
<Column name="icon" type="ResourceKey" flags="0x00000000" />
<Column name="locked_description" type="LocalizationKey" flags="0x00000000" />
<Column name="mood_id" type="TableSetReference" flags="0x00000000" />
<Column name="next_level_teaser" type="Vector" flags="0x00000000" />
<Column name="priority" type="Int32" flags="0x00000000" />
<Column name="skill_category" type="Int64" flags="0x00000000" />
<Column name="skill_description" type="LocalizationKey" flags="0x00000000" />
<Column name="skill_level_type" type="Int64" flags="0x00000000" />
<Column name="stat_name" type="LocalizationKey" flags="0x00000000" />
<Column name="tooltip_icon_list" type="Vector" flags="0x00000000" />
</Columns>
</Schema>
</Schemas>
</SimData>