Total War: WARHAMMER III

Total War: WARHAMMER III

Modding Development Tools: Lua Console!
Mostrando 1-8 de 8 aportaciones
Actualización: 7 SEP 2022 a las 4:57 p. m.

Update with proper clipboard support!

Actualización: 21 ABR 2022 a las 5:50 p. m.

Actualización: 18 ABR 2022 a las 2:10 p. m.

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.

Actualización: 17 ABR 2022 a las 11:27 a. m.

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.

Actualización: 15 ABR 2022 a las 2:19 p. m.

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!

Actualización: 11 ABR 2022 a las 1:49 p. m.

fix a dumb, oops!

Actualización: 11 ABR 2022 a las 12:57 p. m.

Hotfix to make the Console work in battle, oops!

Actualización: 9 ABR 2022 a las 11:02 a. m.

Initial release.