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

Plutonium

  1. Home
  2. BO2 Modding Support & Discussion
  3. BO2 Victios Easter egs Cheat

BO2 Victios Easter egs Cheat

Scheduled Pinned Locked Moved BO2 Modding Support & Discussion
10 Posts 6 Posters 2.2k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • undefined Offline
    undefined Offline
    Evolved Link
    wrote on Jan 26, 2024, 4:18 PM last edited by
    #1

    Hello guys, do u know if there is a command to complete all the victis easter eggs without doing nothing? I did them manually but this is not saving (in the menu with the colors on the maps, I did the navcards etc)

    undefined 1 Reply Last reply Jan 27, 2024, 9:38 AM
    1
    • undefined Offline
      undefined Offline
      Hadi77KSA Contributor
      replied to Evolved Link on Jan 27, 2024, 9:38 AM last edited by Hadi77KSA Oct 12, 2024, 5:34 PM
      #2

      Easter Egg

      statsetbyname sq_transit_last_completed 2; statsetbyname sq_highrise_last_completed 2; statsetbyname sq_buried_last_completed 2
      

      Values:

      • 0: clears the completion.
      • 1: sets the completion to Richtofen.
      • 2: sets the completion to Maxis.

      Nav Table

      statsetbyname sq_transit_started 1; statsetbyname sq_highrise_started 1; statsetbyname sq_buried_started 1
      

      Values:

      • 0: marks the Nav Table as unbuilt for the map.
      • 1: marks the Nav Table as built for the map.

      Applied Navcard

      statsetbyname navcard_applied_zm_transit 1; statsetbyname navcard_applied_zm_highrise 1; statsetbyname navcard_applied_zm_buried 1
      

      Values:

      • 0: clears the Navcard application status for the map.
      • 1: sets the Navcard application status for the map as applied.

      Held Navcard

      statsetbyname navcard_held_zm_transit 0; statsetbyname navcard_held_zm_highrise 0; statsetbyname navcard_held_zm_buried 0
      

      Values:

      • 0: removes the Navcard.
      • 1: gives the Navcard.

      Bank

      statWriteDDL PlayerStatsByMap zm_transit depositBox 250
      

      Values: anywhere from 0 to 2147483647. Represents the number of thousands in the player’s bank. So, 250 is equal to 250,000 points that can be withdrawn, which is equivalent to the max amount the bank allows to be deposited.

      • 0: empty bank.
      • 250: full bank.

      Persistent Upgrades (Permaperks)

      You have to either copy and paste them line by line, or paste them into the external console.

      statSetByName pers_boarding 74;
      statSetByName pers_revivenoperk 17;
      statSetByName pers_multikill_headshots 5;
      statSetByName pers_cash_back_bought 50; statSetByName pers_cash_back_prone 15;
      statSetByName pers_insta_kill 2;
      statSetByName pers_jugg 3;
      statSetByName pers_carpenter 1;
      statSetByName pers_flopper_counter 1;
      statSetByName pers_perk_lose_counter 3;
      statSetByName pers_pistol_points_counter 1;
      statSetByName pers_double_points_counter 1;
      statSetByName pers_sniper_counter 1;
      statSetByName pers_box_weapon_counter 5;
      statSetByName pers_nube_counter 1; statSetByName pers_max_round_reached 0;
      

      Values:

      • As provided: awards the persistent upgrade.
        • Note: the value of pers_max_round_reached does not affect the ability to be awarded with the nube persistent upgrade from changing the first dvar, but it needs to be less than 10 to avoid bugs.
      • Less than what is provided: takes away the persistent upgrade.

      Weapon Locker/Fridge

      You have to either copy and paste them line by line, or paste them into the external console. Modify weapon name as desired (ammo counts will resolve to their max allowed values once the weapon is taken from the locker/fridge):

      statWriteDDL PlayerStatsByMap zm_transit weaponLocker name "weaponCodename";
      statWriteDDL PlayerStatsByMap zm_transit weaponLocker clip 2147483647;
      statWriteDDL PlayerStatsByMap zm_transit weaponLocker stock 2147483647;
      statWriteDDL PlayerStatsByMap zm_transit weaponLocker lh_clip 2147483647;
      statWriteDDL PlayerStatsByMap zm_transit weaponLocker alt_clip 2147483647;
      statWriteDDL PlayerStatsByMap zm_transit weaponLocker alt_stock 2147483647;
      

      Values:

      • Weapon codenames: https://github.com/JezuzLizard/T6-Data-Archive/blob/main/ZM/Weapons/WEAPON_NAMES.md
      • PaP attachment options: https://github.com/JezuzLizard/T6-Data-Archive/blob/main/ZM/Script/Tables/pap_attach.csv
        • For setting a weapon with one of its provided PaP attachment options, write the weapon codename as "weaponCodename+attachment". Example: "galil_upgraded_zm+reflex"
      • Ammo counts: between 0 and 2147483647. Upon picking up the weapon, will resolve to either the set amount or the max allowed amount, whichever is smaller.

      Weapons Which Cannot be Placed in the Locker/Fridge

      Limited weapons:

      m1911_zm
      knife_ballistic_zm // Ballistic Knife
      knife_ballistic_upgraded_zm
      knife_ballistic_bowie_zm
      knife_ballistic_bowie_upgraded_zm
      knife_ballistic_no_melee_zm
      knife_ballistic_no_melee_upgraded_zm
      ray_gun_zm
      ray_gun_upgraded_zm
      raygun_mark2_zm
      raygun_mark2_upgraded_zm
      jetgun_zm
      slipgun_zm // Sliquifier
      slipgun_upgraded_zm
      slowgun_zm // Paralyzer
      slowgun_upgraded_zm
      time_bomb_zm
      

      Offhand weapons:

      // Lethal Grenades
      frag_grenade_zm
      sticky_grenade_zm // Semtex
      // Tactical Grenades
      cymbal_monkey_zm // Monkey Bombs
      emp_grenade_zm
      time_bomb_zm
      // Place-able Mines
      claymore_zm
      // Melee Weapons
      knife_zm
      bowie_knife_zm
      tazer_knuckles_zm // Galvaknuckles
      // Equipment
      jetgun_zm
      riotshield_zm // Zombie Shield
      slipgun_zm // Sliquifier
      
      1 Reply Last reply
      2
      • undefined Offline
        undefined Offline
        Evolved Link
        wrote on Feb 2, 2024, 12:22 PM last edited by
        #3

        Thanks!

        1 Reply Last reply
        0
        • undefined Offline
          undefined Offline
          lukkasz323
          wrote on Mar 20, 2024, 8:21 AM last edited by
          #4

          I can confirm that doing the easter eggs does not save them for me on exit, however with these commands they do save.

          1 Reply Last reply
          0
          • undefined Hadi77KSA referenced this topic on Jun 6, 2024, 3:08 AM
          • undefined Hadi77KSA referenced this topic on Aug 3, 2024, 2:37 PM
          • Hellrobotundefined Offline
            Hellrobotundefined Offline
            Hellrobot
            wrote on Nov 30, 2024, 8:19 PM last edited by
            #5
            This post is deleted!
            1 Reply Last reply
            0
            • Hellrobotundefined Offline
              Hellrobotundefined Offline
              Hellrobot
              wrote on Nov 30, 2024, 10:16 PM last edited by
              #6

              please help where i can put the command to they do save. I must every time copy to that cmd

              undefined 1 Reply Last reply Nov 30, 2024, 10:58 PM
              0
              • undefined Offline
                undefined Offline
                Hadi77KSA Contributor
                replied to Hellrobot on Nov 30, 2024, 10:58 PM last edited by Hadi77KSA Dec 1, 2024, 12:59 AM
                #7

                Hellrobot if you’re asking about the stats upload command, here it is:

                updategamerprofile; uploadstats
                

                Note that this doesn’t guarantee that the stats will get uploaded and saved.

                1 Reply Last reply
                0
                • undefined Hadi77KSA referenced this topic on Dec 12, 2024, 6:55 PM
                • undefined Offline
                  undefined Offline
                  AsemQ
                  wrote on Dec 13, 2024, 11:40 PM last edited by
                  #8

                  where do i insert those commands?

                  undefined 1 Reply Last reply Dec 14, 2024, 10:48 AM
                  0
                  • undefined Offline
                    undefined Offline
                    Hadi77KSA Contributor
                    replied to AsemQ on Dec 14, 2024, 10:48 AM last edited by
                    #9

                    AsemQ in the console https://plutonium.pw/docs/opening-console/

                    1 Reply Last reply
                    0
                    • Nicolay506-CRundefined Offline
                      Nicolay506-CRundefined Offline
                      Nicolay506-CR
                      wrote on Feb 24, 2025, 8:05 PM last edited by
                      #10

                      how can i disable it?

                      1 Reply Last reply
                      0

                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Recent
                      • Tags
                      • Popular
                      • Users
                      • Groups
                      • Donate