Hey guys today I'm releasing my black ops 2 HUD that I've been using for awhile in my der riese mod. Lately I've been seeing HUD in new advanced maps that was from awhile ago and wasn't very up to date in perfection. So I decided to release mine because I think mine does look perfect. Here are some screenshots:
Just follow the tutorial included in the download below and everything should work. I do have it set up in a unique way, for those wondering. I have the HUD info being determined in GSC and send over to CSC to loop the dvars constantly so that they can't get overwritten in game. I could have looped the dvars in GSC but I used to get an error in my mod called "Server Command Overflow" because there were too many dvars being set in GSC on a loop. So that is why I moved everything to CSC, for those wondering.
Please bear with me if stuff is missing or does not work because a lot of the stuff I had to re-write because a lot of it uses stuff in my utilities or systems I have set up only in my mod. Please do let me know of any bugs or problems and I will get to it right away.
Special thanks to DidUKnowIPwn for the cleaned up hud.menu I used as a template.
Last Edit: June 27, 2016, 12:56:11 am by alaurenc9
Thanks. Also, if you use this with harry's perks, since this adds a client system and harry's perks add a client system, and there is only 8 spaces in WaW and 7 are used already, you will go over the limit. What I did to fix this for my friend was replace harry's "zombiemode_perks" client system from using WaW's client systems to my custom ones that are unlimited. I don't know if I should make a tutorial on how to fix this or anything but maybe harry could include information about this in his release if he wants. Otherwise I'll just show people how to fix this on this post.
Last Edit: June 26, 2016, 02:06:17 am by alaurenc9
Thanks. Also, if you use this with harry's perks, since this adds a client system and harry's perks add a client system, and there is only 8 spaces in WaW and 7 are used already, you will go over the limit. What I did to fix this for my friend was replace harry's "zombiemode_perks" client system from using WaW's client systems to my custom ones that are unlimited. I don't know if I should make a tutorial on how to fix this or anything but maybe harry could include information about this in his release if he wants. Otherwise I'll just show people how to fix this on this post.
I have removed your download link, as images arent packaged properly in an .iwd, which goes against our rules for sharing raw assets. Please package the images in .iwd
If you want scripts / features made for you, then contact me by PM or email / skype etc it will cost you tho so if you have no intention of reciprocating don't even waste my time
Thanks. Also, if you use this with harry's perks, since this adds a client system and harry's perks add a client system, and there is only 8 spaces in WaW and 7 are used already, you will go over the limit. What I did to fix this for my friend was replace harry's "zombiemode_perks" client system from using WaW's client systems to my custom ones that are unlimited. I don't know if I should make a tutorial on how to fix this or anything but maybe harry could include information about this in his release if he wants. Otherwise I'll just show people how to fix this on this post.
if you look at my perk topic - you'll see I already added my origins HUD to it, and have also done a lot more work on my client stuff, so from v5 onwards no, but anything before yes
OMG! I'm so angry! Why's your work so perfect? Thanks A LOT dude! I might use this in my BO1 MOD (of course... ported shit if needed which I guess need).
O I have to put them in IWD's? I'll do that right away.
Download link is back up.
Quote
OMG! I'm so angry! Why's your work so perfect? Thanks A LOT dude! I might use this in my BO1 MOD (of course... ported shit if needed which I guess need).
You want this for your BO1 mod? I'm gonna go back to BO1 modding myself and I'll make this HUD with dual wield and everything and send it over if you want.
Last Edit: June 26, 2016, 04:15:16 pm by alaurenc9
O I have to put them in IWD's? I'll do that right away.
Download link is back up. You want this for your BO1 mod? I'm gonna go back to BO1 modding myself and I'll make this HUD with dual wield and everything and send it over if you want.
Yeah I recently saw the bo1_mod thing released which makes it easier for me to MOD BO1 so I'd appreciate it if you send it over to me
Hey I'm kind of confused on what I did wrong but whenever the map starts, the game crashes and I get an error saying "ClientSysSetState - state index (-1) out of bounds (0 - 8): (file 'maps/_utility.gsc', line 9844) ClientSysSetState(level._clientSys[sSysName].sysID, sSysState);" I hope you can kinda help me with that
Yes I am using Harry's perks, but the same error is still showing up...
You did all this? OK well um...
Go into _zombiemode_perks.gsc and find
Code Snippet
Plaintext
registerClientSys( "zombiemode_perks" );
and remove it, and then search through the whole file and everytime you find this:
Code Snippet
Plaintext
SetClientSysState( "zombiemode_perks",
replace the "SetClientSysState" part with "set_client_system_state" ( mine ). Only if it says "zombiemode_perks" after it though, so not the ones that say "lsm" and "levelNotify". Then open _zombiemode_perks.csc and find this: