first things first:
Thanks for all the love you guys give this game, it's once more an amazing update!
I'm just updating some mod due to changes in logistic-modding.
During testing of my fix I noticed that the player-GUI seems not to get updated correctly if I add a Logistic Request that should lead to extension of the number of slots.
The extension is done once the GUI is closed and updated or a slot in the last existing row is manually configured.
Steps to reproduce:
1. Open the character-logistic-tab (F1)
2. Have no logistic slots set. There should now be 4 rows of 10 (empty) slots.
3. Add a request for 50 wooden chests to the 35th slot using
Code: Select all
/c game.player.character.set_personal_logistic_slot(35,{name="wooden-chest",min=50})
sidenote: adding a (single) request to the first slot of that row does not extend the slots either if no other slot in that row is configured:
[edit] changed title as this seems not to be limited to set_personal_logistic_slot()