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 PA mk6 Display not working

7 months ago

I just found this minor bug, when wearing mk6 armor, character do not change outfit visual. I fixed it myself by changing the number in the first if to 5:

-- - { Displays every armor on the character when being used } - --

for i, tier in pairs (tiers) do
if i<5 then
local armor = "77-power-armor-"..tier
table.insert(data.raw["character"]["character"].animations[3]["armors"], armor)
else
if i<7 then
local armor = "industrial-armor-mk"..(i-3)
table.insert(data.raw["character"]["character"].animations[3]["armors"], armor)
end
end
end

7 months ago

Uh, never noticed tbh. Thank you mate.
_77

7 months ago
(updated 7 months ago)

Here you are the fix mate.


Version: 6.1.0

Date: 2024.04.12

Modding:

  • Now power armor mk6 is correctly displayed on the character. (Thanks to tuongle3997 from the mod portal for the report.)
  • Power armors are now correctly ordered in the inventory.
  • These vanilla equipments can now be inserted into industrial armors again:
    • Vanilla utility equipments. (Nightvision, belt immunity equipment, solar panels.)
    • Tier 1 equipments. (Reactors, exoskeletons, roboports mk1 & mk2.)
7 months ago

That's nice! always love using your mods. Must have on every run I have (the legacy and this one).

7 months ago
(updated 7 months ago)

Nice to hear! 🤭🤭
And what do you mean by legacy? Just curious.

6 months ago

Extended Vanilla: Personal Roboports
Extended Vanilla: Exoskeletons
Extended Vanilla: Fusion Reactors
Extended Vanilla: Personal Defence

These ones, Am I right? Cause I don't find any newer updates from 2 years ago.

6 months ago

Yeah, I mean it is strange since Ev personal equipment has every content those mod have to offer, but updated.
I was trying to understand why you use them still. Example, maybe I forgot to transfer something while updating to v5.0.0.

6 months ago

Of course I am not using it on newer run anymore cause this new mod has all of them, my english is not good so maybe I wrote something wrong tbh :)

6 months ago
(updated 6 months ago)

Ah ok, chills then. Now I understand.
Enjoy your time. :D

This thread has been locked.