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

Plutonium

Proper_12undefined

Proper_12

@Proper_12
About
Posts
4
Topics
0
Groups
0
Followers
1
Following
0

Posts

Recent Best Controversial

  • Latest Update Crash
    Proper_12undefined Proper_12

    THS.Shiniri

    Hmm. What I did to update my server was I updated my client on my personal PC(Windows 10)via plutonium.exe.

    Then I transferred my %localappdata%/Plutonium to my server via SCP after removing iw5, demonware from storage folder and deleted .json files.

    On Linux I can't use the goto loop so my config looks like this....

    # Shell Script for Linux Server T6 Plutonium
    PAT=~/T6_Server/Server/Zombie # Your Game Path
    KEY='example' # Paste the server key from https://platform.plutonium.pw/serverkeys
    CFG=town.cfg # Name of the config file the server should use. (default: dedicated.cfg)
    PORT=4980 # Port used by the server (default: 4976) -> Don't forget to allow server port in ufw fail2ban
    MODE=t6zm # Game Mode ( Multiplayer / Zombie ) -> ( t6mp / t6zm )
    NAME=Town
    
    title="PlutoniumT6 - $NAME - Server restarter"
    echo -e '\033k'$title'\033\\'
    echo Visit plutonium.pw / Join the Discord for NEWS and Updates!
    echo Server "$NAME" will load $CFG and listen on port $PORT UDP!
    echo To shut down the server close this window first!
    echo "($DATE)  -  ($TIME) $NAME server start."
    
    cd ~/T6_Server/Plutonium
    wine .\\bin\\plutonium-bootstrapper-win32.exe $MODE $PAT -dedicated +set key $KEY +sv_config $CFG +net_port $PORT
    echo "($DATE)  -  ($TIME) WARNING: $NAME server closed or dropped... server restarts."
    wine .\\bin\\plutonium-bootstrapper-win32.exe $MODE $PAT -dedicated +set key $KEY +sv_config $CFG +net_port $PORT
    code_text
    

  • Latest Update Crash
    Proper_12undefined Proper_12

    Also I notice connhost.exe running now. Is that an addition from the update?


  • Latest Update Crash
    Proper_12undefined Proper_12

    JezuzLizard

    I got it going! It's buggy though the terminal that hosts the server.

    I run the server on Debian 10(Linux).

    I was launching with nohup ./town.sh &...now I launch it with ./town.sh, then I Ctrl Z, type bg to make it a background job. Now it works fine.


  • Latest Update Crash
    Proper_12undefined Proper_12

    Yeah my servers are done too. Good update guys....

  • 1 / 1
  • Login

  • Don't have an account? Register

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