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

Plutonium

  1. Home
  2. BO2 Modding Releases & Resources
  3. [Clipstone] Vanilla server files

[Clipstone] Vanilla server files

Scheduled Pinned Locked Moved BO2 Modding Releases & Resources
13 Posts 3 Posters 894 Views 1 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.
  • Decundefined Offline
    Decundefined Offline
    Dec
    Contributor
    wrote on last edited by
    #1

    Has working stats counter and high round tracker that works for all maps, Also needs a web server to host the files locally for the http requests, The setup should be in the readme but i probably missed some things out so just let me know!

    if links are not allowed on here could the be removed thankyou or ill remove if they're not allowed!

    Github

    videos of the scripts:

    tiktok video
    youtube video
    youtube short video

    if you need help setting them up contact me in these places below or in this thread:

    Discord Twitter

    Rei dos codsundefined 1 Reply Last reply
    2
    • Decundefined Dec

      Has working stats counter and high round tracker that works for all maps, Also needs a web server to host the files locally for the http requests, The setup should be in the readme but i probably missed some things out so just let me know!

      if links are not allowed on here could the be removed thankyou or ill remove if they're not allowed!

      Github

      videos of the scripts:

      tiktok video
      youtube video
      youtube short video

      if you need help setting them up contact me in these places below or in this thread:

      Discord Twitter

      Rei dos codsundefined Offline
      Rei dos codsundefined Offline
      Rei dos cods
      wrote on last edited by
      #2

      Dec They are allowed, but the links are no longer working.
      9df5fc62-9e2c-4bb4-a769-3696df8aa729-image.png

      Decundefined 2 Replies Last reply
      0
      • Rei dos codsundefined Rei dos cods

        Dec They are allowed, but the links are no longer working.
        9df5fc62-9e2c-4bb4-a769-3696df8aa729-image.png

        Decundefined Offline
        Decundefined Offline
        Dec
        Contributor
        wrote on last edited by
        #3

        Rei dos cods Yeah i removed everything on my git to tidy it up a bit, what scripts were you wanting from the file?, someone decompiled it and put it on paste bin a while ago because i uploaded the compiled version by accident and removed the uncompiled and couldnt e arsed to decompile it myself ill see if i can find it and post it back here

        Rei dos codsundefined 1 Reply Last reply
        1
        • Rei dos codsundefined Rei dos cods

          Dec They are allowed, but the links are no longer working.
          9df5fc62-9e2c-4bb4-a769-3696df8aa729-image.png

          Decundefined Offline
          Decundefined Offline
          Dec
          Contributor
          wrote on last edited by Dec
          #4

          Rei dos cods was decompiled here however i cannot login to get the paste bin link for you

          not allowed to post other forums

          add me on discord for the link: weedliketosmoke

          or wait till later and ill post the paste bin here

          1 Reply Last reply
          1
          • Decundefined Dec

            Rei dos cods Yeah i removed everything on my git to tidy it up a bit, what scripts were you wanting from the file?, someone decompiled it and put it on paste bin a while ago because i uploaded the compiled version by accident and removed the uncompiled and couldnt e arsed to decompile it myself ill see if i can find it and post it back here

            Rei dos codsundefined Offline
            Rei dos codsundefined Offline
            Rei dos cods
            wrote on last edited by
            #5

            Dec The scripts that store player information in mysql.
            also in the video you posted

            Decundefined 1 Reply Last reply
            0
            • Rei dos codsundefined Rei dos cods

              Dec The scripts that store player information in mysql.
              also in the video you posted

              Decundefined Offline
              Decundefined Offline
              Dec
              Contributor
              wrote on last edited by
              #6

              Rei dos cods Pretty sure the mysql funcs from t6utils are broken or i just didnt use it correctly, i use an api to send and receive the information, Below is the current project im working on which has the same things!

              https://github.com/WeedLikeTooSmoke/ClipstoneZombies

              DirkRockfaceundefined 1 Reply Last reply
              1
              • Decundefined Dec

                Rei dos cods Pretty sure the mysql funcs from t6utils are broken or i just didnt use it correctly, i use an api to send and receive the information, Below is the current project im working on which has the same things!

                https://github.com/WeedLikeTooSmoke/ClipstoneZombies

                DirkRockfaceundefined Offline
                DirkRockfaceundefined Offline
                DirkRockface
                Contributor
                wrote on last edited by DirkRockface
                #7

                Dec, Rei dos cods I can confirm that the mysql functions of t6utils work fine... i am using them for all of my data / stat / rank storage.

                Decundefined 2 Replies Last reply
                0
                • DirkRockfaceundefined DirkRockface

                  Dec, Rei dos cods I can confirm that the mysql functions of t6utils work fine... i am using them for all of my data / stat / rank storage.

                  Decundefined Offline
                  Decundefined Offline
                  Dec
                  Contributor
                  wrote on last edited by
                  #8

                  DirkRockface Fancy dropping a snippet of the setup?, would very much appreciate it!

                  DirkRockfaceundefined 1 Reply Last reply
                  1
                  • DirkRockfaceundefined DirkRockface

                    Dec, Rei dos cods I can confirm that the mysql functions of t6utils work fine... i am using them for all of my data / stat / rank storage.

                    Decundefined Offline
                    Decundefined Offline
                    Dec
                    Contributor
                    wrote on last edited by Dec
                    #9

                    DirkRockface Also whilst i'm here do you know a work around for the below code, addCommand('name', fallback); this fails after the first initial start of the server but im using it correctly wondering if its an issue with the utils or plutonium?

                    First initial start of the server it works fine, if i map_restart or players all die and server restarts then it fails to work.

                    I'm using it to add commands that get executed from rcon.

                    github link > https://github.com/WeedLikeTooSmoke/ClipstoneZombies-Scripts/blob/main/scripts/vanilla/clipstonezombies.gsc

                    1 Reply Last reply
                    1
                    • Decundefined Dec

                      DirkRockface Fancy dropping a snippet of the setup?, would very much appreciate it!

                      DirkRockfaceundefined Offline
                      DirkRockfaceundefined Offline
                      DirkRockface
                      Contributor
                      wrote on last edited by
                      #10

                      Dec I'm away for a work trip for the week but can remote in later if you need to see my execution of it.
                      I just followed the readme and it worked great for me (don't think i had to change / update anything but i can look later)

                      https://github.com/alicealys/t6-gsc-utils?tab=readme-ov-file#mysql

                      Let me know if you've already tried this or it doesn't work for you and i can get you a copy of my code/version.

                      Decundefined 1 Reply Last reply
                      0
                      • Decundefined Offline
                        Decundefined Offline
                        Dec
                        Contributor
                        wrote on last edited by
                        #11

                        DirkRockface Rei dos cods

                        Sorted out a script using whats on the readme for mysql

                        https://github.com/WeedLikeTooSmoke/ClipstoneZombies-Scripts/tree/main/testing_scripts

                        1 Reply Last reply
                        0
                        • DirkRockfaceundefined DirkRockface

                          Dec I'm away for a work trip for the week but can remote in later if you need to see my execution of it.
                          I just followed the readme and it worked great for me (don't think i had to change / update anything but i can look later)

                          https://github.com/alicealys/t6-gsc-utils?tab=readme-ov-file#mysql

                          Let me know if you've already tried this or it doesn't work for you and i can get you a copy of my code/version.

                          Decundefined Offline
                          Decundefined Offline
                          Dec
                          Contributor
                          wrote on last edited by
                          #12

                          DirkRockface Could you give me a quick setup on using the mysql functions, been trying to setup a bunch of functions for it like player accounts and what not but getting nothing but errors, would appreciate it!

                          DirkRockfaceundefined 1 Reply Last reply
                          0
                          • Decundefined Dec

                            DirkRockface Could you give me a quick setup on using the mysql functions, been trying to setup a bunch of functions for it like player accounts and what not but getting nothing but errors, would appreciate it!

                            DirkRockfaceundefined Offline
                            DirkRockfaceundefined Offline
                            DirkRockface
                            Contributor
                            wrote on last edited by
                            #13

                            Dec sure, might be easier to do on discord! (same name)

                            1 Reply Last reply
                            0
                            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
                            • Recent
                            • Tags
                            • Popular
                            • Users
                            • Groups
                            • Donate