Frictional Games Forum (read-only)

Full Version: Problem with FC inventory
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how to remove counting of tinderboxes (x0)?

[Image: yWckmGrNDzk.jpg]
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.
(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
Remove anything related to tinderboxes in base_enligh and english.lang of your mod. (Including tinderbox count numbers, descriptions, names, etc)