-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fallout: BOS - Archive support #14
Comments
I've not looked at this game but I'm surprised that the archive files are not LMP. Are you looking at the PS2 version? Everything here is PS2 version specific .... the other ports will be different because the files are very PS2 specific. |
Yes, I was checking the PS2 version. |
Looks like it is a compressed version of a LMP file. |
Oh, swell. Would it be hard to support those archives as well then? |
I support this. BoS support would be a godsend |
i haven't done the reverse engineering here, i did see what looks to be some sort of resource hashtable, but didn't bother reading it. but I put together a quick tool, and I can extract .vag sfx from the ps2 edition, and .wav from xbox through just brute force searching for the file headers in each .clp. I don't think it's compressed. I have a few other projects that I'm working on at the moment, but I may look into this again, and see how similar these archives are to lmp. |
That would be cool! I've been wanting to properly document the game and it would help out a bunch :> |
Hi! I found this Github while looking for tools to open Fallout: BOS's archive format. I was curious if there were any plans for that game since it also runs on the Snowblind engine as well. From what I could see, the game used .clp files for its archives, which seem to be different that the ones used in other Snowblind games. I'm mostly curious about opening them to document the game's inner workings more, specifically the sound effects.
Thanks!
The text was updated successfully, but these errors were encountered: