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

Add Black Ops 1 Support #19

Open
popgoesme700 opened this issue Jun 26, 2024 · 1 comment
Open

Add Black Ops 1 Support #19

popgoesme700 opened this issue Jun 26, 2024 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@popgoesme700
Copy link

This is a great tool I feel like it, as it allows one to use menus in black ops 2 without having to modify the game files (other than an anti ban eboot for black ops 2, but that is a given on any modded ps3). I have just one issue, it would be nice if we can use this to inject gsc menus into other games, like black ops 1, or call of duty world at war. This would benefit these games modding scenes just as much, and there are already (albeit not well programmed) tools to inject rawfiles (or gsc files basically), so most of the work is done already, just need to spify up the code, and most importantly add ps3mapi support (the black ops rawfile injector only supports CCAPI TMAPI, either of which I dont like, and dont support HEN consoles). Here is code of the injector https://github.com/TheHiddenHour/BO-Rawfile-Injector/tree/master, this supports PS3 i think via PS3TMAPI (from reading its code breifly). Some other issues with the project mostly lie on its incredibly hoddled together nature, like using random "empty" space in memory instead of calling malloc to inject the rawfiles, or having issues in call of duty zombies (for the life of me it does not work for zombies), and taking long to inject (probably due to it repeatedly calling .Connect each time it reads a rawfile, which causes a bunch of new connects and disconnects to CCAPI which bogs down the speed a fair bit).

Of course you don't have to, and if you decide not to I might consider giving it a college try in C (whether that is viable or not is a different question).

@ohhsodead ohhsodead added the enhancement New feature or request label Jun 30, 2024
@ohhsodead
Copy link
Owner

Hey @popgoesme700, do you have discord or somewhere we can speak? I don't have my ps3 with me anymore so am unable to test some new stuff like the bo1 support, would you be able to help test it?

@ohhsodead ohhsodead added help wanted Extra attention is needed labels Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants