Frictional Games Forum (read-only)
Problem with FC inventory - 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: Problem with FC inventory (/thread-31689.html)



Problem with FC inventory - Nanatsumi - 11-14-2015

how to remove counting of tinderboxes (x0)?

[Image: yWckmGrNDzk.jpg]


RE: Problem with FC inventory - Mudbill - 11-14-2015

Have you been hiding them with transparent images? A better way is to relocate them out of the screen. You can do so by editing the <Inventory> section of the menu.cfg file in /config.

Code:
    TinderboxesCenter = "720 127 1"
    TinderboxesLabelCenter = "728 171 1"
    TinderboxesFrameSize = "100 90"
    TinderboxesFrameHPadding = "0 0"
    TinderboxesFrameVPadding = "0 0"
    TinderboxesFrameOffset = "-28 -15 1"

Make the center something like 10000 10000 1. Don't remember what the last one was, but it might actually be the visibility, so maybe putting 0 is enough.


RE: Problem with FC inventory - Nanatsumi - 11-14-2015

(11-14-2015, 07:13 PM)Mudbill Wrote: Have you been hiding them with transparent images? A better way is to relocate them out of the screen. You can do so by editing the <Inventory> section of the menu.cfg file in /config.

Code:
    TinderboxesCenter = "720 127 1"
    TinderboxesLabelCenter = "728 171 1"
    TinderboxesFrameSize = "100 90"
    TinderboxesFrameHPadding = "0 0"
    TinderboxesFrameVPadding = "0 0"
    TinderboxesFrameOffset = "-28 -15 1"

Make the center something like 10000 10000 1. Don't remember what the last one was, but it might actually be the visibility, so maybe putting 0 is enough.

I want delete a text from place where tinderboxes icon are located
Icon are already deleted


RE: Problem with FC inventory - Slanderous - 11-14-2015

Remove anything related to tinderboxes in base_enligh and english.lang of your mod. (Including tinderbox count numbers, descriptions, names, etc)