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

Plutonium

  1. Home
  2. BO2 Modding Support & Discussion
  3. _zm.gsc doesnt load

_zm.gsc doesnt load

Scheduled Pinned Locked Moved BO2 Modding Support & Discussion
9 Posts 4 Posters 704 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.
  • brugola Offline
    brugola Offline
    brugola
    wrote on last edited by
    #1

    As title my compiled _zm.gsc doesnt load. Why is this happening?
    I placed the file here: C:\Games\pluto_t6_full_game\t6r\data\maps\mp\zombies

    I solved every bad syntax but i cant understand why it doesnt appear on the list of file parsed on the external "console".

    mikzy 1 Reply Last reply
    0
    • brugola brugola

      As title my compiled _zm.gsc doesnt load. Why is this happening?
      I placed the file here: C:\Games\pluto_t6_full_game\t6r\data\maps\mp\zombies

      I solved every bad syntax but i cant understand why it doesnt appear on the list of file parsed on the external "console".

      mikzy Offline
      mikzy Offline
      mikzy
      Banned
      wrote on last edited by
      #2

      brugola _zm.gsc is not editable due to the developers having changes to it. what are you trying to modify specifically? we may have a work around.

      brugola 1 Reply Last reply
      0
      • mikzy mikzy

        brugola _zm.gsc is not editable due to the developers having changes to it. what are you trying to modify specifically? we may have a work around.

        brugola Offline
        brugola Offline
        brugola
        wrote on last edited by
        #3

        mikey Hi man, thank you for the info.

        I dont have anything in particular in mind i just would like to play with round rules and experiment random things.

        The modding system is so awsome and yet a little bit restricted if i cant edit some files 😞

        Dss0 1 Reply Last reply
        0
        • brugola brugola

          mikey Hi man, thank you for the info.

          I dont have anything in particular in mind i just would like to play with round rules and experiment random things.

          The modding system is so awsome and yet a little bit restricted if i cant edit some files 😞

          Dss0 Offline
          Dss0 Offline
          Dss0
          Plutonium Staff
          wrote on last edited by
          #4

          brugola just use maps/mp/gametypes_zm/_clientids.gsc.

          mikzy 1 Reply Last reply
          0
          • Dss0 Dss0

            brugola just use maps/mp/gametypes_zm/_clientids.gsc.

            mikzy Offline
            mikzy Offline
            mikzy
            Banned
            wrote on last edited by
            #5

            Dss0 im assuming he wanted to edit something specifically in _zm so that really wasn't a option

            brugola 1 Reply Last reply
            0
            • mikzy mikzy

              Dss0 im assuming he wanted to edit something specifically in _zm so that really wasn't a option

              brugola Offline
              brugola Offline
              brugola
              wrote on last edited by
              #6

              mikey indeed, round logic is inside _zm.gsc.

              JezuzLizard 1 Reply Last reply
              0
              • brugola brugola

                mikey indeed, round logic is inside _zm.gsc.

                JezuzLizard Offline
                JezuzLizard Offline
                JezuzLizard
                Plutonium Staff
                wrote on last edited by
                #7

                brugola Try using the new replaceFunc() to modify the functions you want to change.

                brugola 1 Reply Last reply
                0
                • JezuzLizard JezuzLizard

                  brugola Try using the new replaceFunc() to modify the functions you want to change.

                  brugola Offline
                  brugola Offline
                  brugola
                  wrote on last edited by brugola
                  #8

                  JezuzLizard Thanks, didnt know about that, gonna try soon.

                  mikzy 1 Reply Last reply
                  0
                  • brugola brugola

                    JezuzLizard Thanks, didnt know about that, gonna try soon.

                    mikzy Offline
                    mikzy Offline
                    mikzy
                    Banned
                    wrote on last edited by
                    #9

                    brugola code snippet/example of use of you want to use it

                    init()
                    {
                        replaceFunc( ::origFunc, ::replacedFunc )
                        origFunc();
                    }
                    
                    origFunc()
                    {
                        printf( "Replace failed" );
                    }
                    
                    replacedFunc()
                    {   
                        printf( "Replaced successfully" );
                    }
                    
                    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
                    • Donate