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
at least gic weapons
the item frames dont work with food when the Food Rot Bars mod is installed. to fix it, add this to line 430:
if itemRoot and itemRoot.config.itemAgingScripts then drawables = {drawables[1]} end
and add these to lines 432, 433, and 434:
if string.sub(drawable.image, 1, 1) ~= "/" then --apply full directory path
drawable.image = itemRoot.directory..drawable.image
end
The new line 430 prevents it from rendering the rot bar with the food, and the other lines give it the directory for the image. We check for itemRoot because saplings are evil
However it works perfect for all weapons in the game and for custom weapons that use the same generation system or implementation, it's not the mod's fault, it works as it is expected to.
In any case, if the owner returns I'll just give him the whole fixed thing if he wishes. But I don't think he is interested in maintaining his mods anymore.
Additional note, I am finding that procedural wands are rendering with their default colors instead of their procedural colors
And IIRC, I think they render their cores based on their element
But, it also looks like there is an issue with staffs in the weapon displays, in that the spheres/cores of a staff do not render:
https://postimg.cc/F1kzcfVb