• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Localization not pushing title of each skill level??

danielspoa

Refugee
So, everything else works except this on my tests. I tried everything I could think of, copied code from the original localization, nothing damn works.

I'm talking about :

https://i.imgur.com/yq3s1YM.png

my localization file View attachment 30622

its this line perkLegendaryCraftingClubsRank1Desc

my perk

Code:
<perk name="perkLegendaryCraftingClubs" name_key="perkLegendaryCraftingClubs" parent="skillLegendaryCrafting" max_level="1" base_skill_point_cost="10" desc_key="perkLegendaryCraftingClubsDesc" long_desc_key="perkLegendaryCraftingClubsLongDesc" icon="ui_game_symbol_club">
	<level_requirements level="1">
	<requirement name="ProgressionLevel" progression_name="attIntellect" operation="GTE" value="10" desc_key="reqIntellectLevel10"/>
	<requirement name="ProgressionLevel" progression_name="perkPummelPete" operation="GTE" value="10" desc_key="reqPerkPummelPeteLevel10"/>
	</level_requirements>
	<effect_group>
		<passive_effect name="CraftingTier" operation="base_set" level="1" value="6" tags="perkPummelPete"/>
	</effect_group>
		<effect_description level="1" desc_key="perkLegendaryCraftingClubsRank1Desc" long_desc_key="perkLegendaryCraftingClubsRank1LongDesc"/>
</perk>
thanks.. this is the only thing holding me from releasing my mods.

----------------------------

EDIT: There's something magical that you spend 4 ♥♥♥♥ing days on the same issue and find no clue, but as soon as you post for everyone to see ur struggles the solution descend right in front of you. My effect description was out of the effect group. Gonna leave this so everyone can see I'm dumb as f.

Localization.txt

 

Attachments

Last edited by a moderator:
All modders have had this experience. Most of us still solve our own problwms immediately after asking the question on the modding discord.

 
Back
Top