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

Plutonium

  1. Home
  2. BO1 Modding Releases & Resources
  3. [ZM] Zombie + Health Counter BO1

[ZM] Zombie + Health Counter BO1

Scheduled Pinned Locked Moved BO1 Modding Releases & Resources
15 Posts 12 Posters 10.7k Views 4 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.
  • coder x64undefined coder x64

    Preview.png

    How to install:
    Download the GSC script from here: https://github.com/coderx64-cyber/Bo1ZombieCounter/releases/tag/Release_V1.1
    Then move the script to: %localappdata%\Plutonium\storage\t5\scripts\sp

    Source code: https://github.com/coderx64-cyber/Bo1ZombieCounter

    UPDATE: How to change the style:
    Open counter_script.gsc with any text editor then go init() function you will find level.style variable change the value to any available style from (0-4) the default one is 0 and you can change bHealthBarRed value to true to change the health bar color to red.

    Preview of the styles:

    Default style (0):
    2022-06-19 (1).png

    style 1:
    2022-06-19 (2).png

    style 2:
    2022-06-19 (3).png

    style 3:
    2022-06-29.png

    style 4:
    2022-06-29 (1).png

    bHealthBarRed = true:
    2022-06-29 (2).png

    dontknowletsplundefined Offline
    dontknowletsplundefined Offline
    dontknowletspl
    wrote on last edited by dontknowletspl
    #2

    coder x64 This way it loads only when in match

    init()
    {
    	if ( GetDvar( #"zombiemode" ) == "1" )
    	    level thread onplayerconnect();
    }
    
    coder x64undefined 1 Reply Last reply
    1
    • dontknowletsplundefined dontknowletspl

      coder x64 This way it loads only when in match

      init()
      {
      	if ( GetDvar( #"zombiemode" ) == "1" )
      	    level thread onplayerconnect();
      }
      
      coder x64undefined Offline
      coder x64undefined Offline
      coder x64
      Contributor
      wrote on last edited by
      #3

      @dontknowletsplay Thank you I updated the script

      1 Reply Last reply
      0
      • Tommyblueeeundefined Offline
        Tommyblueeeundefined Offline
        Tommyblueee
        wrote on last edited by
        #4

        omg ily this will help on my runs

        1 Reply Last reply
        0
        • coder x64undefined Offline
          coder x64undefined Offline
          coder x64
          Contributor
          wrote on last edited by
          #5

          UPDATE: Fixed the zombie total value overlapping the zombie text and added health bar and styles.

          1 Reply Last reply
          0
          • CringeNormieundefined Offline
            CringeNormieundefined Offline
            CringeNormie
            wrote on last edited by
            #6

            Style 3 & 4 gets overlapped by the perk icon for me. Is this supposed to happen?

            coder x64undefined 1 Reply Last reply
            0
            • CringeNormieundefined CringeNormie

              Style 3 & 4 gets overlapped by the perk icon for me. Is this supposed to happen?

              coder x64undefined Offline
              coder x64undefined Offline
              coder x64
              Contributor
              wrote on last edited by
              #7

              CringeNormie Sorry I haven't notice that I have updated the script to change the health bar position

              1 Reply Last reply
              0
              • coder x64undefined coder x64

                Preview.png

                How to install:
                Download the GSC script from here: https://github.com/coderx64-cyber/Bo1ZombieCounter/releases/tag/Release_V1.1
                Then move the script to: %localappdata%\Plutonium\storage\t5\scripts\sp

                Source code: https://github.com/coderx64-cyber/Bo1ZombieCounter

                UPDATE: How to change the style:
                Open counter_script.gsc with any text editor then go init() function you will find level.style variable change the value to any available style from (0-4) the default one is 0 and you can change bHealthBarRed value to true to change the health bar color to red.

                Preview of the styles:

                Default style (0):
                2022-06-19 (1).png

                style 1:
                2022-06-19 (2).png

                style 2:
                2022-06-19 (3).png

                style 3:
                2022-06-29.png

                style 4:
                2022-06-29 (1).png

                bHealthBarRed = true:
                2022-06-29 (2).png

                deadgalaxy606undefined Offline
                deadgalaxy606undefined Offline
                deadgalaxy606
                wrote on last edited by
                #8

                coder x64 hey I have a slight problem I put the file where it was supposed to go , then load it but nothing happens no counter nothing i tried other ways people have said to try online , but im at a lost
                alt text

                LordC03undefined 1 Reply Last reply
                0
                • deadgalaxy606undefined deadgalaxy606

                  coder x64 hey I have a slight problem I put the file where it was supposed to go , then load it but nothing happens no counter nothing i tried other ways people have said to try online , but im at a lost
                  alt text

                  LordC03undefined Offline
                  LordC03undefined Offline
                  LordC03
                  wrote on last edited by LordC03
                  #9

                  deadgalaxy606 Scripts like this one, and many others, need to be placed in separate foldes that corresponds to each specific map (these folders should be in the "sp" folder). I was in the same situation as you earlier with another script, but discoved the fix through another script where its uploader had already split up the folders with their correct names. I copied the folders over and pasted my script to the the folders where I wanted it to be active when playing the corresponding maps, and it worked! Here's a photo of all of the folder names.Skärmbild 2023-07-21 221240.png

                  1 Reply Last reply
                  1
                  • coder x64undefined coder x64

                    Preview.png

                    How to install:
                    Download the GSC script from here: https://github.com/coderx64-cyber/Bo1ZombieCounter/releases/tag/Release_V1.1
                    Then move the script to: %localappdata%\Plutonium\storage\t5\scripts\sp

                    Source code: https://github.com/coderx64-cyber/Bo1ZombieCounter

                    UPDATE: How to change the style:
                    Open counter_script.gsc with any text editor then go init() function you will find level.style variable change the value to any available style from (0-4) the default one is 0 and you can change bHealthBarRed value to true to change the health bar color to red.

                    Preview of the styles:

                    Default style (0):
                    2022-06-19 (1).png

                    style 1:
                    2022-06-19 (2).png

                    style 2:
                    2022-06-19 (3).png

                    style 3:
                    2022-06-29.png

                    style 4:
                    2022-06-29 (1).png

                    bHealthBarRed = true:
                    2022-06-29 (2).png

                    SourPatchCxundefined Offline
                    SourPatchCxundefined Offline
                    SourPatchCx
                    wrote on last edited by
                    #10
                    This post is deleted!
                    1 Reply Last reply
                    0
                    • TheKiller66undefined Offline
                      TheKiller66undefined Offline
                      TheKiller66
                      wrote on last edited by
                      #11

                      Stupid question man. How can I add this to my own T5 server?

                      1 Reply Last reply
                      1
                      • Xerxesundefined Offline
                        Xerxesundefined Offline
                        Xerxes
                        Plutonium Staff
                        wrote on last edited by
                        #12

                        Exactly as written in the install section in the first post.

                        1 Reply Last reply
                        0
                        • bhfffundefined bhfff referenced this topic on
                        • TheZombieNoobundefined Offline
                          TheZombieNoobundefined Offline
                          TheZombieNoob
                          wrote on last edited by
                          #13

                          is it possible to remove the health bar and just have the timer?

                          1 Reply Last reply
                          0
                          • Florida_Man_69undefined Offline
                            Florida_Man_69undefined Offline
                            Florida_Man_69
                            wrote on last edited by
                            #14

                            Anyone know how to fix the weird health overlay bug when playing on coop? Like my health will always display 100 and when I get damage the valve changes but it gets overlayed by the 100 hp making it distracting and annoying.

                            1 Reply Last reply
                            0
                            • Kingtonioundefined Offline
                              Kingtonioundefined Offline
                              Kingtonio
                              wrote on last edited by
                              #15

                              can you do a version removing the health bar and replacing it with a game + a round timer?

                              1 Reply Last reply
                              0
                              • Miaa_undefined Miaa_ referenced this topic on
                              • one dollarundefined one dollar referenced this topic on
                              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