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

Plutonium

  1. Home
  2. BO2 Modding Support & Discussion
  3. Requesting help

Requesting help

Scheduled Pinned Locked Moved BO2 Modding Support & Discussion
13 Posts 3 Posters 407 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.
  • Rasselundefined Offline
    Rasselundefined Offline
    Rassel
    wrote on last edited by
    #4

    Thanks for your response, I will put it into practice right away to check the results, before receiving your suggestion I had chosen to eliminate several functions and replace the way of calling and show the Perks for this:
    perkHud()
    {
    self endon("disconnect");
    self.perkText = createfontstring("Objective", 1);
    self.perkText setpoint("LEFT", "TOP", -290, -10);
    while(1)
    {
    self.perkText settext(self getPerkDisplay());
    wait 0.01;
    }
    }
    getPerkDisplay()
    {
    myperks = self get_perk_array(0);
    string = "PERKS: ";
    for(i=0;i<myperks.size;i++)
    {
    string = string + "\n^6" + getPerkName(myperks[i]);
    }
    return string;
    }

    1 Reply Last reply
    0
    • Sorexundefined Offline
      Sorexundefined Offline
      Sorex
      Contributor
      wrote on last edited by
      #5

      Rassel said in Requesting help:

      getPerkDisplay

      use SetElementText to set all text, change all SetText with setElementText

      Rasselundefined 1 Reply Last reply
      0
      • Sorexundefined Sorex

        Rassel said in Requesting help:

        getPerkDisplay

        use SetElementText to set all text, change all SetText with setElementText

        Rasselundefined Offline
        Rasselundefined Offline
        Rassel
        wrote on last edited by
        #6

        Sorex
        Thanks friend. I tried with the code I replaced as you recommended, and I left the screen without huds like the original game. This is not really for a private server. It is free and is played throughout the country. If someone wants to help us, here is everything in this room. so far 8 players per room and it falls every couple of hours.
        https://drive.google.com/file/d/1_CB31zmqcQgDxIDAqWlFvQAdYgvWefgS/view?usp=drivesdk

        Cahzundefined 1 Reply Last reply
        0
        • Rasselundefined Rassel

          Sorex
          Thanks friend. I tried with the code I replaced as you recommended, and I left the screen without huds like the original game. This is not really for a private server. It is free and is played throughout the country. If someone wants to help us, here is everything in this room. so far 8 players per room and it falls every couple of hours.
          https://drive.google.com/file/d/1_CB31zmqcQgDxIDAqWlFvQAdYgvWefgS/view?usp=drivesdk

          Cahzundefined Offline
          Cahzundefined Offline
          Cahz
          VIP
          wrote on last edited by
          #7

          Rassel Looks like you're using the Bonus Survival Maps. Maybe try again with the latest release and add your scripts that you want 1 at a time until you can figure out what is causing the crashes.

          Rasselundefined 1 Reply Last reply
          0
          • Cahzundefined Cahz

            Rassel Looks like you're using the Bonus Survival Maps. Maybe try again with the latest release and add your scripts that you want 1 at a time until you can figure out what is causing the crashes.

            Rasselundefined Offline
            Rasselundefined Offline
            Rassel
            wrote on last edited by
            #8

            Cahz In effect, I'm using the Bonus Survival Maps, the last update makes zombies too easy for me, in the highest rounds they are killed with a single stab, so I tried to change the way of calculating the damage for the previous one, I have them I added the other scripts and the server continues to fail every couple of hours, usually the error that gives me (overflow) refers to the excessive use of the strings used in the perks, showing me on the screen the perks of the players, with the change that I previously published does not show any error, only the server crashes, and if I add the scripts that you suggested, I do not know the stability, but I lose both the welcome message, as the hud of life, the score, the perks,. ..Those who contribute a lot to the game. It seems that there are too many things or that it is simply not within my reach to correct it xd 😕

            Cahzundefined 1 Reply Last reply
            0
            • Rasselundefined Rassel

              Cahz In effect, I'm using the Bonus Survival Maps, the last update makes zombies too easy for me, in the highest rounds they are killed with a single stab, so I tried to change the way of calculating the damage for the previous one, I have them I added the other scripts and the server continues to fail every couple of hours, usually the error that gives me (overflow) refers to the excessive use of the strings used in the perks, showing me on the screen the perks of the players, with the change that I previously published does not show any error, only the server crashes, and if I add the scripts that you suggested, I do not know the stability, but I lose both the welcome message, as the hud of life, the score, the perks,. ..Those who contribute a lot to the game. It seems that there are too many things or that it is simply not within my reach to correct it xd 😕

              Cahzundefined Offline
              Cahzundefined Offline
              Cahz
              VIP
              wrote on last edited by
              #9

              Rassel If I'm not mistaken the Bonus Survival Maps have an overflow fix on them. Also, what map(s) are crashing?

              I've ran the survival maps on a dedicated server for multiple days with no crash on Tranzit
              The most recent version of MOTD maps should be stable (but I've never tested thoroughly enough to say for 100%).

              And any other maps should be "vanilla" which also shouldn't cause crashes....

              Rasselundefined 1 Reply Last reply
              0
              • Cahzundefined Cahz

                Rassel If I'm not mistaken the Bonus Survival Maps have an overflow fix on them. Also, what map(s) are crashing?

                I've ran the survival maps on a dedicated server for multiple days with no crash on Tranzit
                The most recent version of MOTD maps should be stable (but I've never tested thoroughly enough to say for 100%).

                And any other maps should be "vanilla" which also shouldn't cause crashes....

                Rasselundefined Offline
                Rasselundefined Offline
                Rassel
                wrote on last edited by
                #10

                Cahz I correct my previous answer, they have already solved the error of the life of the zombies in the repo, I will try adding the scripts only for Tranzit, although the Prison map or the Tomb, they are really the most liked on the server, Thanks

                Cahzundefined 1 Reply Last reply
                0
                • Rasselundefined Rassel

                  Cahz I correct my previous answer, they have already solved the error of the life of the zombies in the repo, I will try adding the scripts only for Tranzit, although the Prison map or the Tomb, they are really the most liked on the server, Thanks

                  Cahzundefined Offline
                  Cahzundefined Offline
                  Cahz
                  VIP
                  wrote on last edited by
                  #11

                  Rassel Tomb/Origins (survival maps version) is unfinished
                  Motd should be stable

                  Rasselundefined 1 Reply Last reply
                  0
                  • Cahzundefined Cahz

                    Rassel Tomb/Origins (survival maps version) is unfinished
                    Motd should be stable

                    Rasselundefined Offline
                    Rasselundefined Offline
                    Rassel
                    wrote on last edited by
                    #12

                    Cahz I need a way to check if my dedicated server is down and if so. restart it automatically. Think you can help me? I work on windows 10. not on linux. and if I could create a .bat with that function it would save me bad times.

                    1 Reply Last reply
                    0
                    • Sorexundefined Offline
                      Sorexundefined Offline
                      Sorex
                      Contributor
                      wrote on last edited by
                      #13

                      Rassel for me the default.bat restart automaticaly the server when go off. If the Dedicate servers is off the only way to fix it is from the provider website

                      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