Total War: WARHAMMER III

Total War: WARHAMMER III

Modding Development Tools: Lua Console!
8件中 1-8 を表示
更新: 2022年9月7日 @ 16時57分

Update with proper clipboard support!

更新: 2022年4月21日 @ 17時50分

更新: 2022年4月18日 @ 14時10分

Copy/paste support added! You can paste directly from your clipboard using the new Paste button; using the "Copy" button, a new file is created in your WH3 folder called "lua_console_code.lua" with all the console contents, due to a current standing issue with copying to clipboard.

更新: 2022年4月17日 @ 11時27分

Added in a scrollbar and support to add lines (to a maximum of 90) or remove lines (to a minimum of 5).
Removed the dumb new line on the print box thing.

更新: 2022年4月15日 @ 14時19分

Added in the global functions `t_set(table, index, value)` and `t_get(table, index)` as a workaround for the current bug where you can't use the [] keys in the Lua Console. Therefore, instead of doing `table[index] = value` you have to do `t_set(table, index, value)`, and instead of `local value = table[index]` you have to do `local value = t_get(table, index)`.

Enjoy!

更新: 2022年4月11日 @ 13時49分

fix a dumb, oops!

更新: 2022年4月11日 @ 12時57分

Hotfix to make the Console work in battle, oops!

更新: 2022年4月9日 @ 11時02分

Initial release.