Pillars of Eternity
0 of 0

File information

Last updated

Original upload

Created by

raymons

Uploaded by

raymons

Virus scan

Safe to use

Tags for this mod

3 comments

  1. raymons
    raymons
    • member
    • 0 kudos
    Locked
    Sticky
    In case anyone is curious, I took some notes about how I made these.

    Copy relevant unity3d object from
    <Pillars of Eternity install directory>\PillarsOfEternity_data\assetbundles\prefabs\objectbundle

    Open object in Unity Assets Bundle Extractor

    Click Info

    Look for Type MonoBehavior : Consumable
    Click on that --> Export Dump
    Edit dump file. Modify line:
     0 int UsageType = 2
    To:
     0 int UsageType = 1

    Save.

    Import Dump (that file), while clicked on same entry (MonoBehavior : Consumable).
    Optionally, can check View Data to confirm changes.
    OK (save)
    Save as new unity3d file.

    Backup original unity assets file in game directory and replace with modified one.

    I figured out which entry to edit by poking around the MonoBehavior entries' info and guessing. Discovering that changing from 2 to 1 works was just lucky. I got lots of help getting started with this guide:
    https://forums.obsidian.net/topic/86074-tutorial-editing-abilities-talents-and-items/
  2. nova205
    nova205
    • supporter
    • 4 kudos
    hey thanks for that info super super helpful  only thing that i had an issue finding was the tool to modify the files
    it is located here on github
    https://github.com/SeriousCache/UABE/releases/tag/2.2stabled

    version 2.2 worked great to modify the unity3d files
    1. raymons
      raymons
      • member
      • 0 kudos
      So glad you found it helpful, thanks for letting me know. And good point, helpful to point people to where to find UABE.