Asenna Steam
kirjaudu sisään
|
kieli
简体中文 (yksinkertaistettu kiina)
繁體中文 (perinteinen kiina)
日本語 (japani)
한국어 (korea)
ไทย (thai)
български (bulgaria)
Čeština (tšekki)
Dansk (tanska)
Deutsch (saksa)
English (englanti)
Español – España (espanja – Espanja)
Español – Latinoamérica (espanja – Lat. Am.)
Ελληνικά (kreikka)
Français (ranska)
Italiano (italia)
Bahasa Indonesia (indonesia)
Magyar (unkari)
Nederlands (hollanti)
Norsk (norja)
Polski (puola)
Português (portugali – Portugali)
Português – Brasil (portugali – Brasilia)
Română (romania)
Русский (venäjä)
Svenska (ruotsi)
Türkçe (turkki)
Tiếng Việt (vietnam)
Українська (ukraina)
Ilmoita käännösongelmasta
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 :)