Re-BO2 banner

Re-BO2

3 devlogs
10h 4m 54s

Xbox 360 version of Black Ops 2 recompiled using rexglue-sdk
(next to no knowledge of C++)

This project uses AI

Used extensively, for coding some of the C++ & reverse engineering some functions in the code (e.g. multiplayer)

melon

Update

I’ve still been working on trying to find the reason for the Notice! Its very strange, the menu feels glitched when entering the menu as well! I tried to work on passing launch_data over between seperate executables, however it hasn’t actually worked yet lmao

I have also had Claude & Codex look for why we continue to get the notice board, It hasn’t found anything good yet either! Still working on that lol…

xx

Attachment
0
melon

Fixed performance issues!

  • Basically, debug mode was literally running at 3fps while Release manages to get like over 20x the FPS lol!
  • We can boot into campaign mode and actually play! (although via a controller of any sorts), however Zombies and Multiplayer both do not function yet as RexGlue doesnt support multiple xex files (modules) so we cant do that. Instead we can hook onto OnShutdown and if its calling a module then we can open up a different exe (default_mp.exe) for multiplayer! We can actually boot into the multiplayer menu, however we can’t open up the actual menus to join the game since there seems to be some sort of anti-cheat(?) or something that is not allowing us to get through!

screenshots have been attached for context.

Attachment
Attachment
Attachment
Attachment
0
melon

Woop Woop!

We managed to get into a bootable state, the menu lags at 3~ FPS while intro videos/sequences get 20 - 70 FPS! GitHub will be up somewhat soon once I manage to fix this all!

Tried running a Tracy on the game however this is extremely weird to look at and I have zero idea what i’m even doing! We did have to hook some things in the toml so it would boot! However haven’t tried to get in-game, also will have to make default-mp.xex work which handles the multiplayer mode itself! Let’s see if we can get this working!

Also forgot to mention the weird dark blue effect during places where it would normally be black!

Commits

  • None yet.
Attachment
0