Jump to content

Goblin_aka_Dark

Members
  • Posts

    5
  • Joined

  • Last visited

Goblin_aka_Dark's Achievements

Refugee

Refugee (1/15)

0

Reputation

  1. Thank you, but there are no problems with the windows. I just went through everything already. The problem is in the contents of these windows and cells, namely the size of the item that is placed there and the quantity numbers - they are very large for my interface. Something like this
  2. Taking into account the fact that no one knows for so long, I came up with a solution: I will increase the slots themselves so that the frames look โ€œnot point-blank to the border.โ€ This will make the interface larger, but the option makes sense. All that remains is to select the scale and redraw the frames for each specific window. ๐Ÿ˜…
  3. I have another theory about this: in 21.2 TFP made a slot lock, which by default has a value of 45 (a value of 45 is very suspicious ๐Ÿ˜„). I canโ€™t check, but in 21.1 this line was not in the code ( in full confidence ) <combobox depth="3" name="cbxLockedSlots" pos="105,-7" width="100" height="30" tooltip_key="xuiStashLockedSlots" type="ComboBoxInt" value_min="0" value_max="45" value_wrap="true" value_increment="1" /> Accordingly: mods versions BEFORE 21.2 simply do not have such a parameter and I suspect that this is the problem. In the meantime, for my work on the interface, I replaced the value 45 with the one I needed... Will see what comes of this...
  4. I could be wrong, but a lot of garbage can come from many mods. Check entityclasses. entity_classes/entity_class[@name='playerMale']/effect_group/passive_effect[@name='BagSize'] (total slots) entity_classes/entity_class[@name='playerMale']/effect_group/passive_effect[@name='CarryCapacity'] (total slots no perk used)
  5. I started working on the interface and I have a question: how and where should I change the size of the icons? A fuel window, for example: I managed to reduce the size of the ItemIconAtlasGreyscale wood icons, but if you put a item wood in the cell, the size remains the original. In order for it to look nice, the size of the item wood in the cell needs to be reduced so that it fits in the frame. Similarly, i will need to change the size of the icons in the queue, output, inventory and everywhere else, but first I would like to understand exactly how to do this. I also want to change the color of the numbers in the amount of fuel and the color of the tool icons.
ร—
ร—
  • Create New...