• Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
  • Unable to load portions of the website...
    If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
  • Read Rules Before Posting Post Virus Scans with every program.

PS3 [1.07] Updated Huds C++

RealCFW

Avid Poster
Determined Poster
Active Member
Thanks to John for the picture .-.
R4yd93Q.jpg


Note: These are Swaqq's originally, we've been talking and we have both decided to release these. Also, we've done this the proper way, and put the implementation in a .cpp file and the definitions in a header, this is how you're supposed to do this the proper way in C++. All you need to do is add a .h file, add a .cpp file, and copy and paste. Btw in-case you don't see this comment in Huds.cpp:
Code:
/* Don't use glow, this game did some sorcery to it and made it suck */
Seeing as John has released a hud designer and swaqq a multiplayer sprx menu base, I thought it appropriate to release these. I was also surprised not to see much released for this game other than rtm tools, and started thinking maybe people weren't able to fix up and update Swaqq's huds (and he couldn't as he was busy), so I took it upon the liberty of myself to fix them up.

Firstly, credit for these goes to Swaqq, for his original 1.01/1.02 huds, these are not mine, however I fixed it up so it builds and updated the addresses. These are confirmed working in 1.04 (I have updated to 1.07 but untested), however the addresses for the structs and such are different between zombies and multiplayer. I've provided two enums, one containing the addresses for zm and one for the addresses for mp, I've also provided a nifty little macro to set it to zombies or multiplayer easily.

These have been tested
, I have used this exact header and implementation in zombies and it worked perfectly fine, I haven't tested multiplayer but I can't see why it wouldn't work as Swaqq has used them for his menu base and the addresses are directly from my other thread. Enjoy!

Firstly, you're going to need to define your TOC (Table of Contents) somewhere, as of 1.07, you can use the required TOC below depending on if your sprx is for MP or ZM.

Code:
MP: #define TOC 0xE11ED8
ZM: #define TOC 0xDF1E60
Next you're going to make sure you have the opd_s below with the construct (Thanks to Winter for this)
Code:
struct opd_s
{
uint32_t sub;
uint32_t toc;

opd_s(uint32_t Sub, uint32_t Toc) {
sub = Sub;
toc = Toc;
}
};
Now you can use the Huds.h and Huds.cpp files without errors if you added them properly. They now have the hud structures, sorry about that, thanks to SyGnUs for pointing that out!

Download [ZIP] -- No virus scan required as it does not contain an executable

Credits:
Swaqq for original huds + assistance
Winter for construct and some organization
John for assistance and original 1.01 addresses
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Chat Bot:
    qh88groupcom is our newest member. Welcome!
  • Chat Bot:
    S.B has joined the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • @ QM|T_JinX:
    so we back on cc haha
  • Chat Bot:
    diadiemluutru is our newest member. Welcome!
  • Chat Bot:
    RAUL_Pro259 is our newest member. Welcome!
  • Chat Bot:
    tinyfishingunblockedd is our newest member. Welcome!
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    misterOta is our newest member. Welcome!
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    s666vipmobi is our newest member. Welcome!
  • Chat Bot:
    QM|T_JinX has joined the room.
  • @ QM|T_JinX:
    back after the weekend
  • Chat Bot:
    Lorenz9 is our newest member. Welcome!
  • Chat Bot:
    Lorenz9 has posted a new reply in the thread "Console ID #8671".
  • Chat Bot:
    Lorenz9 has posted a new reply in the thread "Console ID #8671".
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    QM|T_JinX has joined the room.
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    Christo has joined the room.
  • Chat Bot:
    789betmiami is our newest member. Welcome!
  • Chat Bot:
    QM|T_JinX has joined the room.
      Chat Bot: QM|T_JinX has joined the room.
      Back
      Top