AlicizaX/Config/gen-client-bin - 副本.bat

4 lines
491 B
Batchfile
Raw Normal View History

2025-02-06 17:59:35 +08:00
dotnet.exe ./Tools/Luban.dll --target client --dataTarget bin --codeTarget cs-bin --xargs outputDataDir=../Client/Assets/AssetRaw/Configs/bytes/ --xargs outputCodeDir=../Client/Assets/Scripts/Hotfix/GameProto/Config/Generate --xargs tableImporter.name=gameframex -x l10n.provider=gameframex -x l10n.textFile.keyFieldName=key -x l10n.textFile.path=./Excels/Localization/ -x l10n.textFile.languageFieldName=ChineseSimplified ^
-x l10n.convertTextKeyToValue=1 --conf ./Luban.conf
pause