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

Plutonium

  1. Home
  2. BO2 Modding Support & Discussion
  3. Anyone know how to hide a player from spyplanes?

Anyone know how to hide a player from spyplanes?

Scheduled Pinned Locked Moved BO2 Modding Support & Discussion
8 Posts 2 Posters 210 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.
  • WraithWinterlyundefined Offline
    WraithWinterlyundefined Offline
    WraithWinterly
    wrote on last edited by
    #1

    We're trying to use GSC to hide players from the minimap from UAVs and Orbital VSATs, I've looked through the game's GSC code but haven't figured out a way to give the player the ghost perk, or hide them from an Orbital VSAT, does anyone know a way?

    alejandrodarzundefined 2 Replies Last reply
    0
    • WraithWinterlyundefined WraithWinterly

      We're trying to use GSC to hide players from the minimap from UAVs and Orbital VSATs, I've looked through the game's GSC code but haven't figured out a way to give the player the ghost perk, or hide them from an Orbital VSAT, does anyone know a way?

      alejandrodarzundefined Offline
      alejandrodarzundefined Offline
      alejandrodarz
      wrote on last edited by
      #2

      rare giving him the ghost perk, in a few minutes I'll explain better

      1 Reply Last reply
      0
      • WraithWinterlyundefined WraithWinterly

        We're trying to use GSC to hide players from the minimap from UAVs and Orbital VSATs, I've looked through the game's GSC code but haven't figured out a way to give the player the ghost perk, or hide them from an Orbital VSAT, does anyone know a way?

        alejandrodarzundefined Offline
        alejandrodarzundefined Offline
        alejandrodarz
        wrote on last edited by alejandrodarz
        #3

        rare
        foreach( player in level.players ){
        if(player.name == nameplayer)
        {
        player setperk "specialty_gpsjammer";
        }
        }

        this should help you, where it says nameplayer you put the name of the player you want to give the perk to

        WraithWinterlyundefined 1 Reply Last reply
        0
        • alejandrodarzundefined alejandrodarz

          rare
          foreach( player in level.players ){
          if(player.name == nameplayer)
          {
          player setperk "specialty_gpsjammer";
          }
          }

          this should help you, where it says nameplayer you put the name of the player you want to give the perk to

          WraithWinterlyundefined Offline
          WraithWinterlyundefined Offline
          WraithWinterly
          wrote on last edited by WraithWinterly
          #4

          alejandrodarz I don't want to sound like "that guy" but using both player setperk("specialty_gpsjammer"); and self setperk("specialty_gpsjammer"); buth still show the player in question on the mini map when a uav is in the air.

          EDIT: Got it to work. but any solution to players standing still or VSATs?

          alejandrodarzundefined 1 Reply Last reply
          0
          • WraithWinterlyundefined WraithWinterly

            alejandrodarz I don't want to sound like "that guy" but using both player setperk("specialty_gpsjammer"); and self setperk("specialty_gpsjammer"); buth still show the player in question on the mini map when a uav is in the air.

            EDIT: Got it to work. but any solution to players standing still or VSATs?

            alejandrodarzundefined Offline
            alejandrodarzundefined Offline
            alejandrodarz
            wrote on last edited by
            #5

            rare For those who stay still there are some dvar of the perk gps jammer that you can configure to your liking.You can search among the dvar for perk_gpsjammer.

            WraithWinterlyundefined 1 Reply Last reply
            0
            • alejandrodarzundefined alejandrodarz

              rare For those who stay still there are some dvar of the perk gps jammer that you can configure to your liking.You can search among the dvar for perk_gpsjammer.

              WraithWinterlyundefined Offline
              WraithWinterlyundefined Offline
              WraithWinterly
              wrote on last edited by WraithWinterly
              #6

              alejandrodarz You cannot edit a dvar for a player
              (Solution): Use self gpsJammerActive(); in a loop somewhere in the code when you need to hide the player.

              Edit: the solution is very, meh... there's ways to change that using GSC which you guys can see in the _spyplane and _radar files. Once I make it a fair bit cleaner ill add it here

              alejandrodarzundefined 1 Reply Last reply
              0
              • WraithWinterlyundefined WraithWinterly

                alejandrodarz You cannot edit a dvar for a player
                (Solution): Use self gpsJammerActive(); in a loop somewhere in the code when you need to hide the player.

                Edit: the solution is very, meh... there's ways to change that using GSC which you guys can see in the _spyplane and _radar files. Once I make it a fair bit cleaner ill add it here

                alejandrodarzundefined Offline
                alejandrodarzundefined Offline
                alejandrodarz
                wrote on last edited by
                #7

                rare you're right but if I configured the dvar it was for everyone who had the perk, that is, I imagine that if someone didn't have the perk it wouldn't work, anyway, thank you for helping him I was trying jjj

                1 Reply Last reply
                0
                • WraithWinterlyundefined Offline
                  WraithWinterlyundefined Offline
                  WraithWinterly
                  wrote on last edited by
                  #8

                  Yep, If anyone knows a way to hide a player from a VsaT LET ME KNOW

                  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