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

Plutonium

  1. Home
  2. WAW Server Hosting Support
  3. linux create server ?

linux create server ?

Scheduled Pinned Locked Moved WAW Server Hosting Support
17 Posts 3 Posters 2.2k 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.
  • Matrixv Offline
    Matrixv Offline
    Matrixv
    wrote on last edited by
    #3

    Yes but a tutorial dedicated for T4 will be better, because me too I wanna setup a T4 zombie server in Linux but it’s hard to setup a server for first time and it’s agains more hard if we look a tutorial Who is not detected for the game we try to setup the server

    Sorry for bad English I try my best

    Kratos_26000 1 Reply Last reply
    1
    • Matrixv Matrixv

      Yes but a tutorial dedicated for T4 will be better, because me too I wanna setup a T4 zombie server in Linux but it’s hard to setup a server for first time and it’s agains more hard if we look a tutorial Who is not detected for the game we try to setup the server

      Sorry for bad English I try my best

      Kratos_26000 Offline
      Kratos_26000 Offline
      Kratos_26000
      wrote on last edited by
      #4

      @tsstbattle not serious but I think able to successfully create a server with Linux I have already succeeded for bo2 why not t4

      Matrixv 1 Reply Last reply
      0
      • Kratos_26000 Kratos_26000

        @tsstbattle not serious but I think able to successfully create a server with Linux I have already succeeded for bo2 why not t4

        Matrixv Offline
        Matrixv Offline
        Matrixv
        wrote on last edited by
        #5

        Kratos_26000 could you make a tutorial later 🙂 ?

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

          I think for t4 I found but if there is no tutorial I will see it

          Matrixv 1 Reply Last reply
          0
          • Kratos_26000 Kratos_26000

            I think for t4 I found but if there is no tutorial I will see it

            Matrixv Offline
            Matrixv Offline
            Matrixv
            wrote on last edited by
            #7

            Kratos_26000 Thanks 🙂

            Kratos_26000 1 Reply Last reply
            0
            • brolpzt Offline
              brolpzt Offline
              brolpzt
              wrote on last edited by
              #8

              Use the same tutorial as T6, it will work. It's the same thing. The difference you use the t4 files. You need to try.

              1 Reply Last reply
              0
              • Kratos_26000 Offline
                Kratos_26000 Offline
                Kratos_26000
                wrote on last edited by
                #9

                yeah if I do the order like on t6 and I do the t4 server files I think it can work

                1 Reply Last reply
                0
                • Matrixv Matrixv

                  Kratos_26000 Thanks 🙂

                  Kratos_26000 Offline
                  Kratos_26000 Offline
                  Kratos_26000
                  wrote on last edited by
                  #10

                  @tsstbattle no problem

                  Matrixv 1 Reply Last reply
                  0
                  • Kratos_26000 Kratos_26000

                    @tsstbattle no problem

                    Matrixv Offline
                    Matrixv Offline
                    Matrixv
                    wrote on last edited by Matrixv
                    #11

                    Kratos_26000 I made a prepared pack for setup T4 zombie server
                    Credit to Minami i used his tutorial and edited his prepared pack
                    I just edited game files with T4, edit t6mp and t6sp with t4mp and t4sp and edited the .sh that start server for use parameters of a T4 zombie server

                    I will upload it in 1 hours
                    I don’t tested it But it should Work I verified everything

                    Kratos_26000 1 Reply Last reply
                    0
                    • Matrixv Matrixv

                      Kratos_26000 I made a prepared pack for setup T4 zombie server
                      Credit to Minami i used his tutorial and edited his prepared pack
                      I just edited game files with T4, edit t6mp and t6sp with t4mp and t4sp and edited the .sh that start server for use parameters of a T4 zombie server

                      I will upload it in 1 hours
                      I don’t tested it But it should Work I verified everything

                      Kratos_26000 Offline
                      Kratos_26000 Offline
                      Kratos_26000
                      wrote on last edited by
                      #12

                      @tsstbattle ok thank you for help because I play zombie with my friends for custom map we love it

                      Matrixv 1 Reply Last reply
                      0
                      • Kratos_26000 Kratos_26000

                        @tsstbattle ok thank you for help because I play zombie with my friends for custom map we love it

                        Matrixv Offline
                        Matrixv Offline
                        Matrixv
                        wrote on last edited by Matrixv
                        #13

                        Kratos_26000 https://mega.nz/file/zeZgSDRI#M_MOGHEnAhzryscA2BjJrdBZhoZrZ9L5CV4ZIbkEqeE

                        after you finish downloading it, put the T4Server folder somewhere, open a cmd and do those command :
                        Move To T4Server directory

                        cd ~/T4Server/

                        To install requirements:

                        sudo bash install.sh
                        To give permission:

                        chmod +x ~/T4Server/Plutonium/T4Server.sh
                        Move to Plutonium Folder.

                        cd ~/T4Server/Plutonium/
                        Edit T4Server.sh with your information Like Key, Name of server etc….

                        nano T4Server.sh
                        To Allow the port you wants for your server:

                        sudo bash ~/T4Server/Configuration/allow_port.sh
                        Move to Plutonium Folder.

                        cd ~/T4Server/Plutonium
                        Launch Server.

                        ./T4Server.sh

                        server_zm.cfg is in ~/T4Server/Server/main

                        Note!!: I forget to delete something in T4Server.sh
                        MODE=“” is not for gamemode so don’t put t4mp or t4sp leave it blank except if wanna use a mod on your server like custom maps zombie

                        Tutorial for use Custom Maps/Mods on T4 Dedicated Server: https://plutonium.pw/docs/server/t4/loading-mods/
                        ( Create the mods folder in ~/T4Server/Server/ )

                        brolpzt Matrixv 2 Replies Last reply
                        0
                        • Matrixv Matrixv

                          Kratos_26000 https://mega.nz/file/zeZgSDRI#M_MOGHEnAhzryscA2BjJrdBZhoZrZ9L5CV4ZIbkEqeE

                          after you finish downloading it, put the T4Server folder somewhere, open a cmd and do those command :
                          Move To T4Server directory

                          cd ~/T4Server/

                          To install requirements:

                          sudo bash install.sh
                          To give permission:

                          chmod +x ~/T4Server/Plutonium/T4Server.sh
                          Move to Plutonium Folder.

                          cd ~/T4Server/Plutonium/
                          Edit T4Server.sh with your information Like Key, Name of server etc….

                          nano T4Server.sh
                          To Allow the port you wants for your server:

                          sudo bash ~/T4Server/Configuration/allow_port.sh
                          Move to Plutonium Folder.

                          cd ~/T4Server/Plutonium
                          Launch Server.

                          ./T4Server.sh

                          server_zm.cfg is in ~/T4Server/Server/main

                          Note!!: I forget to delete something in T4Server.sh
                          MODE=“” is not for gamemode so don’t put t4mp or t4sp leave it blank except if wanna use a mod on your server like custom maps zombie

                          Tutorial for use Custom Maps/Mods on T4 Dedicated Server: https://plutonium.pw/docs/server/t4/loading-mods/
                          ( Create the mods folder in ~/T4Server/Server/ )

                          brolpzt Offline
                          brolpzt Offline
                          brolpzt
                          wrote on last edited by
                          #14

                          @tsstbattle How was your server's cpu consumption? and ram? didn't have any problems?

                          Matrixv 1 Reply Last reply
                          0
                          • Matrixv Matrixv

                            Kratos_26000 https://mega.nz/file/zeZgSDRI#M_MOGHEnAhzryscA2BjJrdBZhoZrZ9L5CV4ZIbkEqeE

                            after you finish downloading it, put the T4Server folder somewhere, open a cmd and do those command :
                            Move To T4Server directory

                            cd ~/T4Server/

                            To install requirements:

                            sudo bash install.sh
                            To give permission:

                            chmod +x ~/T4Server/Plutonium/T4Server.sh
                            Move to Plutonium Folder.

                            cd ~/T4Server/Plutonium/
                            Edit T4Server.sh with your information Like Key, Name of server etc….

                            nano T4Server.sh
                            To Allow the port you wants for your server:

                            sudo bash ~/T4Server/Configuration/allow_port.sh
                            Move to Plutonium Folder.

                            cd ~/T4Server/Plutonium
                            Launch Server.

                            ./T4Server.sh

                            server_zm.cfg is in ~/T4Server/Server/main

                            Note!!: I forget to delete something in T4Server.sh
                            MODE=“” is not for gamemode so don’t put t4mp or t4sp leave it blank except if wanna use a mod on your server like custom maps zombie

                            Tutorial for use Custom Maps/Mods on T4 Dedicated Server: https://plutonium.pw/docs/server/t4/loading-mods/
                            ( Create the mods folder in ~/T4Server/Server/ )

                            Matrixv Offline
                            Matrixv Offline
                            Matrixv
                            wrote on last edited by Matrixv
                            #15

                            @tsstbattle Please don’t download I Will Update it I did a mistake, editing Bash File in Windows make bash file not working correctly on Unix system

                            So when you use The Bash File for start server you will get errors, but I edited all, tested and all work now I will update the link very soon

                            1 Reply Last reply
                            0
                            • brolpzt brolpzt

                              @tsstbattle How was your server's cpu consumption? and ram? didn't have any problems?

                              Matrixv Offline
                              Matrixv Offline
                              Matrixv
                              wrote on last edited by
                              #16

                              brolpzt the cpu usage was normal and no I didn’t see any problems

                              1 Reply Last reply
                              0
                              • Matrixv Offline
                                Matrixv Offline
                                Matrixv
                                wrote on last edited by
                                #17

                                brolpzt Kratos_26000 https://forum.plutonium.pw/topic/20033/guide-host-t4-server-on-linux

                                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