Skip to content
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

Open
ConnieJP opened this issue Jul 15, 2021 · 7 comments
Open

Fallout: BOS - Archive support #14

ConnieJP opened this issue Jul 15, 2021 · 7 comments

Comments

@ConnieJP
Copy link

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!

@bigianb
Copy link
Owner

bigianb commented Jul 15, 2021

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.

@ConnieJP
Copy link
Author

Yes, I was checking the PS2 version.

@bigianb
Copy link
Owner

bigianb commented Jul 16, 2021

Looks like it is a compressed version of a LMP file.

@ConnieJP
Copy link
Author

Oh, swell. Would it be hard to support those archives as well then?

@Nitestokeh
Copy link

I support this. BoS support would be a godsend

@kran27
Copy link

kran27 commented Dec 20, 2022

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.

@ConnieJP
Copy link
Author

That would be cool! I've been wanting to properly document the game and it would help out a bunch :>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants