Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I always get confused when I find a soda can wether it's a full or empty can. Thank you.
Change this:
LeftoverItems.Insert(new LeftoverItem("Pate_Opened", "Empty_Pate_Opened", 0));
LeftoverItems.Insert(new LeftoverItem("Pajka_Opened", "Empty_Pate_Opened", 0));
For this:
LeftoverItems.Insert(new LeftoverItem("Pate_Opened", "Empty_Pate_Opened", 0));
LeftoverItems.Insert(new LeftoverItem("Pajka_Opened", "Empty_Pajka_Opened", 0));
May I used your ip and extend your workshop by adding empty models of MoreFood (which I am currently creating - it is a mass of work ;-) ). This is only for my (Namalsk) server. (Or, if you allow reusing your ip, I would publish my/your work as PUBLIC).
Cheers.
.:. lutz
When I have the .json configured like this -
{
"OriginalItemType": "DONFOOD_CAN_CHERARMYCANDY",
"LeftoverItemType": "DONFOOD_CAN_CHERARMYCANDY_Opened",
"ItemHealth": 1,
"DropToGround": 1
}
Whatever the leftover item type is it always drops at 100% remaining.