Total War: WARHAMMER III

Total War: WARHAMMER III

Modding Development Tools: Lua Console!
Affichage des entrées 1-8 sur 8
Mis à jour le : 7 sept. 2022 à 16h57

Update with proper clipboard support!

Mis à jour le : 21 avr. 2022 à 17h50

Mis à jour le : 18 avr. 2022 à 14h10

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.

Mis à jour le : 17 avr. 2022 à 11h27

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.

Mis à jour le : 15 avr. 2022 à 14h19

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!

Mis à jour le : 11 avr. 2022 à 13h49

fix a dumb, oops!

Mis à jour le : 11 avr. 2022 à 12h57

Hotfix to make the Console work in battle, oops!

Mis à jour le : 9 avr. 2022 à 11h02

Initial release.