Category | Farming Simulator 19 |
Created | 16.03.2021 07:20 |
Tommy Aleksandersen (WolfBoy) | 16.03.2021 07:20 |
---|---|
Hi. I got a small problem. I am trying to add a buyable beehive to my map. Everything I need to make honey is in the shop. I can also place the beehive on the map without any problems. The items that is needed, I can see them in the shop and I can buy them. but they do not appear on the ground by the shop. On all of the items include the beehive It sayes in the shop "Missing" Catogory_beehives IN L10N_EN.xml I have added all that is needed in this l10n_en.xml. So I don`t understand not working. I have also checked the text so it`s all corrct written. Another thing I want to know is, in the l10n_en.xml file it is say "standalone =no and some others say yes. what is the difference between the two? and what is the difference on Classname and mapBoundId ? Thank you. |
Bilbo Beutlin (BBeutlin) | 16.03.2021 19:16 |
---|---|
Since the FS doesn't support adding categories by default, it needs a custom script, often something like "categorizer.lua". This scripts may expect the l10n text name in a certain format and gives an error if the label doesn't match. The attribute in xml header <xml .. standalone=.. /> determines external DTD (document type definition) See https://www.w3.org/TR/2008/REC-xml-20081126/#sec-rmd For the FS you don't need to bother about. The "classname" defines the object class and is a direct reference to the used LUA script. See https://gdn.giants-software.com/documentation_scripting_fs19.php?version=script&category=27&class=264 The "mapBoundId" is the i3d label (name) for a certain map object. |
Tommy Aleksandersen (WolfBoy) | 16.03.2021 21:41 |
---|---|
Okay. Like you say, it was a script that had forgot. it is working now. I got it into the shop in the right places. I can also buy the items now. The only problem I have left is that the bees don`t produce any honey. The bees is flying around and having fun so to speak, but they don`t make any honey. Do you have any tip do give for this ? I have checked the both behive xml`s. I can`t find any script that relate to bees ether, Okay, ah okay i see. Thank you Okay, but the both can be placed on the map. |
Tommy Aleksandersen (WolfBoy) | 17.03.2021 01:17 |
---|---|
A update:....I got it to work :) Nice to have bees on the map.. Thank you Bilbo For helping out. |
Note: Log in to post. Create a new account here.