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

Plutonium

  1. Home
  2. BO2 Modding Releases & Resources
  3. [ZM] AnyLocker - Chat based locker for T6 Zombies Maps

[ZM] AnyLocker - Chat based locker for T6 Zombies Maps

Scheduled Pinned Locked Moved BO2 Modding Releases & Resources
6 Posts 5 Posters 475 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • undefined Offline
    undefined Offline
    Atmoist
    wrote on Sep 27, 2022, 10:16 AM last edited by
    #1

    Chat based locker system for T6ZM servers.
    Currently pretty buggy and messy code, but once I have ironed out a few more of these kinks I'll post source.
    Allows users to save their current weapon to external file for 4000 points. Each of the 6 maps has it's own locker folder holding user weapons.

    Discord:
    Atmoist🖤⚡💛#7178

    Compiled Code:
    https://github.com/Atmosphericss/AnyLocker/releases

    Requirements, usage (and source in future):
    https://github.com/Atmosphericss/AnyLocker

    undefined undefined 2 Replies Last reply Sep 28, 2022, 2:07 AM
    0
    • undefined Offline
      undefined Offline
      Jack Dempsey
      wrote on Sep 28, 2022, 1:38 AM last edited by
      #2

      is there a tutorial on how to install this? I tried to get the chat bank to work too and it didn't.

      1 Reply Last reply
      0
      • undefined Offline
        undefined Offline
        hindercanrun
        replied to Atmoist on Sep 28, 2022, 2:07 AM last edited by hindercanrun Sep 28, 2022, 5:08 AM
        #3

        Atmoist Nice release, but I think you should include an install guide.

        1 Reply Last reply
        0
        • undefined Offline
          undefined Offline
          JezuzLizard Plutonium Staff
          replied to Atmoist on Sep 28, 2022, 2:33 AM last edited by
          #4

          Atmoist I see you compiled this script with Xensik's gsc-tool. You do realize you can get correct decompiled output using the Xensik decompiler on any Xensik compiled GSC? Just confused why you didn't provide source in the first place.

          Anyway from looking at the decompiled output I noticed a mistake.

          getdvarintdefault( dvar, value )
          {
              if ( dvar == "" )
                  return value;
              else
                  return getdvarint( dvar );
          }
          

          should be

          getdvarintdefault( dvar, value )
          {
              if ( getDvar( dvar ) == "" )
                  return value;
              else
                  return getdvarint( dvar );
          }
          

          from your usage dvar(string) will never be blank so it makes more sense for it to getDvar() if the dvar(dvar) is blank.

          undefined 1 Reply Last reply Sep 28, 2022, 5:02 AM
          0
          • undefined Offline
            undefined Offline
            chasef7 Banned
            wrote on Sep 28, 2022, 4:27 AM last edited by
            #5

            the guide is linked in the post already
            https://github.com/Atmosphericss/AnyLocker

            Atmoist Nice release, would appreciate if you would share the source

            1 Reply Last reply
            0
            • undefined Offline
              undefined Offline
              Atmoist
              replied to JezuzLizard on Sep 28, 2022, 5:02 AM last edited by Atmoist Sep 28, 2022, 8:02 AM
              #6

              JezuzLizard Ah okay thank you, I'm pretty new to this so I thought it would probably be best if I try sort out my messy and buggy code before releasing the source properly.

              Thanks for telling me about the error, I'll change it now

              1 Reply Last reply
              0

              6/6

              Sep 28, 2022, 5:02 AM

              • Login

              • Don't have an account? Register

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