Total War: WARHAMMER III

Total War: WARHAMMER III

Modding Development Tools: Lua Console!
กำลังแสดง 1-8 จาก 8 รายการ
อัปเดต: 7 ก.ย. 2022 @ 4: 57pm

Update with proper clipboard support!

อัปเดต: 21 เม.ย. 2022 @ 5: 50pm

อัปเดต: 18 เม.ย. 2022 @ 2: 10pm

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.

อัปเดต: 17 เม.ย. 2022 @ 11: 27am

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.

อัปเดต: 15 เม.ย. 2022 @ 2: 19pm

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!

อัปเดต: 11 เม.ย. 2022 @ 1: 49pm

fix a dumb, oops!

อัปเดต: 11 เม.ย. 2022 @ 12: 57pm

Hotfix to make the Console work in battle, oops!

อัปเดต: 9 เม.ย. 2022 @ 11: 02am

Initial release.