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
AnimalMapping.lua
(3409035433\mods\animal\common\media\lua\client)
Open it in Notepad++ or whatever
delete the follwing function to its end
local function getTranslatedAnimalName(animalType)
Then, inside another function
local function drawAnimalOnMap(map, animal, isMinimap)
find and delete these 3 lines
local animalName = getTranslatedAnimalName(animal:getAnimalType() or "Unknown")
local gender = animal:isFemale() and getText("IGUI_Animal_Female") or getText("IGUI_Animal_Male")
local displayText = string.format("%s / %s", animalName, gender)
Hope this helps. I haven't landed any errors with it yet
i disabled the mod afterwards and now the game runs fine again.
The insane load is also visible in the debug log where it write like up to 100 Messages in a few seconds.