토탈워: 워해머 3

토탈워: 워해머 3

Modding Development Tools: Lua Console!
8개 중 1~8개 표시 중
업데이트: 2022년 9월 7일 오후 4시 57분

Update with proper clipboard support!

업데이트: 2022년 4월 21일 오후 5시 50분

업데이트: 2022년 4월 18일 오후 2시 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일 오후 2시 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일 오후 1시 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.