Skip to content
  • 0 Unread 0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Collapse

Plutonium

  1. Home
  2. BO2 Modding Support & Discussion
  3. BO2 Mob of the dead Plane Parts

BO2 Mob of the dead Plane Parts

Scheduled Pinned Locked Moved BO2 Modding Support & Discussion
11 Posts 4 Posters 2.5k 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.
  • Aranellaundefined Offline
    Aranellaundefined Offline
    Aranella
    wrote on last edited by
    #2

    Whats the script you use look like?

    3 afterlifes in customs and can pick up multiple plane parts should be as simple as level.is_forever_solo_game = true; under init
    I've done that and have it working in custom and never got your issue

    1 Reply Last reply
    1
    • Alt_Zypherundefined Offline
      Alt_Zypherundefined Offline
      Alt_Zypher
      wrote on last edited by Alt_Zypher
      #3

      Yeah. I put this.
      init()
      {
      level.is_forever_solo_game = true;
      }

      like i said, i do have 3 afterlifes but cant carry multiple parts

      Aranellaundefined 2 Replies Last reply
      0
      • Alt_Zypherundefined Alt_Zypher

        Yeah. I put this.
        init()
        {
        level.is_forever_solo_game = true;
        }

        like i said, i do have 3 afterlifes but cant carry multiple parts

        Aranellaundefined Offline
        Aranellaundefined Offline
        Aranella
        wrote on last edited by
        #4

        Alt_Zypher so forget what I said before im going to make the script that will make being able to carry multiple parts possible for this scenario better than the 1 line init

        1 Reply Last reply
        1
        • Alt_Zypherundefined Alt_Zypher

          Yeah. I put this.
          init()
          {
          level.is_forever_solo_game = true;
          }

          like i said, i do have 3 afterlifes but cant carry multiple parts

          Aranellaundefined Offline
          Aranellaundefined Offline
          Aranella
          wrote on last edited by Aranella
          #5

          #include maps\mp_utility;
          #include common_scripts\utility;
          #include maps\mp\zombies_zm_utility;
          #include maps\mp\zombies_zm_craftables;
          #include maps\mp\zm_alcatraz_utility;
          #include scripts\zm_zm_afterlife;

          init()
          {
          level thread plane_set_pieces_shared();
          level.is_forever_solo_game = true;
          }

          plane_set_pieces_shared()
          {
          foreach(stub in level.zombie_include_craftables)
          {
          if(stub.name == "plane" || stub.name == "refuelable_plane")
          {
          foreach(piece in stub.a_piecestubs)
          {
          piece.is_shared = 1;
          piece.client_field_state = undefined;
          }
          }
          }
          }

          I test this in custom games myself it works
          putting it in a comment is so messy but here

          1 Reply Last reply
          0
          • Alt_Zypherundefined Offline
            Alt_Zypherundefined Offline
            Alt_Zypher
            wrote on last edited by
            #6

            It gives me an error. Maybe you can send a screenshot of what you put in the file. I've copied everything you put in the chat above
            The error is :
            ****1 script error(s)
            Urresolved external : "is_classic" with 0 parameters in "scripts/zm/solo.gsc" at line 1

            Aranellaundefined 2 Replies Last reply
            0
            • Alt_Zypherundefined Alt_Zypher

              It gives me an error. Maybe you can send a screenshot of what you put in the file. I've copied everything you put in the chat above
              The error is :
              ****1 script error(s)
              Urresolved external : "is_classic" with 0 parameters in "scripts/zm/solo.gsc" at line 1

              Aranellaundefined Offline
              Aranellaundefined Offline
              Aranella
              wrote on last edited by
              #7

              Alt_Zypher ah its the isclassic and specifying the map line remove all that I wasnt thinking that part through but everything else work can confirm that

              remove the isclassic part until you get to this then it works
              plane_set_pieces_shared()
              {
              foreach(stub in level.zombie_include_craftables)

              1 Reply Last reply
              1
              • Alt_Zypherundefined Alt_Zypher

                It gives me an error. Maybe you can send a screenshot of what you put in the file. I've copied everything you put in the chat above
                The error is :
                ****1 script error(s)
                Urresolved external : "is_classic" with 0 parameters in "scripts/zm/solo.gsc" at line 1

                Aranellaundefined Offline
                Aranellaundefined Offline
                Aranella
                wrote on last edited by
                #8

                Alt_ZypherScreenshot 2023-03-08 223959.png screenshot? the one that works is this one

                Shuten-Dojiundefined containedepundefined 2 Replies Last reply
                1
                • Alt_Zypherundefined Offline
                  Alt_Zypherundefined Offline
                  Alt_Zypher
                  wrote on last edited by
                  #9

                  It works. Thank you very much

                  1 Reply Last reply
                  0
                  • Aranellaundefined Aranella

                    Alt_ZypherScreenshot 2023-03-08 223959.png screenshot? the one that works is this one

                    Shuten-Dojiundefined Offline
                    Shuten-Dojiundefined Offline
                    Shuten-Doji
                    wrote on last edited by
                    #10

                    @FluffySn0w0yFox I just tested this one myself. The 3 stacks of Afterlife works fine and the plane parts. the problem is with the fuel cans. for some reason it doesn't seem to work for me in custom games. any ideas?

                    1 Reply Last reply
                    0
                    • Aranellaundefined Aranella

                      Alt_ZypherScreenshot 2023-03-08 223959.png screenshot? the one that works is this one

                      containedepundefined Offline
                      containedepundefined Offline
                      containedep
                      wrote on last edited by
                      #11

                      Aranella what do you name this script when putting it into files?

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