Wild Beard
New member
Hey Everyone pretty new to modding on 7dtd. I created a few food recipes to be added to the game. They work alright in game but show up as the name with no description or icon. This is being run on a dedicated server that I setup (which runs perfectly fine otherwise). I've setup the items.xml as below.
My folder structure:
The name that shows in game is "chefWildBeard_momsSpaghetti" as well. I've added Localization.txt to my Config folder but saw that dedicated servers don't share the custom Localizations with clients. Is that correct? IIRC it was on an older thread somewhere that I saw that.
I read posts here and there about adding custom icons, mods, items, etc. and they all seem to have it setup the same way I do. Images are transparent .png files 116x80 in size. Maybe I am overlooking something simple since I am new to this? There's no error messages in the server log, either.
Code:
<configs>
<append xpath="/items">
<item name="chefWildBeard_momsSpaghetti">
..
<property name="CustomIcon" value="chefWildBeard_momsSpaghetti" />
..
</item>
</append>
</configs>
Code:
- Mods
- ChefWildBeard
- Config
- items.xml
- ItemIcons
- chefWildBeard_♥♥♥♥OnShingle.png
- chefWildBeard_momsSpaghetti.png
- ModInfo.xml
Code:
Key,Source,Context,Changes,English,French,German,Klingon,Spanish,Polish
chefWildBeard_MomsSpaghetti,items,Food,New,"Mom's Spaghetti",,,,,
chefWildBeard_MomsSpaghettiDesc,items,Food,New,"Knees weak, arms are heavy, there's vomit already, mom's spaghetti.",,,,,
chefWildBeard_♥♥♥♥OnSgingle,items,Food,New,"♥♥♥♥ on a Shingle",,,,,
chefWildBeard_♥♥♥♥OnShingleDesc,items,Food,New,"A staple meal for those who can stomach being poor.",,,,,