Coder Social home page Coder Social logo

rinjugatla / palworld-setting-generator Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 0.0 169 KB

Palworldのサーバ設定ファイルを作成するツール

Home Page: https://palworld-setting-generator.deno.dev/

License: MIT License

JavaScript 5.17% HTML 0.85% CSS 0.28% TypeScript 12.53% Svelte 81.16%
palworld sveltekit

palworld-setting-generator's Introduction

Palworldサーバ設定生成ツール

公開中のサイト

Palworldサーバ設定生成ツール 開発支援

環境構築

# クローン
git clone https://github.com/rinjugatla/palworld-setting-generator.git

# 必要なパッケージのインストール
npm install

# 実行
npm run dev
# 実行するとローカルサーバが立つのでブラウザでアクセスします
# http://localhost:5173/ など

# ビルド
npm run build

設定

バージョン毎に存在する設定キーや設定値が異なります。
設定一覧をpalworld-server-settings.jsonにまとめています。

設定例

[
    {
        "version": "0.1.3.0", // ゲームバージョン
        "server_setting_file_format": "; This configuration file is a sample of the default server settings.\n; Changes to this file will NOT be reflected on the server.\n; To change the server settings, modify Pal/Saved/Config/WindowsServer/PalWorldSettings.ini.\n[/Script/Pal.PalGameWorldSettings]\nOptionSettings=(:GENERATE_SETTINGS:)", 
        // 設定ファイル書式 :GENERATE_SETTINGS:をフォームの値で置き換え
        "settings": [
            {
                "key": "Difficulty", // 設定キー
                "description": "ゲームの難易度", // 説明
                "additional_info": "", // 補足説明
                "type": "planetext", // フォームタイプ
                "enabled": false, // デフォルトで有効化するか
                "allow_empty": false, // 空を許可するか
                "min": 10, // 最小値 数値系で指定
                "max": 50, // 最大値 数値系で指定
                "values": [
                    {
                        "value": "None", // 複数値を取る場合は複数定義
                        "defalut": true // デフォルトの値とするか
                    }
                ]
            }
        ]
    }
]

palworld-setting-generator's People

Contributors

rinjugatla avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

palworld-setting-generator's Issues

開発支援情報の追加

Svelteに広告を追加するのが難しそう、そもそも表示が邪魔だと思うので別の方向性で模索

設定の最大、最小値を定義

数値系は最小0
アドミンパスワードは最大15
 アドミンパスワードを16文字以上にするとゲーム内から管理者権限を取得できないため
 RCONであれば32文字以上も動作を確認済み

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.