• 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
  • @ QM|T_JinX:
    im in for that bro
  • @ QM|T_JinX:
    yea i saw the giveaways back then great job on that too
  • @ God:
    Thank you for the kind words, but I do it just for the people and community I love to help out anyway I can and give back to this amazing community!
  • @ God:
    What time is It for you bro? You live in the UK right
  • @ QM|T_JinX:
    22:26 no the netherlands
  • @ QM|T_JinX:
    yea i always found you a great staff member doing giveaways and stuff you guys made me want to be staff hahaha
  • @ QM|T_JinX:
    the fun you guys had as staff members joking around hahah
  • @ QM|T_JinX:
    did you speak to younis about maybe a plan or something to get this working again ?
  • @ God:
    I remember now it’s been a while you know lol but I remember you live in the Netherlands. You are a great Super Moderator bro as wel you are always active helping and trying to do what you can respect for you as well! I’m in the United States it’s 4:32pm here. What you going to do tonight?
  • @ QM|T_JinX:
    thanks bro appreciate that nothing mutch thinking about after the movie playing some red dead 2 almost have it on platinum haha
  • @ QM|T_JinX:
    so you thinking about become staff again or no great to have you back on here hto
  • @ QM|T_JinX:
    tho
  • @ God:
    That’s the truth I see I come on here often here lately, sometimes I don’t chat! But yes I really want to help out and do everything I can bring the site back like it should be bro! Maybe we could work something out, I think I have the resources and community to help
  • @ QM|T_JinX:
    yea i have seen you on here just like unbound and some others but they didnt stick haha yea would be great to see this site grow again like you said like it should be
  • @ God:
    We will see we gotta talk to the boss man Younis
  • @ QM|T_JinX:
    for sure haha well lets hope right
  • @ QM|T_JinX:
    i still think if there was a jailbreak for ps4 this site would have been back for sure
  • @ God:
    That would be awesome I’m sure it will happen before long, technology now a days is crazy! If we can work out a deal and plans I’ll be spreading the word and doing a lot to make it better more attractive and helpful fourms tips giveaways and all
  • @ God:
    I’ve been messing and working with trying to make great CSS for the names. Like Staff Premium news writer etc..
  • @ QM|T_JinX:
    ok so hows that going /
  • @ God:
    It’s going good. So we will see what happens and if the site can come back like it was or better
  • @ QM|T_JinX:
    nice yea lets hope
  • @ QM|T_JinX:
    im going to play some red dead it was great to have spoken to you bro nice to see you back on here
  • @ QM|T_JinX:
    hope you have a great night bro
  • @ God:
    It was good talking with you as well, you have a great night! We will talk later bro
      @ God: It was good talking with you as well, you have a great night! We will talk later bro
      Back
      Top