Skip to content
  • 0 Unread 0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

  1. Home
  2. BO2 Modding Releases & Resources
  3. [RELEASE][ZM] [BETA] New bo2 hud system

[RELEASE][ZM] [BETA] New bo2 hud system

Scheduled Pinned Locked Moved BO2 Modding Releases & Resources
20 Posts 13 Posters 8.2k Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • dontknowletspl Offline
    dontknowletspl Offline
    dontknowletspl
    wrote on last edited by
    #11

    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.

    1 Reply Last reply
    0
    • dontknowletspl Offline
      dontknowletspl Offline
      dontknowletspl
      wrote on last edited by
      #12

      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.

      1 Reply Last reply
      0
      • dontknowletspl dontknowletspl

        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

        AdrX003 Offline
        AdrX003 Offline
        AdrX003
        wrote on last edited by AdrX003
        #13

        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...

        dontknowletspl 1 Reply Last reply
        0
        • AdrX003 AdrX003

          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...

          dontknowletspl Offline
          dontknowletspl Offline
          dontknowletspl
          wrote on last edited by
          #14

          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.

          1 Reply Last reply
          1
          • Sunstreaker Offline
            Sunstreaker Offline
            Sunstreaker
            wrote on last edited by
            #15

            This is something I've been looking for

            1 Reply Last reply
            0
            • _shiro_foxy_ Offline
              _shiro_foxy_ Offline
              _shiro_foxy_
              wrote on last edited by
              #16

              Crash for me
              Exception Code: 0xC0000005
              Exception Address: 0x008F4772

              1 Reply Last reply
              0
              • dontknowletspl dontknowletspl

                This post is deleted!

                JezuzLizard Offline
                JezuzLizard Offline
                JezuzLizard
                Plutonium Staff
                wrote on last edited by
                #17

                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

                dontknowletspl 1 Reply Last reply
                4
                • Iabiche Offline
                  Iabiche Offline
                  Iabiche
                  wrote on last edited by
                  #18
                  This post is deleted!
                  1 Reply Last reply
                  0
                  • JezuzLizard JezuzLizard

                    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

                    dontknowletspl Offline
                    dontknowletspl Offline
                    dontknowletspl
                    wrote on last edited by dontknowletspl
                    #19

                    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.

                    JezuzLizard 1 Reply Last reply
                    2
                    • dontknowletspl dontknowletspl

                      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.

                      JezuzLizard Offline
                      JezuzLizard Offline
                      JezuzLizard
                      Plutonium Staff
                      wrote on last edited by
                      #20

                      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.

                      1 Reply Last reply
                      1

                      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                      With your input, this post could be even better 💗

                      Register Login
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Unread 0
                      • Recent
                      • Tags
                      • Popular
                      • Users
                      • Groups
                      • Donate