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

Plutonium

  1. Home
  2. BO2 Modding Support & Discussion
  3. [Support] Can someone help me with this.. Please!

[Support] Can someone help me with this.. Please!

Scheduled Pinned Locked Moved BO2 Modding Support & Discussion
15 Posts 6 Posters 490 Views 2 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.
  • Soccer1978undefined Soccer1978

    Hey guys,

    I saw this guy post this: https://forum.plutonium.pw/topic/191/xuid-menu-base
    Im quiet new to this and dont really know where to put the files or what to do with it..
    Could anyone maybe help me with this, would be appreciated!
    Im kinda stuck over here 😞

    Thanks :)!

    frostyundefined Offline
    frostyundefined Offline
    frosty
    wrote on last edited by
    #2

    Soccer1978 Read the gsc guide for servers

    Soccer1978undefined 1 Reply Last reply
    0
    • frostyundefined frosty

      Soccer1978 Read the gsc guide for servers

      Soccer1978undefined Offline
      Soccer1978undefined Offline
      Soccer1978
      wrote on last edited by Soccer1978
      #3

      frosty where can i find it? No thing on the forum says how i need to install it, and thats the problem i got, i'd rather hear how to fix it than 'read a guide' because if that was my fix to it, i wouldve already known it.

      Sassundefined 1 Reply Last reply
      0
      • Soccer1978undefined Soccer1978

        frosty where can i find it? No thing on the forum says how i need to install it, and thats the problem i got, i'd rather hear how to fix it than 'read a guide' because if that was my fix to it, i wouldve already known it.

        Sassundefined Offline
        Sassundefined Offline
        Sass
        Plutonium Staff
        wrote on last edited by Sass
        #4

        Follow that guide it should work just fine : https://forum.plutonium.pw/topic/10/loading-custom-gsc-scripts

        If you already did it, make sure you've followed it carefully and didn't skip any step. If you have further issues, you'll need to describe the problem better, saying "I'm new please help" doesn't help us figure what your problem is.

        *EDIT : If your current issue is related to the menu itself and have no idea how to load it, ask in the thread you come from. Hopefully @MrDucxy would give better explainations on what to do with the files.

        Soccer1978undefined 1 Reply Last reply
        0
        • Sassundefined Sass

          Follow that guide it should work just fine : https://forum.plutonium.pw/topic/10/loading-custom-gsc-scripts

          If you already did it, make sure you've followed it carefully and didn't skip any step. If you have further issues, you'll need to describe the problem better, saying "I'm new please help" doesn't help us figure what your problem is.

          *EDIT : If your current issue is related to the menu itself and have no idea how to load it, ask in the thread you come from. Hopefully @MrDucxy would give better explainations on what to do with the files.

          Soccer1978undefined Offline
          Soccer1978undefined Offline
          Soccer1978
          wrote on last edited by
          #5

          Sass thats true, i know how to add stuff to my clientids, but thats it. When i download the files he provided it has a Base, Function Hud. etc etc, i just dont know what to do with all the files together. Hope u can help me 🙂👍

          Sassundefined 1 Reply Last reply
          0
          • Soccer1978undefined Soccer1978

            Sass thats true, i know how to add stuff to my clientids, but thats it. When i download the files he provided it has a Base, Function Hud. etc etc, i just dont know what to do with all the files together. Hope u can help me 🙂👍

            Sassundefined Offline
            Sassundefined Offline
            Sass
            Plutonium Staff
            wrote on last edited by
            #6

            I just edited my message, saying that you should refer to whoever posted the menu for help. We're not really supposed to study, fix, and explain what everyone's uploading here : It's OP's responsibility to support whatever they're uploading.

            However, I took a (very) quick glance at the files and it's hard for me to figure it out, since it doesn't seem that files interact with each other. So what you can try however is extracting these files where your _clientids.gsc file is, and add the following at the top of your _clientids.gsc :

            #include maps/mp/gametypes/main;
            #include maps/mp/gametypes/verification;
            #include maps/mp/gametypes/utillities;
            #include maps/mp/gametypes/overflowfix;
            #include maps/mp/gametypes/huduttilities;
            #include maps/mp/gametypes/hud;
            #include maps/mp/gametypes/functions;
            #include maps/mp/gametypes/base;
            

            This might not work, but once again, the persons who posted/created this or who knows completely how it works can help you better than I do.

            Soccer1978undefined 2 Replies Last reply
            0
            • Sassundefined Sass

              I just edited my message, saying that you should refer to whoever posted the menu for help. We're not really supposed to study, fix, and explain what everyone's uploading here : It's OP's responsibility to support whatever they're uploading.

              However, I took a (very) quick glance at the files and it's hard for me to figure it out, since it doesn't seem that files interact with each other. So what you can try however is extracting these files where your _clientids.gsc file is, and add the following at the top of your _clientids.gsc :

              #include maps/mp/gametypes/main;
              #include maps/mp/gametypes/verification;
              #include maps/mp/gametypes/utillities;
              #include maps/mp/gametypes/overflowfix;
              #include maps/mp/gametypes/huduttilities;
              #include maps/mp/gametypes/hud;
              #include maps/mp/gametypes/functions;
              #include maps/mp/gametypes/base;
              

              This might not work, but once again, the persons who posted/created this or who knows completely how it works can help you better than I do.

              Soccer1978undefined Offline
              Soccer1978undefined Offline
              Soccer1978
              wrote on last edited by
              #7

              Sass said in Can someone help me with this.. Please!:

              I just edited my message, saying that you should refer to whoever posted the menu for help. We're not really supposed to study, fix, and explain what everyone's uploading here : It's OP's responsibility to support whatever they're uploading.

              However, I took a (very) quick glance at the files and it's hard for me to figure it out, since it doesn't seem that files interact with each other. So what you can try however is extracting these files where your _clientids.gsc file is, and add the following at the top of your _clientids.gsc :

              #include maps/mp/gametypes/main;
              #include maps/mp/gametypes/verification;
              #include maps/mp/gametypes/utillities;
              #include maps/mp/gametypes/overflowfix;
              #include maps/mp/gametypes/huduttilities;
              #include maps/mp/gametypes/hud;
              #include maps/mp/gametypes/functions;
              #include maps/mp/gametypes/base;
              

              This might not work, but once again, the persons who posted/created this or who knows completely how it works can help you better than I do.

              I will try this, and i know! I thought maybe someone can help me with it 🙂

              1 Reply Last reply
              0
              • Sassundefined Sass

                I just edited my message, saying that you should refer to whoever posted the menu for help. We're not really supposed to study, fix, and explain what everyone's uploading here : It's OP's responsibility to support whatever they're uploading.

                However, I took a (very) quick glance at the files and it's hard for me to figure it out, since it doesn't seem that files interact with each other. So what you can try however is extracting these files where your _clientids.gsc file is, and add the following at the top of your _clientids.gsc :

                #include maps/mp/gametypes/main;
                #include maps/mp/gametypes/verification;
                #include maps/mp/gametypes/utillities;
                #include maps/mp/gametypes/overflowfix;
                #include maps/mp/gametypes/huduttilities;
                #include maps/mp/gametypes/hud;
                #include maps/mp/gametypes/functions;
                #include maps/mp/gametypes/base;
                

                This might not work, but once again, the persons who posted/created this or who knows completely how it works can help you better than I do.

                Soccer1978undefined Offline
                Soccer1978undefined Offline
                Soccer1978
                wrote on last edited by
                #8

                Sass sadly didnt work, hope @MrDucxy can help me with this :)!

                Ducxyundefined 1 Reply Last reply
                0
                • mikzyundefined Offline
                  mikzyundefined Offline
                  mikzy
                  Banned
                  wrote on last edited by
                  #9
                  • You compile the file and rename it to _clientids.gsc
                  • You put that in your server files. t6r/data/maps/mp/gametypes
                  • make sure you make a maps folder and inside maps, made a mp and inside mp, gametypes and put _clientids.gsc in there.
                  • make sure the XUID you put in is all lowercase.

                  see if any of this works. (took a quick glance at this thread so dont know the exact issue. just trying to help you as fast as possible)

                  Soccer1978undefined 1 Reply Last reply
                  0
                  • mikzyundefined mikzy
                    • You compile the file and rename it to _clientids.gsc
                    • You put that in your server files. t6r/data/maps/mp/gametypes
                    • make sure you make a maps folder and inside maps, made a mp and inside mp, gametypes and put _clientids.gsc in there.
                    • make sure the XUID you put in is all lowercase.

                    see if any of this works. (took a quick glance at this thread so dont know the exact issue. just trying to help you as fast as possible)

                    Soccer1978undefined Offline
                    Soccer1978undefined Offline
                    Soccer1978
                    wrote on last edited by
                    #10

                    mikzy how do i compile them all into one? easy method for it?

                    1 Reply Last reply
                    0
                    • mikzyundefined Offline
                      mikzyundefined Offline
                      mikzy
                      Banned
                      wrote on last edited by
                      #11

                      pretty much, yes. add me on discord, mikzy#0001, and we can solve this issue easily

                      Soccer1978undefined Xerxesundefined 2 Replies Last reply
                      0
                      • mikzyundefined mikzy

                        pretty much, yes. add me on discord, mikzy#0001, and we can solve this issue easily

                        Soccer1978undefined Offline
                        Soccer1978undefined Offline
                        Soccer1978
                        wrote on last edited by
                        #12

                        mikzy said in Can someone help me with this.. Please!:

                        mikzy#0001

                        added u

                        1 Reply Last reply
                        0
                        • mikzyundefined mikzy

                          pretty much, yes. add me on discord, mikzy#0001, and we can solve this issue easily

                          Xerxesundefined Offline
                          Xerxesundefined Offline
                          Xerxes
                          Plutonium Staff
                          wrote on last edited by
                          #13

                          mikzy said in Can someone help me with this.. Please!:

                          pretty much, yes. add me on discord, mikzy#0001, and we can solve this issue easily

                          Please keep the discussion here were everyone else that has that problem can see it. By taking it back to Discord DMs you are ignoring the big advantage of a forum.

                          1 Reply Last reply
                          0
                          • mikzyundefined Offline
                            mikzyundefined Offline
                            mikzy
                            Banned
                            wrote on last edited by
                            #14

                            im sorry i just solved the issue and didn't want to go back and forth. my bad.

                            1 Reply Last reply
                            0
                            • Soccer1978undefined Soccer1978

                              Sass sadly didnt work, hope @MrDucxy can help me with this :)!

                              Ducxyundefined Offline
                              Ducxyundefined Offline
                              Ducxy
                              wrote on last edited by
                              #15

                              Soccer1978 I am releasing a newer updated version!

                              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