mirror of
https://gitee.com/jisol/jisol-game/
synced 2026-07-07 00:06:49 +00:00
update
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,15 @@
|
||||
set WORKSPACE=..\..
|
||||
|
||||
set GEN_CLIENT=%WORKSPACE%\Tools\Luban.ClientServer\Luban.ClientServer.exe
|
||||
set CONF_ROOT=%WORKSPACE%\DataTables
|
||||
|
||||
|
||||
%GEN_CLIENT% -j cfg --^
|
||||
-d %CONF_ROOT%\Defines\__root__.xml ^
|
||||
--input_data_dir %CONF_ROOT%\Datas ^
|
||||
--output_data_dir bidx ^
|
||||
--gen_types data_bidx ^
|
||||
-s all
|
||||
|
||||
|
||||
pause
|
||||
@@ -0,0 +1,15 @@
|
||||
set WORKSPACE=..\..
|
||||
|
||||
set GEN_CLIENT=%WORKSPACE%\Tools\Luban.ClientServer\Luban.ClientServer.exe
|
||||
set CONF_ROOT=%WORKSPACE%\DataTables
|
||||
|
||||
|
||||
%GEN_CLIENT% -j cfg --^
|
||||
-d %CONF_ROOT%\Defines\__root__.xml ^
|
||||
--input_data_dir %CONF_ROOT%\Datas ^
|
||||
--output_data_dir bson ^
|
||||
--gen_types data_bson ^
|
||||
-s all
|
||||
|
||||
|
||||
pause
|
||||
@@ -0,0 +1,15 @@
|
||||
set WORKSPACE=..\..
|
||||
|
||||
set GEN_CLIENT=%WORKSPACE%\Tools\Luban.ClientServer\Luban.ClientServer.exe
|
||||
set CONF_ROOT=%WORKSPACE%\DataTables
|
||||
|
||||
|
||||
%GEN_CLIENT% -j cfg --^
|
||||
-d %CONF_ROOT%\Defines\__root__.xml ^
|
||||
--input_data_dir %CONF_ROOT%\Datas ^
|
||||
--output_data_dir bytes ^
|
||||
--gen_types data_bin ^
|
||||
-s all
|
||||
|
||||
|
||||
pause
|
||||
@@ -0,0 +1,15 @@
|
||||
set WORKSPACE=..\..
|
||||
|
||||
set GEN_CLIENT=%WORKSPACE%\Tools\Luban.ClientServer\Luban.ClientServer.exe
|
||||
set CONF_ROOT=%WORKSPACE%\DataTables
|
||||
|
||||
|
||||
%GEN_CLIENT% -h %LUBAN_SERVER_IP% -j cfg --^
|
||||
-d %CONF_ROOT%\Defines\__root__.xml ^
|
||||
--input_data_dir %CONF_ROOT%\Datas ^
|
||||
--output_data_dir json ^
|
||||
--gen_types data_json ^
|
||||
-s all
|
||||
|
||||
|
||||
pause
|
||||
@@ -0,0 +1,15 @@
|
||||
set WORKSPACE=..\..
|
||||
|
||||
set GEN_CLIENT=%WORKSPACE%\Tools\Luban.ClientServer\Luban.ClientServer.exe
|
||||
set CONF_ROOT=%WORKSPACE%\DataTables
|
||||
|
||||
|
||||
%GEN_CLIENT% -j cfg --^
|
||||
-d %CONF_ROOT%\Defines\__root__.xml ^
|
||||
--input_data_dir %CONF_ROOT%\Datas ^
|
||||
--output_data_dir json2 ^
|
||||
--gen_types data_json2 ^
|
||||
-s all
|
||||
|
||||
|
||||
pause
|
||||
@@ -0,0 +1,18 @@
|
||||
set WORKSPACE=..\..
|
||||
|
||||
set GEN_CLIENT=%WORKSPACE%\Tools\Luban.ClientServer\Luban.ClientServer.exe
|
||||
set CONF_ROOT=%WORKSPACE%\DataTables
|
||||
|
||||
|
||||
%GEN_CLIENT% -j cfg --^
|
||||
-d %CONF_ROOT%\Defines\__root__.xml ^
|
||||
--input_data_dir %CONF_ROOT%\Datas ^
|
||||
--output_data_dir json_custom_include_exclude ^
|
||||
--gen_types data_json ^
|
||||
--output:tables test.TbTestRef,test.TbTestBeRef,test.TbTestMap ^
|
||||
--output:include_tables test.TbTestSize,test.TbTestSet ^
|
||||
--output:exclude_tables test.TbTestMap ^
|
||||
-s all
|
||||
|
||||
|
||||
pause
|
||||
@@ -0,0 +1,16 @@
|
||||
set WORKSPACE=..\..
|
||||
|
||||
set GEN_CLIENT=%WORKSPACE%\Tools\Luban.ClientServer\Luban.ClientServer.exe
|
||||
set CONF_ROOT=%WORKSPACE%\DataTables
|
||||
|
||||
|
||||
%GEN_CLIENT% -j cfg --^
|
||||
-d %CONF_ROOT%\Defines\__root__.xml ^
|
||||
--input_data_dir %CONF_ROOT%\Datas ^
|
||||
--output_data_dir json_exclude_tags ^
|
||||
--gen_types data_json ^
|
||||
-s all ^
|
||||
--output:exclude_tags test,dev
|
||||
|
||||
|
||||
pause
|
||||
@@ -0,0 +1,16 @@
|
||||
set WORKSPACE=..\..
|
||||
|
||||
set GEN_CLIENT=%WORKSPACE%\Tools\Luban.ClientServer\Luban.ClientServer.exe
|
||||
set CONF_ROOT=%WORKSPACE%\DataTables
|
||||
|
||||
|
||||
%GEN_CLIENT% -j cfg --^
|
||||
-d %CONF_ROOT%\Defines\__root__.xml ^
|
||||
--input_data_dir %CONF_ROOT%\Datas ^
|
||||
--gen_types data_json_monolithic ^
|
||||
--output_data_dir json_monolithic ^
|
||||
--output:data:json_monolithic_file json_monolithic/all.json ^
|
||||
-s all
|
||||
|
||||
|
||||
pause
|
||||
@@ -0,0 +1,16 @@
|
||||
set WORKSPACE=..\..
|
||||
|
||||
set GEN_CLIENT=%WORKSPACE%\Tools\Luban.ClientServer\Luban.ClientServer.exe
|
||||
set CONF_ROOT=%WORKSPACE%\DataTables
|
||||
|
||||
|
||||
%GEN_CLIENT% -j cfg --^
|
||||
-d %CONF_ROOT%\Defines\__root__.xml ^
|
||||
--input_data_dir %CONF_ROOT%\Datas ^
|
||||
--output_data_dir json ^
|
||||
--gen_types data_json ^
|
||||
-t "SA Western Standard Time" ^
|
||||
-s all
|
||||
|
||||
|
||||
pause
|
||||
@@ -0,0 +1,15 @@
|
||||
set WORKSPACE=..\..
|
||||
|
||||
set GEN_CLIENT=%WORKSPACE%\Tools\Luban.ClientServer\Luban.ClientServer.exe
|
||||
set CONF_ROOT=%WORKSPACE%\DataTables
|
||||
|
||||
|
||||
%GEN_CLIENT% -j cfg --^
|
||||
-d %CONF_ROOT%\Defines\__root__.xml ^
|
||||
--input_data_dir %CONF_ROOT%\Datas ^
|
||||
--output_data_dir json ^
|
||||
--gen_types data_json ^
|
||||
-s all
|
||||
|
||||
|
||||
pause
|
||||
@@ -0,0 +1,15 @@
|
||||
set WORKSPACE=..\..
|
||||
|
||||
set GEN_CLIENT=%WORKSPACE%\Tools\Luban.ClientServer\Luban.ClientServer.exe
|
||||
set CONF_ROOT=%WORKSPACE%\DataTables
|
||||
|
||||
|
||||
%GEN_CLIENT% -j cfg --^
|
||||
-d %CONF_ROOT%\Defines\__root__.xml ^
|
||||
--input_data_dir %CONF_ROOT%\Datas ^
|
||||
--output_data_dir lua ^
|
||||
--gen_types data_lua ^
|
||||
-s all
|
||||
|
||||
|
||||
pause
|
||||
@@ -0,0 +1,15 @@
|
||||
set WORKSPACE=..\..
|
||||
|
||||
set GEN_CLIENT=%WORKSPACE%\Tools\Luban.ClientServer\Luban.ClientServer.exe
|
||||
set CONF_ROOT=%WORKSPACE%\DataTables
|
||||
|
||||
|
||||
%GEN_CLIENT% -j cfg --^
|
||||
-d %CONF_ROOT%\Defines\__root__.xml ^
|
||||
--input_data_dir %CONF_ROOT%\Datas ^
|
||||
--output_data_dir xml ^
|
||||
--gen_types data_xml ^
|
||||
-s all
|
||||
|
||||
|
||||
pause
|
||||
@@ -0,0 +1,15 @@
|
||||
set WORKSPACE=..\..
|
||||
|
||||
set GEN_CLIENT=%WORKSPACE%\Tools\Luban.ClientServer\Luban.ClientServer.exe
|
||||
set CONF_ROOT=%WORKSPACE%\DataTables
|
||||
|
||||
|
||||
%GEN_CLIENT% -j cfg --^
|
||||
-d %CONF_ROOT%\Defines\__root__.xml ^
|
||||
--input_data_dir %CONF_ROOT%\Datas ^
|
||||
--output_data_dir yaml ^
|
||||
--gen_types data_yaml ^
|
||||
-s all
|
||||
|
||||
|
||||
pause
|
||||
@@ -0,0 +1,16 @@
|
||||
set WORKSPACE=..\..
|
||||
|
||||
set GEN_CLIENT=%WORKSPACE%\Tools\Luban.ClientServer\Luban.ClientServer.exe
|
||||
set CONF_ROOT=%WORKSPACE%\DataTables
|
||||
|
||||
|
||||
%GEN_CLIENT% -j cfg --^
|
||||
-d %CONF_ROOT%\Defines\__root__.xml ^
|
||||
--input_data_dir %CONF_ROOT%\Datas ^
|
||||
--output_data_dir lua ^
|
||||
--gen_types data_resources ^
|
||||
--output:data:resource_list_file resources.txt ^
|
||||
-s all
|
||||
|
||||
|
||||
pause
|
||||
@@ -0,0 +1,3 @@
|
||||
demo,huang
|
||||
demo,hq
|
||||
demo,yf
|
||||
Reference in New Issue
Block a user