Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem with FC inventory
Nanatsumi Offline
Member

Posts: 81
Threads: 29
Joined: Dec 2014
Reputation: 0
#1
Problem with FC inventory

how to remove counting of tinderboxes (x0)?

[Image: yWckmGrNDzk.jpg]
11-14-2015, 05:30 PM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#2
RE: Problem with FC inventory

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.

    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.

(This post was last modified: 11-14-2015, 07:14 PM by Mudbill.)
11-14-2015, 07:13 PM
Find
Nanatsumi Offline
Member

Posts: 81
Threads: 29
Joined: Dec 2014
Reputation: 0
#3
RE: Problem with FC inventory

(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.

    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
11-14-2015, 07:43 PM
Find
Slanderous Offline
Posting Freak

Posts: 1,606
Threads: 78
Joined: Dec 2012
Reputation: 63
#4
RE: Problem with FC inventory

Remove anything related to tinderboxes in base_enligh and english.lang of your mod. (Including tinderbox count numbers, descriptions, names, etc)
11-14-2015, 08:23 PM
Find




Users browsing this thread: 1 Guest(s)