Extended Vanilla: Personal Equipment


A complete overhaul to the ordinary personal vanilla equipment, this mod(pack) adds several tiers and types equipments, even custom ones, like personal assembling units and backpacks, that boost your crafting speed and inventory. You can change multiplel parameters of most items. Compatible with Krastorio 2 and jetpack from Earendel.

Content
5 days ago
0.15 - 2.0
34.8K
Combat Armor

g unrecoverable error with jetpack

7 months ago
(updated 7 months ago)

as soon as i tried to take off with a jetpack (mk1 don´t know if it happens with others) .... unrecoverable error

Die Mod Extended Vanilla: Personal Equipment (6.0.0) hat einen Fehler verursacht, der nicht behoben werden kann.
Bitte informiere den Autor der Mod über diesen Fehler.

Error while running event Better-Power-Armor-Grid::on_player_armor_inventory_changed (ID 37)
Better-Power-Armor-Grid/control.lua:92: attempt to concatenate field '?' (a nil value)
stack traceback:
Better-Power-Armor-Grid/control.lua:92: in function <Better-Power-Armor-Grid/control.lua:69>

7 months ago

Something similar:

https://ibb.co/fS2SLDM

7 months ago

Same here:
Мод Extended Vanilla: Personal Equipment (6.0.0) вызвал неустранимую ошибку.
Пожалуйста, сообщите об этой ошибке автору мода.

Error while running event Better-Power-Armor-Grid::on_player_armor_inventory_changed (ID 37)
Better-Power-Armor-Grid/control.lua:92: attempt to concatenate field '?' (a nil value)
stack traceback:
Better-Power-Armor-Grid/control.lua:92: in function <Better-Power-Armor-Grid/control.lua:69>

7 months ago

I see a small error, easy to fix:

I file: Better-Power-Armor-Grid_6.0.0/control.lua in line 92

change this:

if grid.equipment[i].name == "personal-backpack-mk"..personal_backpacks[i].."-equipment" then

for this:

if grid.equipment[i].name == "personal-backpack-mk"..personal_backpacks[f].."-equipment" then

it's exactly that: personal_backpacks[i] -> personal_backpacks[f]

7 months ago

Yeah yeah, on the discord server I've already advised about this thing here.
While coding control.lua i forgot to change that "i" with the "f". xD
HATE WHEN THESE THING HAPPEN. (Lmao)
_77

This thread has been locked.