1 Question 2 Problems - 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 (https://www.frictionalgames.com/forum/forum-35.html) +--- Thread: 1 Question 2 Problems (/thread-6146.html) |
1 Question 2 Problems - sassix - 01-10-2011 well at first my question, is it possible to show a png/jpg or what ever on screen, without retexture a entity or static object ? and now i got another problem ok i fixed the first one so nvm 2. the name of my key i have to collect in my map is also not visible. the name of the key in "general tab" is "schlüssel" and in the "entity tab" i wrote "schlüssel" into "customsubitemtypename". in my extra_german.lang i put this one : Quote:<CATEGORY Name="Inventory"> can u tell me whats wrong there ? i followed the tuts so it should work :/ or is it the "Ü" who make the itemname not work ? thx and sry for all the posts i made the last days ;/ RE: 1 Question 2 Problems - Frontcannon - 01-10-2011 Umlauts only work in UTF-8 encoding. Change that in your editor and it should work, though I would refrain from using Umlauts at all. RE: 1 Question 2 Problems - sassix - 01-10-2011 (01-10-2011, 05:20 PM)Frontcannon Wrote: Umlauts only work in UTF-8 encoding. Change that in your editor and it should work, though I would refrain from using Umlauts at all. nice one it works now, thx dude |