全面战争:战锤3

全面战争:战锤3

Bad Legendary Characters - Legendary Lords / Legendary Heroes
782 条留言
jenosite  [作者] 1 小时以前 
@Exarquz
Thank you for your kind explanation. I fixed it as you told me, can you check if the problem has been solved?
Exarquz 1 小时以前 
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  [作者] 3 小时以前 
@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 4 小时以前 
@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 10 月 7 日 下午 12:52 
Thank you bro great work on the mod
jenosite  [作者] 10 月 6 日 下午 9: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 10 月 6 日 下午 12:14 
What did the last update do? Doesn't say anything in the change notes.
jenosite  [作者] 10 月 5 日 下午 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 10 月 5 日 上午 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 10 月 4 日 下午 8:26 
Better Alliance - Foreign Heroes this is the mod that causes the bug
jenosite  [作者] 10 月 3 日 上午 12:45 
@darthrandy1
Let me know when you find out what mod is causing the crash.
darthrandy1 10 月 2 日 下午 3:13 
no that didnt fix it either, it only happens on the campaign map
jenosite  [作者] 10 月 1 日 上午 12:16 
@darthrandy1
Maybe mod conflict would have been resolved. Check it out.
darthrandy1 9 月 30 日 下午 10:07 
it might be a conflict with one of my other mods
jenosite  [作者] 9 月 30 日 下午 9:37 
@darthrandy1
Whant do you mean? He is wight king.
darthrandy1 9 月 30 日 下午 9:01 
is estroth the silent supposed to be a vampire with a wight kings voice
jenosite  [作者] 9 月 26 日 下午 9:50 
@XHAlpha
Test with only my mod. Still have problem?
XHAlpha 9 月 26 日 下午 6:53 
Kiknik's mount currently needs a point to unlock
jenosite  [作者] 9 月 26 日 上午 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 9 月 26 日 上午 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?
드로우달스 9 月 24 日 下午 11:47 
실바니아 신캐 퇴근후 해보갰습니다.
신규 업뎃 감사합니다.
XHAlpha 9 月 22 日 下午 10:14 
Alright that makes a lot of sense, Gitilla is disabled and I was looking for a different name. Thanks for the help!
jenosite  [作者] 9 月 22 日 下午 8: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 9 月 22 日 下午 3: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  [作者] 9 月 21 日 上午 9:52 
@스퍼스진혁
직접 상대하게 되시면 추가된 애들 때문에 빡세실 수 있을 것 같은데, 판도 자체에는 제 모드가 끼치는 영향이 크지 않습니다.
스퍼스진혁 9 月 21 日 上午 9:41 
선생님 모드 정말 잘 쓰고있습니다.

혹시 믹수모드 없이 바닐라로 이 모드 적용하면 악세력 판도가 너무 유리해질까요??
jenosite  [作者] 9 月 20 日 下午 9:24 
@XHAlpha
Thank you for report. I fix it now.
XHAlpha 9 月 20 日 上午 11:46 
Kiknik's 3D Porthole is broken when on mount. Cool character though!
Sad Frog 9 月 19 日 上午 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 9 月 16 日 上午 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  [作者] 9 月 15 日 下午 9: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 9 月 15 日 下午 1:42 
excuse me sir. The mod was working perfectly till today morning. Now, when i click on frederick van hal the game crashes.
jenosite  [作者] 9 月 11 日 上午 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 9 月 11 日 上午 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 9 月 10 日 上午 6:06 
jenosite  [作者] 9 月 10 日 上午 5:50 
@RuDo
All right, do that. What's the mod's name?
RuDo 9 月 10 日 上午 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  [作者] 9 月 6 日 下午 9:34 
@Nighon
I think it's going to be hard, but do you mean exactly when version?
Nighon 9 月 6 日 下午 2:04 
Can I download somewhere old version ?
Eludan Veilmourne 9 月 6 日 上午 6:09 
Excellent <3 time for a new mannfred!

looking forward for more dark elves heroes and lords in the future <3
jenosite  [作者] 9 月 6 日 上午 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 9 月 6 日 上午 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 9 月 6 日 上午 3:22 
and chaos dwarf?
jenosite  [作者] 9 月 5 日 上午 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  [作者] 9 月 2 日 下午 9:13 
Updated for new patch
casper 9 月 1 日 上午 11:25 
i'm not sure but i think that problem is with map expansion
casper 9 月 1 日 上午 11:20 
yes there are conflict with another mod,thank for help
jenosite  [作者] 9 月 1 日 上午 10:40 
@casper
Turn on the game with only my mod. Still have problem?
casper 9 月 1 日 上午 10:15 
yes i tried and no i don't play beta ,i play ver 9.2.2
jenosite  [作者] 9 月 1 日 上午 9:44 
@casper
Have you tried deleting and re-subing my mod? And are you playing beta ver?