Total War: WARHAMMER III

Total War: WARHAMMER III

Modding Development Tools: Lua Console!
34 kommentarer
matheusgames 5. feb. kl. 12:26 
Hello, is there any command to restart or force completion of the Malakai adventure missions?
Xeonzs 5. juli 2024 kl. 17:57 
This remains to be a life saver when it comes to joy.
Drycha remains suicidal, refusing to confed even when she's down to her last army, but I want coeddil to be with his fellow first ancient treeman durthu, brothers in arms.
I just spawn my own coeddil with this mod.
zerkeron 22. maj 2024 kl. 14:15 
Hi, thanks for the mod.
Thanks to you I could create a workaround for a bug regarding the "Nurgle Plagues Locked".
The Plagues button was not unlocking, even after acquiring 6000+ infections.
So I wrote a LUA-Script that just manually unlocks the button, and ran it with your mod.
Klissan 23. mar. 2024 kl. 23:46 
Thank you for the mod - saved me a lot of time especially to test things in multiplayer
MobǂActarion 4. nov. 2023 kl. 7:16 
No worries :) thanks for the head up!
Groove Wizard  [ophavsmand] 30. okt. 2023 kl. 13:41 
No news yet. Haven't had much time or energy to do any modding. This and MCT are probably going to get an update maybe this or next quarter, they need a big facelift and they both have big in-progress rewrites. Sorry I don't have better info, modding has been a drag lately.
MobǂActarion 28. okt. 2023 kl. 20:08 
Hello, Not wanting to be a pain but, any news about update ? :) thanks
Not effective
kyokamaru 17. juli 2023 kl. 9:25 
shift F3 does nothing.
Ciaphas Cain 13. juli 2023 kl. 11:38 
Nice one, I look forward to seeing what you do with it! GL
Groove Wizard  [ophavsmand] 12. juli 2023 kl. 6:46 
Not yet, I'm giving the Lua Console a pretty major facelift atm which does include the button and some fixed functionality.
Ciaphas Cain 12. juli 2023 kl. 4:11 
Groove did you implement that UI button in this at all? Its not showing as been updated since Sept but we all know how buggy Steam can be..
SadPanda 4. maj 2023 kl. 19:41 
If I press shift+f3 in the start menu, it loads.
If I press it ingame, it doesn't..
Silito13 24. jan. 2023 kl. 11:17 
Is there a way to force the progression of Prophecies of Sotek with LUA? Stuck on the first stage after completing everything for several turns now
Groove Wizard  [ophavsmand] 22. okt. 2022 kl. 18:20 
Okay phew, yeah for some reason that launch option fully disables all mods
Zirroxas 22. okt. 2022 kl. 17:10 
Update! The problem was that I still had the "-dx11" launch option enabled, which screws with a lot of mods apparently. Clearing my launch options fixed the problem.
Groove Wizard  [ophavsmand] 21. okt. 2022 kl. 13:04 
I'll add a UI button to trigger it soon. I don't know why it's failing for y'all. If you can provide me with script logs (read: Reporting Issues in my MCT page for a brief overview) that will help tremendously
Zirroxas 21. okt. 2022 kl. 12:10 
Am also unable to access the console using Shift+F3. Please advise.
leyasu888 2. okt. 2022 kl. 17:40 
Hi could i ask what the code to give gifts of slaanesh to characters is?
SiCall 10. sep. 2022 kl. 6:33 
just like everyone else, seems like shift+f3 is broken
Zacarriss 6. sep. 2022 kl. 19:44 
shift+f3 is not working
Epyon (AnimeToxic) 27. aug. 2022 kl. 14:01 
this does not have a console command for souls for the new dlc :( ? i want to add more souls
Big K 15. juni 2022 kl. 11:04 
I have a bug where I press shift+f3 and nothing happens
Groove Wizard  [ophavsmand] 18. apr. 2022 kl. 14:14 
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.
Groove Wizard  [ophavsmand] 17. apr. 2022 kl. 19:06 
The plan is to do videos and text, yeah. I haven't ever been very happy with the tutorials I originally made, but that stuff takes so much time. We'll see where the winds take me!
[Myrm]Fable09 17. apr. 2022 kl. 18:52 
I followed your tutorials for Lua scripts 2 years ago when Three Kingdoms came out and got lost , then busy with life .

Havie made one tutorials back then , easy to understand with video rather than self reading through a bunch of scripts and library

https://www.youtube.com/watch?v=nwspodMiBzY&t=1412s

If you decide to make tutorial series with videos , make it as a course on Udemy , i'm sure lot of people will buy it and it also pay off the time you spent to make tutorials
Groove Wizard  [ophavsmand] 17. apr. 2022 kl. 11:30 
@Fable - This isn't intended as a thing to teach people Lua, but I do have a tutorial series planned eventually. We have a couple guides on the discord/wiki, and you can ask questions at the discord too!
Groove Wizard  [ophavsmand] 17. apr. 2022 kl. 11:29 
Added in a scrollbar and support to add lines (to a maximum of 90) or remove lines (to a minimum of 5).
[Myrm]Fable09 16. apr. 2022 kl. 12:54 
can you put some sample codes so non IT users can start learning on their own ?
Groove Wizard  [ophavsmand] 15. apr. 2022 kl. 14:20 
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!
Groove Wizard  [ophavsmand] 11. apr. 2022 kl. 12:58 
Lua Console now properly works in battle, yay
DesertFox 10. apr. 2022 kl. 13:31 
glad to see you back Vandy from WH2 to WH3
Groove Wizard  [ophavsmand] 10. apr. 2022 kl. 6:18 
Should, yep
bushez 9. apr. 2022 kl. 14:30 
Vandy its working in battles too?