Extended Vanilla: Personal Equipment


A complete overhaul to the personal equipment, this mod adds several tiers and types equipments and armors that are fully customizable, and even some custom ones, like personal assembling units and backpacks. You can change almost every base parameter of all the types of equipment the mod has to offer.

Content
a month ago
0.15 - 2.0
42.6K
Combat Armor

g unrecoverable error with jetpack

1 year, 5 months ago
(updated 1 year, 5 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>

1 year, 5 months ago

Something similar:

https://ibb.co/fS2SLDM

1 year, 5 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>

1 year, 5 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]

1 year, 5 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.