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
Go to line 106 and 139 and replace IGUI_Dead with a space so it's getText(" ").
It's a quick and dirty solution (doesn't mess with traits or anything), but you can go to the Snake Utils Pack mod folder (my filepath is C:\Program Files (x86)\Steam\steamapps\workshop\content\108600\2719327441\mods\Snake Utils Pack\media\lua\client) and open "tooltip.lua"
Then go down to line 1154 and comment out (add double dashes -- to the beginning of each line) or delete the following:
if self.item:getCategory() == "Food" then
self:MakeFoodInfo(self.item, lh, tw, th, self.tooltip);
end
That will disable the food expiration tooltip for Snake's.
Just fyi: If you don't localize the mod first, then if Snake updates or you have to verify your files, you'll lose these changes. Hope this helps someone :)