全軍破敵:戰鎚3

全軍破敵:戰鎚3

Changeling Unlock All Forms
21 則留言
MirroR 5 月 29 日 上午 12:54 
Update please ^^
IRENE 2024 年 12 月 12 日 上午 7:52 
Please Update ~~~
Lunatic Cultist 2024 年 9 月 6 日 上午 8:47 
Please Update
arsns5201314 2024 年 7 月 20 日 上午 7:13 
I didn't do anything different. The game file was started in version 5.0, and when I continued playing in version 5.1.1, it ended up like this. It might be a corrupted file.
Warpspider  [作者] 2024 年 7 月 18 日 上午 2:09 
@arsns5201314 I've captured Niedling and passed the turn, nothing happened, passed the turn again and still nothing. So either not this mod or you need to redownload it, or tell me exactly what you did different.
arsns5201314 2024 年 7 月 18 日 上午 12:23 
After updating to version 5.1.1, a bug has appeared where the game crashes and exits after ending a turn.
AvioreYT 2024 年 6 月 26 日 上午 5:46 
thanks bro much respect:steamhappy:
Warpspider  [作者] 2024 年 6 月 26 日 上午 4:34 
@IRENE Yups sorry forgot they just added the goodboi..
Done.
IRENE 2024 年 6 月 25 日 下午 11:23 
Please update Karanak:steamhappy:
Tommy 2024 年 5 月 20 日 下午 3:56 
Thank you =)
rodger_the_turtle 2024 年 5 月 16 日 下午 3:41 
Thanks for the update :)
IRENE 2024 年 5 月 3 日 上午 8:46 
Please update:steamhappy:
WTFmybacon 2024 年 5 月 1 日 上午 6:44 
Thank you for this. I was looking through my mod list today to check which mods had been updated to support patch 5.0, and couldn't help but notice that the other "unlock all Changeling forms" mod was mysteriously absent, meaning of course that it was removed.

Luckily, thanks to you, I could replace that empty mod spot pretty quickly.
Warpspider  [作者] 2024 年 4 月 6 日 上午 4:15 
@Fear Good luck!
Warpspider  [作者] 2024 年 4 月 6 日 上午 4:14 
@Fear I took the function they're using to add new forms: function the_changeling_features:grant_formless_horror_form(agent_subtype, faction_cqi) in the data_script.pack (before that in was in data.pack but for some reasons they decided to change it) in your folders then when you open it with RPFM it's script -> campaign -> wh3_dlc24_the_changeling.lua and scroll far down (for that specific function, I'm guessing you'll need the whole script though xD)
Fear 2024 年 4 月 5 日 下午 6:04 
Hi Warpspider I'm trying to create my own faction mod and i would like to reuse the form changing battle mechanich of the changeling, i found your mod that seems to add a script and call the script i'm searching for, can you help me for the location in the database ?
Warpspider  [作者] 2024 年 3 月 22 日 上午 4:46 
No honestly! Just open the mod and the original data pack with RPFM and you can start comparing there, it just seems so because I'm bad at explaining and it might look scary, but you don't need a background in programming to do some of the stuff.
Like when I say I added all the forms by name in a local array, it's basically just having a list of all the names.

I mean here, a lot is copied pasta. Well and the names of the forms you need to look for them in the data.pack but if you can add techs I'm guessing you're already used to the databases ^^
And you can still do quite a lot of things in scripts without OOP, like spawning legendary heroes right away for a faction who usually can't have it, for example.

I mean, just try, if it's not for you it's not for you, but if you're curious about it you should definitely try, and also join "da modding den" discord, I'm sure some people would be glad to help/teach you, and are way better at it than I ever could xD
ReXuS 2024 年 3 月 21 日 下午 3:53 
Ugh, thats a bit 2hard for me i guess... All i can do is add new tech, So I'll just play on your mod, but thanks for trying to explain it to me, I'm just too stupid for that :steamsad:
Warpspider  [作者] 2024 年 3 月 20 日 下午 2:17 
@ReXus 2/2
I had to add all the forms by name in a local array and use it just like they use player_free_forms.
Kinda hard to explain without showing any screenshots or screensharing (and I'm also terrible at explaining) but honestly it's not actually that hard, you just need to have RPFM to create packs, import the right stuff from data packs and mod at your heart's content.

The way it's made here also makes the AI have it, I didn't bother changing anything there because I thought people would only have this mod enabled if they're playing the Changeling anyway
Warpspider  [作者] 2024 年 3 月 20 日 下午 2:17 
@ReXuS 1/2 Basically, I took the function they're using to add new forms: function the_changeling_features:grant_formless_horror_form(agent_subtype, faction_cqi) in the data_script.pack in your folders then when you open it with RPFM it's script -> campaign -> wh3_dlc24_the_changeling.lua and scroll far down
And changed it a bit (in my mod pack not data pack!) so we don't get the UI spam (you can check the difference between mine and theirs to see where I changed stuff). I also changed all the "self." to "the_changeling_features.", since we couldn't use "self." here (it's OOP = Object Oriented Programming)
ReXuS 2024 年 3 月 20 日 下午 12:40 
Could you tell me how u did this mod? I want make a special mod to play with friend (in 1 team), and i just want to unlock his legendary lord/heroes form) But i dont know how to do this.