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
MOD_ERROR: transparent LCD textures
2023-02-23 00:27:56.923 - Thread: 1 -> in file: C:\Program Files (x86)\Steam\steamapps\workshop\content\244850\2257901221\Data\longinart_hud.sbc
2023-02-23 00:27:56.923 - Thread: 1 -> Resource not found, setting to null. Resource path: C:\Program Files (x86)\Steam\steamapps\workshop\content\244850\2257901221\Textures\.dds
My guess, you might be using the texture that the empty definition was originally assigned to? I'm not sure, if that's the reason though. regardless try removing that block of code first.
<LCDTextureDefinition>
<Id>
<TypeId>LCDTextureDefinition</TypeId>
<SubtypeId></SubtypeId>
</Id>
<TexturePath>Textures\.dds</TexturePath>
</LCDTextureDefinition>
There is an empty texture definition (Line #280 in your sbc)