Community Forum

Hot spot markers

Forum Overview >> Farming Simulator 19

CategoryFarming Simulator 19
Created24.02.2019 23:44


Anthony Queen (tqueen113) 24.02.2019 23:44
I am wondering if it is possible to change the text for a hot spot Icon like from Pig stable to Pigstye?

Thanks

Bilbo Beutlin (BBeutlin) 25.02.2019 03:58
Quite simple - but of course for mods only.
<hotspot name="label" fullName="displayedName" ..
where "label" is for internal reference and "displayedName" is what you see.

For "label" and "displayedName" you should use pure ASCII chars only.
For translations use fullName="$l10n_notation" and add the text in modDesc.xml
<l10n>
<text name="notation"> <en>text_en</en> <de>text_de</de> </text>
</l10n>

If the text contains non-ASCII chars, enclose it in <![CDATA[...]]>

Anthony Queen (tqueen113) 25.02.2019 12:09
Thank you sir, I will try this.


Note: Log in to post. Create a new account here.