Total War: WARHAMMER III

Total War: WARHAMMER III

Changeling Unlock All Forms
21 Comments
MirroR 29 May @ 12:54am 
Update please ^^
IRENE 12 Dec, 2024 @ 7:52am 
Please Update ~~~
Lunatic Cultist 6 Sep, 2024 @ 8:47am 
Please Update
arsns5201314 20 Jul, 2024 @ 7:13am 
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  [author] 18 Jul, 2024 @ 2:09am 
@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 18 Jul, 2024 @ 12:23am 
After updating to version 5.1.1, a bug has appeared where the game crashes and exits after ending a turn.
AvioreYT 26 Jun, 2024 @ 5:46am 
thanks bro much respect:steamhappy:
Warpspider  [author] 26 Jun, 2024 @ 4:34am 
@IRENE Yups sorry forgot they just added the goodboi..
Done.
IRENE 25 Jun, 2024 @ 11:23pm 
Please update Karanak:steamhappy:
Tommy 20 May, 2024 @ 3:56pm 
Thank you =)
rodger_the_turtle 16 May, 2024 @ 3:41pm 
Thanks for the update :)
IRENE 3 May, 2024 @ 8:46am 
Please update:steamhappy:
WTFmybacon 1 May, 2024 @ 6:44am 
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  [author] 6 Apr, 2024 @ 4:15am 
@Fear Good luck!
Warpspider  [author] 6 Apr, 2024 @ 4:14am 
@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 5 Apr, 2024 @ 6:04pm 
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  [author] 22 Mar, 2024 @ 4:46am 
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 21 Mar, 2024 @ 3:53pm 
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  [author] 20 Mar, 2024 @ 2:17pm 
@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  [author] 20 Mar, 2024 @ 2:17pm 
@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 20 Mar, 2024 @ 12:40pm 
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.