mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
配置目录同步程序集调整
配置目录同步程序集调整
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"Comment": "ProtoBuf文件所在的位置文件夹位置"
|
||||
},
|
||||
"ProtoBufServerDirectory": {
|
||||
"Value": "../../../../Assets/GameScripts/DotNet/Logic/Generate~/NetworkProtocol/",
|
||||
"Value": "../../../Logic/src/Generate/NetworkProtocol/",
|
||||
"Comment": "ProtoBuf生成到服务端的文件夹位置"
|
||||
},
|
||||
"ProtoBufClientDirectory": {
|
||||
@@ -25,7 +25,7 @@
|
||||
"Comment": "Excel版本文件的位置"
|
||||
},
|
||||
"ExcelServerFileDirectory": {
|
||||
"Value": "../../../Config/Server/Entity/",
|
||||
"Value": "../../../Logic/src/Generate/ConfigTable/Entity/",
|
||||
"Comment": "Excel生成服务器代码的文件夹位置"
|
||||
},
|
||||
"ExcelClientFileDirectory": {
|
||||
@@ -53,7 +53,7 @@
|
||||
"Comment": "Excel生成代码模板的位置"
|
||||
},
|
||||
"ServerCustomExportDirectory": {
|
||||
"Value": "../../Server/Hotfix/Generate/CustomExport/",
|
||||
"Value": "../../../Logic/src/Generate/CustomExport/",
|
||||
"Comment": "服务器自定义导出代码文件夹位置"
|
||||
},
|
||||
"ClientCustomExportDirectory": {
|
||||
|
@@ -7,7 +7,7 @@ set DATA_OUTPUT=%ROOT_PATH%..\GenerateDatas
|
||||
%GEN_CLIENT% -j cfg --^
|
||||
-d %CONF_ROOT%\Defines\__root__.xml ^
|
||||
--input_data_dir %CONF_ROOT%\Datas ^
|
||||
--output_code_dir %WORKSPACE%/Assets/GameScripts/DotNet/Logic/Config~/GameConfig ^
|
||||
--output_code_dir %WORKSPACE%/DotNet/Logic/src/Config/GameConfig ^
|
||||
--output_data_dir ..\DotNet\Config\GameConfig ^
|
||||
--gen_types code_cs_unity_bin,data_bin ^
|
||||
-s all
|
||||
|
Reference in New Issue
Block a user