diff --git a/DotNet/App/TEngineSettings.json b/DotNet/App/TEngineSettings.json index 50000471..2bab0b6b 100644 --- a/DotNet/App/TEngineSettings.json +++ b/DotNet/App/TEngineSettings.json @@ -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": { diff --git a/Luban/gen_code_bin_to_server.bat b/Luban/gen_code_bin_to_server.bat index 817bfb8c..2c4d7146 100644 --- a/Luban/gen_code_bin_to_server.bat +++ b/Luban/gen_code_bin_to_server.bat @@ -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