DemWaifus Posted November 10, 2015 Share Posted November 10, 2015 I used the QuickBMS script to extract some of the .ba2's but loose file replacements don't work and .sfw files from Skyrim mods(at least the one I tried) crash the game. I managed to import music into the .ba2 though so there's that. Link to comment Share on other sites More sharing options...
gibbed Posted November 10, 2015 Share Posted November 10, 2015 I've posted a command line tool for extracting .ba2 archives at http://f4se.silverlock.org. Please read the readme first.Good to see you're around for FO4! :smile: I've similarly got my own codebase going: source binaries. For DXGI_FORMAT_BC5_UNORM, I'm writing out a DX10 DDS (ie, with DDS_HEADER_DXT10). I'd suggest doing that instead of using ATI2, as DDS textures in general archives are using the extended DX10 DDS header. Link to comment Share on other sites More sharing options...
ianpatt Posted November 10, 2015 Share Posted November 10, 2015 Nice, good to see you too. The DX10 header would be the most accurate thing to write (and is what the game does) especially because you can just drop the DXGI_FORMAT straight through, but it broke the art tools I tested it with. It should probably be another option for conversion, though. I do not have a particularly large set of art tools to test with. Link to comment Share on other sites More sharing options...
Dark0ne Posted November 10, 2015 Share Posted November 10, 2015 Thanks Ian, Gibbed and Jon :smile: please keep us updated on your progress (or link us to the main thread/site where you're providing the updates to stop you jumping around the whole internet to leave updates), obviously there are lots of people interested. Link to comment Share on other sites More sharing options...
Gefri Posted November 13, 2015 Share Posted November 13, 2015 (edited) Are you super-human modder guys open to begging and pleading from a way lesser mortal? If so, I want, no NEED, to remap basic game movement functions like run and jump to my external numpad. I was thinking I might be able to figure-out how to remap using Jonwd7's (thank you Jonwd7!) BA2 extractor on the UI file. What do you think? Edited November 13, 2015 by Gefri Link to comment Share on other sites More sharing options...
teiscodelray Posted November 13, 2015 Share Posted November 13, 2015 The flame of modding is fueled by the needs of the creator - in other words creative people will work on things that drive them before listening to a group of "we want this" gamers. I would be happy with anything these talented modders bake up in their creative ovens and hope, only silently, that they cook a dish that taste good to me as well. Link to comment Share on other sites More sharing options...
Gefri Posted November 14, 2015 Share Posted November 14, 2015 Do babies not cry for milk? Do supplicants not apply for relief? Do creators, fueling their need to create, not thrive on the smiles of those for whom they have created? (And if you don't ask you don't get.) I would be smiling big time if a creator could help me fix my hard-coded key issue. CrazygNexus did this with his "Interface Hard Coded Key Tweaks" mod for Skyrim. I'm not the only one suffering because that mod had 88,883 downloads. But anyway my real question is if the BA2 would work in trying to find and change hard-coded key assignments. New question: what is used to edit .swf files? Link to comment Share on other sites More sharing options...
ngalarza Posted December 29, 2015 Share Posted December 29, 2015 Do babies not cry for milk? Do supplicants not apply for relief? Do creators, fueling their need to create, not thrive on the smiles of those for whom they have created? (And if you don't ask you don't get.) I would be smiling big time if a creator could help me fix my hard-coded key issue. CrazygNexus did this with his "Interface Hard Coded Key Tweaks" mod for Skyrim. I'm not the only one suffering because that mod had 88,883 downloads. But anyway my real question is if the BA2 would work in trying to find and change hard-coded key assignments. New question: what is used to edit .swf files? Decompile swf files with Flash Decompiler and once you have the .fla file you can either use it with Adobe Flash Builder or Adobe Flash Professional. Link to comment Share on other sites More sharing options...
Epervier666 Posted May 9, 2016 Share Posted May 9, 2016 Hi, I'm the Author of ESP/ESM Translator. My tool is able to extract files from ba2 archives (the General ones, not the texture ones, because it's useless in my case).It's used to get script files or strings files (and mcm files in the future). For Skyrim, my tool can put back modified files into the archives. But for Fallout 4, I need a crucial information : How is calculated the hashes ? There are two of them : the hash of the file name without extension and the hash of the directory. I could bypass that if the file already exists in the archive (which is the case almost all the time), but let say someone translate a mod and the strings files of his language is not in the archive... Well, if anyone has the answer... Thanks for your time. Excuse my english, I'm french. Link to comment Share on other sites More sharing options...
Recommended Posts