Skip to content

Commit

Permalink
更新w2l
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed May 22, 2019
1 parent 8ee9b3c commit 17c58fe
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 30 deletions.
Binary file modified Development/Component/bin/lml.dll
Binary file not shown.
Binary file modified Development/Component/bin/lni.dll
Binary file not shown.
Binary file modified Development/Component/bin/lpeglabel.dll
Binary file not shown.
Binary file modified Development/Component/bin/w3xparser.dll
Binary file not shown.
Binary file modified Development/Component/bin/yue-ext.dll
Binary file not shown.
58 changes: 29 additions & 29 deletions Development/Component/plugin/w3x2lni/config.ini
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
[global]
lang = ${AUTO}
data = zhCN-1.24.4
data_ui = ${YDWE}
data_meta = ${DEFAULT}
data_wes = ${DEFAULT}
data_load = "..\\..\\compiler\\script\\w3x2lni\\data_load.lua"

[lni]
read_slk = false
find_id_times = 0
export_lua = true
extra_check = false

[slk]
remove_unuse_object = false
optimize_jass = false
mdx_squf = false
remove_we_only = false
slk_doodad = true
find_id_times = 10
confused = false
confusion = ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_
extra_check = false

[obj]
read_slk = false
find_id_times = 0
extra_check = false
[global]
lang = ${AUTO}
data = zhCN-1.24.4
data_ui = ${YDWE}
data_meta = ${DEFAULT}
data_wes = ${DEFAULT}
data_load = "..\\..\\compiler\\script\\w3x2lni\\data_load.lua"

[lni]
read_slk = false
find_id_times = 0
export_lua = true
extra_check = false

[slk]
remove_unuse_object = false
optimize_jass = false
mdx_squf = false
remove_we_only = false
slk_doodad = true
find_id_times = 10
confused = false
confusion = ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_
extra_check = false

[obj]
read_slk = false
find_id_times = 0
extra_check = false
2 changes: 1 addition & 1 deletion Development/Component/script/ydwe/w3x2lni/map_packer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ local function do_command(script, ...)
(root / 'bin' / 'lua.exe'):string(),
'-E',
'-e', ('package.cpath=[[%s]]'):format(
(root / 'bin' / 'modules' / '?.dll'):string()
(root / 'bin' / '?.dll'):string()
),
'-e', ('package.path=[[%s;%s]]'):format(
(current_dir / '?.lua'):string(),
Expand Down

0 comments on commit 17c58fe

Please sign in to comment.