Total War: WARHAMMER III

Total War: WARHAMMER III

The Motherland
TTC compatibility problem
Hi Xoudad,

I was running some tests for my TTC submod and I noticed that the rules were not applying to your Bardiche Kreml Guard. I took the liberty of looking into the script you added to your pack and there's a couple details that need sorting out - thought I'd let you know :) You need to get rid of the comma after the entry, and you're missing the closing parenthesis thing (sorry I don't know the name in English...)

It should look like this:

local modded_units_compatibility = {

----The Motherland by Xoudad, et al
--Special
{"wh3_main_ksl_inf_tzar_guard_2", "special", 2}
}

local ttc = core:get_static_object("tabletopcaps")
if ttc then
ttc.add_setup_callback(function()
ttc.add_unit_list(modded_units_compatibility)
end)
end

I changed the "modded_units_X" name just in case it's causing problems since that's also the name of the rules in my submod. I don't think that matters but just in case!

Let me know if you have any questions and sorry for the trouble!
< >
Showing 1-1 of 1 comments
Xoudad  [developer] 29 Jan, 2023 @ 12:49pm 
good one, fixed
< >
Showing 1-1 of 1 comments
Per page: 1530 50