0 of 0

File information

Last updated

Original upload

Created by

krautbernd

Uploaded by

krautbernd3

Virus scan

Safe to use

Tags for this mod

4 comments

  1. JustBlackWolf
    JustBlackWolf
    • premium
    • 72 kudos
    Lead belly also doesn't make any sense being at 8 points, oh yeah yeah i can drink water anywhere, too bad i still need food to not die lmao.
    Speaking of food, hearty appetite is such an annoying trait that it granting only 3 points also doesn't make sense. Early game this trait is a nightmare to deal with.
    And fear of violence? No combat XP past level 5, permanently handicapping your character for a pewny 4 points? Should be like +10 points :skull:
    1. JonathantheMan
      JonathantheMan
      • premium
      • 8 kudos
      Real
  2. joshoboy2020
    joshoboy2020
    • member
    • 0 kudos
    you got any help or resources for me to look at? im trying to mod abiotic aswell and have had no luck so far
    1. krautbernd3
      krautbernd3
      • member
      • 2 kudos
      Not really any resources - at least not apart from what a cursory google search regarding UE4/5 modding in general and modding Abiotic Factor in particular will turn up. Somewhere along the line you will probably run into an issue with UAssetGUI not being able to open the extracted asset files because of format incompatibilities.

      Here is my general workflow:


      • Use FModel to get a general overview of the archive structure and to look up where the values for traits are located

      • Use retoc to convert the compressed game files files from zen to legacy so UAssetGUI can actually open them

      • Use UAssetGUI to edit the files identified via FModel

      • Repack/Convert the modified files via retoc back to zen, preserving the original folder structure

      I ran into a (known) issue where retoc complains about missing FIoChunkIds during conversion - retoc expects the files to be located in \Content\Paks - invoking the command with that path (and files actually being located there) as described in the ticket fixed the issue for me.