Total War: WARHAMMER III

Total War: WARHAMMER III

Bad Legendary Characters - Legendary Lords / Legendary Heroes
782 kommentarer
jenosite  [ophavsmand] For 17 timer siden 
@Exarquz
Thank you for your kind explanation. I fixed it as you told me, can you check if the problem has been solved?
Exarquz For 18 timer siden 
I think the error message comes if you have elimited noctilus. The script "script/campaign/mod/bad_legend_agent12_il_potente_granchio.lua"
tries to get his current army with the line "local force = faction:faction_leader():military_force()"

If noctilus dosnt exist when the script runs then it fails.

the change i made checks if he dosnt exist or if he dosnt have an army and then just dosnt run the rest of the script instead of failing.

all you have to do is to replace the line "local force = faction:faction_leader():military_force()"

in the "script/campaign/mod/bad_legend_agent12_il_potente_granchio.lua" with this part:

"local leader = faction and faction:faction_leader()

if not leader or leader:is_null_interface() then
return -- Exit early if leader doesn't exist
end

local force = leader:military_force()
if not force or force:is_null_interface() then
return -- Exit early if force doesn't exist
end"
jenosite  [ophavsmand] For 19 timer siden 
@Exarquz
Sorry I don't know scripts very well so please explain more about what I should do. And even now, there should be no problem with gameplay itself. And where do you get the error message?
Exarquz For 21 timer siden 
@jenosite im still getting the error that @bstar mentioned.

Maybe this will fix the error from occuring:

local faction = cm:get_faction("wh2_dlc11_cst_noctilus")
local leader = faction and faction:faction_leader()

if not leader or leader:is_null_interface() then
return -- Exit early if leader doesn't exist
end

local force = leader:military_force()
if not force or force:is_null_interface() then
return -- Exit early if force doesn't exist
end
REITERPALLASCH 7. okt. kl. 12:52 
Thank you bro great work on the mod
jenosite  [ophavsmand] 6. okt. kl. 21:40 
@REITERPALLASCH
That I didn't notice means a very minor update that you don't have to know. I made some modifications to the modeling of one of the characters.
REITERPALLASCH 6. okt. kl. 12:14 
What did the last update do? Doesn't say anything in the change notes.
jenosite  [ophavsmand] 5. okt. kl. 12:54 
@darthrandy1
Maybe mod conflict would have been resolved. But please ask the mod creator to delete the part related to 'merovech'.

@bstar
Maybe it's fixed. It won't interfere with gameplay anyway.
bstar 5. okt. kl. 5:52 
Hi there, love the mod!

After the latest update, I'm getting a script error message for:

"[ string/"script/campaign/mod/bad_legend_agent12_il_potente_granchio.lua/" ]
darthrandy1 4. okt. kl. 20:26 
Better Alliance - Foreign Heroes this is the mod that causes the bug
jenosite  [ophavsmand] 3. okt. kl. 0:45 
@darthrandy1
Let me know when you find out what mod is causing the crash.
darthrandy1 2. okt. kl. 15:13 
no that didnt fix it either, it only happens on the campaign map
jenosite  [ophavsmand] 1. okt. kl. 0:16 
@darthrandy1
Maybe mod conflict would have been resolved. Check it out.
darthrandy1 30. sep. kl. 22:07 
it might be a conflict with one of my other mods
jenosite  [ophavsmand] 30. sep. kl. 21:37 
@darthrandy1
Whant do you mean? He is wight king.
darthrandy1 30. sep. kl. 21:01 
is estroth the silent supposed to be a vampire with a wight kings voice
jenosite  [ophavsmand] 26. sep. kl. 21:50 
@XHAlpha
Test with only my mod. Still have problem?
XHAlpha 26. sep. kl. 18:53 
Kiknik's mount currently needs a point to unlock
jenosite  [ophavsmand] 26. sep. kl. 8:03 
@Leon'Ardog
AI can recruit them, too. If he's with two factions, one faction randomly recruited him. There are no plans to add quests.
Leon'Ardog 26. sep. kl. 5:51 
Mod looks fantastic! I'd just ask can the AI recruit them, if so what about the ones with 2 factions? and do you plan on adding quests or objectives for recruiting them?
드로우달스 24. sep. kl. 23:47 
실바니아 신캐 퇴근후 해보갰습니다.
신규 업뎃 감사합니다.
XHAlpha 22. sep. kl. 22:14 
Alright that makes a lot of sense, Gitilla is disabled and I was looking for a different name. Thanks for the help!
jenosite  [ophavsmand] 22. sep. kl. 20:54 
@XHAlpha
In the game file, it's named Gittila da hunter. And if play the game with only my mod, it still doesn't spawn? If it doesn't, try checking MCT options. Still have problam deleting my and re-sub it.
XHAlpha 22. sep. kl. 15:02 
Kiknik Toofsnatcha seems to be bugged, he's not in the mod manager mod files, and he doesn't spawn when playing as Azhag or with console commands
jenosite  [ophavsmand] 21. sep. kl. 9:52 
@스퍼스진혁
직접 상대하게 되시면 추가된 애들 때문에 빡세실 수 있을 것 같은데, 판도 자체에는 제 모드가 끼치는 영향이 크지 않습니다.
스퍼스진혁 21. sep. kl. 9:41 
선생님 모드 정말 잘 쓰고있습니다.

