[RELEASE][ZM] [BETA] New bo2 hud system
-
That's freaking nice dude well done
-
yeah thats cleannn nice stuff
-
Interesting thought on the ammo counter since we only saw this style back in WaW.
-
modern MW hud eh nice
-
dontknowletspl that's a cool looking script!! I wanna ask you if you can share the part of the source code to center the perks icons, thanks!
-
xNando You do not need it since there is already similar shared on the forums. https://forum.plutonium.pw/topic/19445/resource-zm-center-perks-script
-
The script has issues like missing certain weapon names, some hud elements like spade, helm on origins.
Looking for users to test the actual script and find out what still need fixing.
-
Xerxes Would be nice if you delete something from post to explain why you do it. Is discord links not allowed anymore? If so i got the link in all my posts.
-
dontknowletspl what about a snippet of the drops/powerups positioning?
or you could say its "easy" for someone kinda new to GSC would know were to find it in JezuzzLizzard's stock scripts?
if you could at least tell wich file exactly has something to identify them/how to "pick" them in the code to them join it in the script that will be changing positions that would help a ton... -
AdrX003 Doing it in gsc has few ways i guess. The way i did it was by removing the original powerups from the include array etc and added them back as custom powerups so i could set the new location for shader.
Example:
arrayremoveindex(level.zombie_include_powerups, "double_points"); arrayremoveindex(level.zombie_powerups, "double_points"); arrayremovevalue(level.zombie_powerup_array, "double_points");
Easier way would be doing it in lua. I think there is decompiled lua dump in plutonium discord pins. You can find powerup file in there and adjust the Y little higher.
I guess some of my post show how to add custom powerups if you decide to go that way.
-
This is something I've been looking for
-
Crash for me
Exception Code: 0xC0000005
Exception Address: 0x008F4772 -
dontknowletspl Hi, I noticed that your script is obfuscated using a modified version of the Irony compiler. This obfuscation was causing crashes due to erroneous application of your obfuscation methodology.
We do not appreciate posting poor quality scripts, especially if they cannot be fixed by their users. As such I have decompiled the script such that it can be compiled using our gsc-tool compiler integrated into Plutonium. As gsc-tool is a quality compiler that produces correct output the likelihood that users will experience crashes due to bad modding practices is minimal.
Here is the decompiled script that will compile from raw in the same path as OP provided:
https://mega.nz/file/hlYCTKLR#y17ghZa0Tp8rOKJmvIWimq0MaKltUM5coM2Chhysnyk -
This post is deleted!
-
JezuzLizard Idea was to keep it compiled until its ready to be posted. But since you love to share shit code lets leave it there.
-
dontknowletspl I don't understand why you didn't even test for more than 11 minutes, and 6 seconds since the crash is deterministic. Posting an obfuscated script that causes the game to crash creates more work for developers to investigate to know whether the cause of the crash exists under normal circumstances. Since we can't control the output of an unknown fork of the old compiler we won't bother fixing issues relating to it.
I recommend not posting obfuscated scripts anymore as the obfuscation makes investigation into actual legitimate issues harder.