UABE
UABEA
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
UABE
-
.xyasset format file
Use Unity Asset Bundle Extractor: Unity Asset Bundle Extractor (UABE) is a third-party tool that allows you to extract assets from Unity asset bundles. You can download UABE from the official GitHub repository: https://github.com/DerPopo/UABE
- How to extract Inside Assets
-
Pathologic 2 modding?
Sooo, P2 modding is not very well documented so far - what I know is that it's easy to replace things like textures and sounds using AssetStudio and UABE together. The dialogue and many of the gameplay files are in plaintext or XML, and can be edited freely (once you know what they do). Furthermore, you can use DNSpy to edit the .net files included with the game (this is how the published mod Bound Again added effects to items, IIRC).
-
Is there an option to disable configuration window at startup for a COMPILED game?
Not really easy if you don't know what you are doing. -> https://github.com/DerPopo/UABE
-
Curious lines...
I used Notepad to open .assets files and searched for "the" to find the lines. Smarter people seem to use https://github.com/DerPopo/UABE
-
Does anybody have the sound files of them? (EotE spoilers)
You can use this to rip them from the game (download is on the right under "releases")
-
Is there any way to go into the game folders and replace the card art with modified card art?
Do you think this will work? https://github.com/DerPopo/UABE
-
Trying to extract files from pirated Switch game
https://github.com/DerPopo/UABE this should work
-
Battlestar Deadlock Music OST
Download https://github.com/DerPopo/UABE/releases/tag/2.2stabled
-
Climbey Custom Levels Standalone [Tutorial]
Downloads Required: UABE, uber-apk-signer (optional but easy)
UABEA
-
Looks like RF3s modding is just like RF5
Asset Studio for browsing and previewing files, Avalonia for replacing/editing bundles. Of course, I've never actually modded RF5; all I've managed to get working so far for RF3s is portrait and model texture editing, and face textures are so tightly cropped that replacing them might be a pain. As for dialogue, the extracted .txt comes out garbled, and I tried it with Grimoire just for fun but that doesn't seem to do anything.
-
How to make a Shadowverse mod: Modding Artwork
Unity Asset Bundle Extractor Avalonia
-
Finally it is here - after almost two years of waiting real surround sound works & Valheim became a proper 3D game at last.
Alternatively any hex-editor will do the trick (@0x1A44) or UABEA to edit the asset file properly.
-
THERE IS HOPE!
This tool can function as a replacement for UnityEX: UABEA
- Guide to create card art replacement file (PC)
-
I made a simple mod that replaces the standard death sound (link in comments)
It’s kind of a crazy process, but basically I used UABEA. https://github.com/nesrak1/UABEA.
-
How to replace armour model in POE2?
If you want to use an entirely custom model, you'll need to download Unity 2019.3.14f1, import the model into a new project and add it to a scene, then build the project and extract the model raw using UABEAvalonia (the standard version of UABE isn't compatible with post-2019 Unity archives, unfortunately). You can then use UABEAvalonia to replace the original model (which will probably be in the PillarsOfEternity2_Data/assetbundles/items.unity3d archive) with the new raw.
-
Final Fantasy Pixel Remaster Modding Guides
Download the Unstable/Nightly build of UABEA https://github.com/nesrak1/UABEA in order to insert assets
-
How To Mod Card Art
you'll need these : https://github.com/Perfare/AssetStudio https://github.com/nesrak1/UABEA A 512x512 Image to replace the art
-
Team SamX1 - Modded Sleeves
you have to use https://github.com/nesrak1/UABEA and then go through the files by using Asset Studio, and try to find the asset you want to change.
What are some alternatives?
AssetStudio - AssetStudio is a tool for exploring, extracting and exporting assets and assetbundles.
UABE - Asset Bundle Extractor
Wwise-Unpacker - Unpack game audio Wwise files (pck, bnk)
Uber Apk Signer - A cli tool that helps signing and zip aligning single or multiple Android application packages (APKs) with either debug or provided release certificates. It supports v1, v2 and v3 Android signing scheme has an embedded debug keystore and auto verifies after signing.
Curb-Your-Death - A mod for Phasmophobia that replaces the standard death sound
dnSpy
Magicite - A BepInEx plugin for the FINAL FANTASY PIXEL REMASTERS that allows for the loading of new assets and replacement of existing assets
AssetStudio - AssetStudio is an independent tool for exploring, extracting and exporting assets.
Grimoire - Rune Factory 5 (RF5) Modding Toolkit