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

Plutonium

  1. Home
  2. BO2 Modding Support & Discussion
  3. Removal of Denizens?

Removal of Denizens?

Scheduled Pinned Locked Moved BO2 Modding Support & Discussion
17 Posts 12 Posters 4.6k 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.
  • techboy04gamingundefined techboy04gaming

    Is it possible to remove Denizens or at least kill them when they spawn in?

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

    techboy04gaming

    setDvar( "scr_screecher_ignore_player", 1 );
    
    A Former User? 1 Reply Last reply
    0
    • techboy04gamingundefined Offline
      techboy04gamingundefined Offline
      techboy04gaming
      wrote on last edited by
      #3

      Cahz said in Removal of Denizens?:

      setDvar( "scr_screecher_ignore_player", 1 );

      Thank you! Your help on these posts help alot!

      Muddiesundefined 1 Reply Last reply
      0
      • Cahzundefined Cahz

        techboy04gaming

        setDvar( "scr_screecher_ignore_player", 1 );
        
        A Former User? Offline
        A Former User? Offline
        A Former User
        wrote on last edited by
        #4

        Cahz How do you use that? Do you just type it in the console?

        RektInatorundefined 1 Reply Last reply
        0
        • A Former User? A Former User

          Cahz How do you use that? Do you just type it in the console?

          RektInatorundefined Offline
          RektInatorundefined Offline
          RektInator
          Plutonium Admin
          wrote on last edited by RektInator
          #5

          @SerinityyXD The example he gave was a script, but you can probably add
          scr_screecher_ignore_player 1 to your server config or type it in the in-game console while playing solo.

          A Former User? 1 Reply Last reply
          0
          • RektInatorundefined RektInator

            @SerinityyXD The example he gave was a script, but you can probably add
            scr_screecher_ignore_player 1 to your server config or type it in the in-game console while playing solo.

            A Former User? Offline
            A Former User? Offline
            A Former User
            wrote on last edited by
            #6

            RektInator I would like to use it in solo. I typed that in console and it didn't work. I am not too familiar with scripts but I know a little. If you would please explain to me or direct me to where I can figure it out I would appreciate it. Thanks! :3

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

              The dvar is probably cheat protected and thus why he uses gsc to set it.

              A Former User? annoyingundefined 2 Replies Last reply
              0
              • Xerxesundefined Xerxes

                The dvar is probably cheat protected and thus why he uses gsc to set it.

                A Former User? Offline
                A Former User? Offline
                A Former User
                wrote on last edited by
                #8

                Xerxes Can you help me set that up? I don't know how to do it.

                Muddiesundefined 1 Reply Last reply
                1
                • Xerxesundefined Xerxes

                  The dvar is probably cheat protected and thus why he uses gsc to set it.

                  annoyingundefined Offline
                  annoyingundefined Offline
                  annoying
                  wrote on last edited by
                  #9

                  Xerxes If you were to set a DVAR like this in the GSC upon player connect, wouldn't it be set to 1 upon player revival? If so, how would I change that?

                  1 Reply Last reply
                  0
                  • A Former User? A Former User

                    Xerxes Can you help me set that up? I don't know how to do it.

                    Muddiesundefined Offline
                    Muddiesundefined Offline
                    Muddies
                    wrote on last edited by
                    #10

                    Hey I know this forum is really old but did you ever find a solution to remove denizens?

                    chicken emojiundefined 1 Reply Last reply
                    0
                    • Muddiesundefined Muddies

                      Hey I know this forum is really old but did you ever find a solution to remove denizens?

                      chicken emojiundefined Offline
                      chicken emojiundefined Offline
                      chicken emoji
                      wrote on last edited by
                      #11

                      Muddies It's the first answer 🐔

                      Muddiesundefined 1 Reply Last reply
                      0
                      • chicken emojiundefined chicken emoji

                        Muddies It's the first answer 🐔

                        Muddiesundefined Offline
                        Muddiesundefined Offline
                        Muddies
                        wrote on last edited by
                        #12

                        chicken emoji Yeah but i dont know where to use the command.

                        Resxtundefined 1 Reply Last reply
                        0
                        • Muddiesundefined Muddies

                          chicken emoji Yeah but i dont know where to use the command.

                          Resxtundefined Offline
                          Resxtundefined Offline
                          Resxt
                          Plutonium Staff
                          wrote on last edited by
                          #13

                          Muddies in the console

                          1 Reply Last reply
                          0
                          • techboy04gamingundefined techboy04gaming

                            Cahz said in Removal of Denizens?:

                            setDvar( "scr_screecher_ignore_player", 1 );

                            Thank you! Your help on these posts help alot!

                            Muddiesundefined Offline
                            Muddiesundefined Offline
                            Muddies
                            wrote on last edited by
                            #14

                            techboy04gaming Desktop Screenshot 2024.04.17 - 20.01.14.86.png i know this forum is really old but do you know how to fix this error?

                            1 Reply Last reply
                            0
                            • DR.moonKeyundefined Offline
                              DR.moonKeyundefined Offline
                              DR.moonKey
                              wrote on last edited by
                              #15

                              How can i play with friends on lan mod all the previous commands are not working

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

                                For anyone who is still looking for a fix to this dumb map write this into a txt and then change the file to .gsc

                                init()
                                {
                                setDvar( "scr_screecher_ignore_player", 1 );
                                Print("if you see this it works");
                                }

                                420swagundefined 1 Reply Last reply
                                4
                                • Silverloolundefined Silverlool

                                  For anyone who is still looking for a fix to this dumb map write this into a txt and then change the file to .gsc

                                  init()
                                  {
                                  setDvar( "scr_screecher_ignore_player", 1 );
                                  Print("if you see this it works");
                                  }

                                  420swagundefined Offline
                                  420swagundefined Offline
                                  420swag
                                  wrote on last edited by
                                  #17

                                  Silverlool thanks

                                  1 Reply Last reply
                                  0

                                  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
                                  • Recent
                                  • Tags
                                  • Popular
                                  • Users
                                  • Groups
                                  • Donate