Coder Social home page Coder Social logo

palworld-server-player-logger's Introduction

Palworld server player logger

Summary

PalworldのサーバにRCON接続して一定時間毎にプレイヤ情報を出力します。

ユーザがサーバに接続できないとき、ユーザのセーブデータが壊れている可能性があります。

常にログを取ることで壊れたセーブデータの特定を容易にします。

RCON connection to Palworld's server outputs player information at regular intervals.

If a user cannot connect to the server, the user's save data may be corrupted.

Constant logging makes it easier to identify corrupted saved data.

Attention

何らかの原因によってShowPlayersコマンドが使えないサーバがあります。

このサーバに対してスクリプトを使用するとスクリプトは応答しなくなります。

For some reason, some servers do not allow the ShowPlayers command.

If you use the script against this server, the script will not respond.

Options

次のコマンドを実行してヘルプを参照してください。

Run the following commands for help

python .\main.py -h

Command example

  • python .\main.py --password abcdefg
  • python .\main.py --address 123.456.789.0 --port 1234 --password abcdefg

Log example

  • Valid user information
{
    "76561198035441627": {
        "name": "rin_jugatla",
        "playeruid": "1166585980",
        "steamid": "76561198035441627",
        "playeruid_hex": "4588b07c",
        "sav_filename": "4588b07c000000000000000000000000.sav"
    }
}
  • Invalid user information

If it is invalid, it is not logged to a file, but logged to the console.

{
    "76561198035441627": {
        "name": "rin_jugatla",
        "playeruid": "00000000",
        "steamid": "76561198035441627",
        "playeruid_hex": "0",
        "sav_filename": "00000000000000000000000000000000.sav"
    }
}

palworld-server-player-logger's People

Contributors

rinjugatla avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

palworld-server-player-logger's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.