Extracting Assets (Icons, Textures, Etc.) - WittleWolfie/OwlcatModdingWiki GitHub Wiki

Extracting Assets

Assets are stored in files under the Bundles folder, usually C:\Program Files (x86)\Steam\steamapps\common\Pathfinder Second Adventure\Bundles for Steam installations.

To extract them you'll need an Asset Extractor. Using the extractor of your choice just open any of the files to see what they contain.

The trick is finding the asset you're looking for. Here are some tips:

  • blueprints-pack.bpp can be ignored, this contains the game blueprints which you can view using BubblePrints
  • blueprint.assets contains ability icons which you can browse using SpriteGallery
  • icons contains item/inventory icons
    • Scrolls are in blueprint.assets but wands are here
  • ui contains ui components such as toolbar and button backgrounds
  • .unit files contain 3D models and related assets for characters and creatures
  • .worldart files contain 3D models and related assets for builds and environments
  • .worldtex files contain textures for environments
  • .animations files contain animations