From 6a1a8986ec1a95b980cd1c97261ec01196534a4f Mon Sep 17 00:00:00 2001 From: yechentide Date: Sat, 22 Oct 2022 15:05:34 +0900 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=A8=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DSTManager.sh | 2 +- bin/editor/configure_world.lua | 2 +- "docs/\346\233\264\346\226\260\346\227\245\345\277\227.md" | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/DSTManager.sh b/DSTManager.sh index 73ea96f..41d2c1e 100755 --- a/DSTManager.sh +++ b/DSTManager.sh @@ -11,7 +11,7 @@ set -eu # 这个脚本里将会读取其他的全部shell脚本, 所以以下全局常量/变量在其他shell脚本里可用 declare OS='MacOS' -declare -r SCRIPT_VERSION='v1.6.0' +declare -r SCRIPT_VERSION='v1.6.1' declare -r ARCHITECTURE=$(getconf LONG_BIT) declare -r REPO_ROOT_DIR="$HOME/DSTServerManager" # DST服务端文件夹 diff --git a/bin/editor/configure_world.lua b/bin/editor/configure_world.lua index 3cdfcfe..3346e01 100755 --- a/bin/editor/configure_world.lua +++ b/bin/editor/configure_world.lua @@ -175,7 +175,7 @@ function generate_new(shard_dir_path, is_overground) local model_set = {} local gen_suffix = ".wgp.lua" local set_suffix = ".wsp.lua" - local preset_file_prefix = select_preset() + local preset_file_prefix = select_preset(is_overground) if is_overground then model_gen = forest_generations_table diff --git "a/docs/\346\233\264\346\226\260\346\227\245\345\277\227.md" "b/docs/\346\233\264\346\226\260\346\227\245\345\277\227.md" index 0476e3d..5179cdb 100644 --- "a/docs/\346\233\264\346\226\260\346\227\245\345\277\227.md" +++ "b/docs/\346\233\264\346\226\260\346\227\245\345\277\227.md" @@ -1,5 +1,9 @@ # 更新日志 +## 1.6.1 + +- 补全参数 + ## 1.6.0 - 移除cluster.ini里无效的设置(游戏风格等)