Hi,Got a problem with the update.
As soon you loot a pallet, i get the following error:
"IndexOutOfRangeException: Array index is out of range"
When I close the error, the loot box from the pallet I opened will still show and you can't move anymore.
Did you start a new game
- - - Updated - - -
Sorry guys I forgot to change the lootcontainer size in loot.xml -
<lootcontainer id="208" count="0,1"
size="11,17" sound_open="UseActions/open_fridge" sound_close="UseActions/close_fridge" loot_quality_template="treasureTemplate">
<item group="pwbwp" prob="0.05" />
</lootcontainer>
<lootcontainer id="209" count="0,1"
size="11,17" sound_open="UseActions/open_fridge" sound_close="UseActions/close_fridge" loot_quality_template="treasureTemplate">
<item group="pbbwp" prob="0.05" />
</lootcontainer>
<lootcontainer id="210" count="0,1"
size="11,17" sound_open="UseActions/open_fridge" sound_close="UseActions/close_fridge" loot_quality_template="treasureTemplate">
<item group="palletBricks" prob="0.05" />
</lootcontainer>
<lootcontainer id="211" count="0,1"
size="11,17" sound_open="UseActions/open_fridge" sound_close="UseActions/close_fridge" loot_quality_template="treasureTemplate">
<item group="pbtwp" prob="0.05" />
</lootcontainer>
Currently it is 11,17. however if you change that to 8,9 or 6x6 you shouldnt get nres. My Apologies.