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
3 months ago
0.15 - 2.0
45.8K
Combat Armor

g unrecoverable error with jetpack

2 years ago
(updated 2 years 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>

2 years ago

Something similar:

https://ibb.co/fS2SLDM

2 years 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>

2 years 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]

2 years 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.