gamesvr

所属分类:游戏
开发工具:Shell
文件大小:0KB
下载次数:0
上传日期:2023-04-30 23:06:00
上 传 者sh-1993
说明:  用于构建LL游戏服务器
(For Building Out LL Game Servers)

文件列表:
.editorconfig (275, 2023-04-30)
.markdownlint.json (73, 2023-04-30)
.vscode/ (0, 2023-04-30)
.vscode/extensions.json (233, 2023-04-30)
.vscode/settings.json (1081, 2023-04-30)
LICENSE (1065, 2023-04-30)
bin/ (0, 2023-04-30)
bin/linux/ (0, 2023-04-30)
bin/linux/funcs.sh (4968, 2023-04-30)
build.sh (13435, 2023-04-30)
offline.sh (460, 2023-04-30)
repos/ (0, 2023-04-30)
repos/alliedmodders/ (0, 2023-04-30)
repos/lacledeslan/ (0, 2023-04-30)
repos/reindex-all.sh (5045, 2023-04-30)
repos/reindex-blackmesa.sh (342, 2023-04-30)
repos/reindex-csgo.sh (513, 2023-04-30)
repos/reindex-tf2.sh (415, 2023-04-30)
repos/reindex-tf2classic.sh (348, 2023-04-30)
repos/splewis/ (0, 2023-04-30)

# Laclede's LAN Game Server Build Script This repo is for building out [Laclede's LAN Game Servers](https://github.com/LacledesLAN/README.1ST/tree/master/GameServers); particularly those that can't be built in CI/CD cloud offerings. ## `build.sh` Builds Laclede's LAN game server that are not built via Github actions. ```shell ./build.sh ``` ### Option Arguments | Argument | Description | | :------------ | :- | | `--delta` | Build 'base' images, using delta layers, when possible. Use when registry bandwidth is a concern. | | `--skip-base` | Skips building 'base' images, but builds all 'derived' images. | ## Build Targets > Unless one or more build targets are supplied, all build targets will be chosen | Argument | Base Image | Derived Images | | :------------- | :------------------- | :------------------------------- | | `--blackmesa` | `gamesvr-blackmesa` | `-freeplay` | | `--csgo` | `gamesvr-csgo` | `-freeplay`, `-test`, `-tourney` | | `--tf2` | `gamesvr-tf2` | `-blindfrag`, `-freeplay` | | `--tf2classic` | `gamesvr-tf2classic` | `-freeplay` | ## `offline.sh` Download Laclede's LAN game server assets, so that they can be used offline. ```shell ./offline.sh ``` ## General Behaviors * If a local game server repo is `dirty`, its contents will *not* be updated.

近期下载者

相关文件


收藏者