혹시 믹수모드 없이 바닐라로 이 모드 적용하면 악세력 판도가 너무 유리해질까요??
jenosite  [ophavsmand] 20. sep. kl. 21:24 
@XHAlpha
Thank you for report. I fix it now.
XHAlpha 20. sep. kl. 11:46 
Kiknik's 3D Porthole is broken when on mount. Cool character though!
Sad Frog 19. sep. kl. 11:29 
i hope for the return of git guzzler and also some hero for the dark elves. would be so cool to have some for lokhir and rakarth or malekith
👻GypsyBastard 16. sep. kl. 2:46 
Could I interest you sir with a new WFRP " lord/hero? Its smoll and interesting for Vampire Counts atleast
https://anyflip.com/cmjgl/gokh/basic
jenosite  [ophavsmand] 15. sep. kl. 21:18 
@Eludan Veilmourne
Delete my mod and ru-sub it. If you're still having problems, check out what mod updated this morning. Maybe it's a problem with that mod.
Eludan Veilmourne 15. sep. kl. 13:42 
excuse me sir. The mod was working perfectly till today morning. Now, when i click on frederick van hal the game crashes.
jenosite  [ophavsmand] 11. sep. kl. 7:45 
@Velotrol
It's true that Ushoran has a lot of health and healing ability, but instead he's too massive and has a low close combat power. So if you use Thunderer or Slayer, can get rid of him easily.
Velotrol 11. sep. kl. 5:55 
i think ushoran is pretty bugged isnt? fought him yesterday twice and twice he beat my lvl 37 grombidal. he pretty much was full health all the time. he already have 15k HP on mount and fire didnt stop his healing at all. he has it pretty much have 22k HP cuz of this bullshit healing!
RuDo 10. sep. kl. 6:06 
jenosite  [ophavsmand] 10. sep. kl. 5:50 
@RuDo
All right, do that. What's the mod's name?
RuDo 10. sep. kl. 5:08 
Hello sir, I want to connect the Some Lords in this mod to access my Horde mod buildings. I will put their agent_subtype Key ID in my mod so that no one need an additional Submod. Are you okay with this, or do you have any reservations?:cuphead:
jenosite  [ophavsmand] 6. sep. kl. 21:34 
@Nighon
I think it's going to be hard, but do you mean exactly when version?
Nighon 6. sep. kl. 14:04 
Can I download somewhere old version ?
Eludan Veilmourne 6. sep. kl. 6:09 
Excellent <3 time for a new mannfred!

looking forward for more dark elves heroes and lords in the future <3
jenosite  [ophavsmand] 6. sep. kl. 3:43 
@Eludan Veilmourne
I'm glad you like it. He is Victor Guttman, you can use him when playing as The Drakenhof Conclave.
Eludan Veilmourne 6. sep. kl. 3:35 
first of all : AMAZING mod!

As a vampire enthusiast i adore our roster of heroes and lords.

secondly: kindly please tell me what is this lord / hero that is a caravan with a red statue on top? its the third pic in your gallery !

again, thank you!
KidouKenshi22 6. sep. kl. 3:22 
and chaos dwarf?
jenosite  [ophavsmand] 5. sep. kl. 10:50 
Now you can choose enable or disable bodyguard by submod.

If you still want to use bodyguards, use it.

https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3562628875
jenosite  [ophavsmand] 2. sep. kl. 21:13 
Updated for new patch
casper 1. sep. kl. 11:25 
i'm not sure but i think that problem is with map expansion
casper 1. sep. kl. 11:20 
yes there are conflict with another mod,thank for help
jenosite  [ophavsmand] 1. sep. kl. 10:40 
@casper
Turn on the game with only my mod. Still have problem?
casper 1. sep. kl. 10:15 
yes i tried and no i don't play beta ,i play ver 9.2.2
jenosite  [ophavsmand] 1. sep. kl. 9:44 
@casper
Have you tried deleting and re-subing my mod? And are you playing beta ver?