![]() |
Text in an texture - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html) +--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html) +---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html) +---- Thread: Text in an texture (/thread-23754.html) |
Text in an texture - Xroph - 10-31-2013 Hey everyone ![]() I wanted to use text in my custom story, so I created a new texture for it. But the problem is, that the image is extremely small, unless how big the file is. Maybe I made something wrong. Could somebody help me? ![]() RE: Text in an texture - PutraenusAlivius - 10-31-2013 The texture must be power of 2 like 256x256, 512x512, 1024x1024 and so on if that is what you mean. And you have to make it to be a dds. RE: Text in an texture - Xroph - 11-01-2013 Oh thanks! ![]() |