Total War: WARHAMMER III

Total War: WARHAMMER III

Changeling Unlock All Forms
21 kommentarer
MirroR 29. maj kl. 0:54 
Update please ^^
IRENE 12. dec. 2024 kl. 7:52 
Please Update ~~~
Lunatic Cultist 6. sep. 2024 kl. 8:47 
Please Update
arsns5201314 20. juli 2024 kl. 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  [ophavsmand] 18. juli 2024 kl. 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 18. juli 2024 kl. 0:23 
After updating to version 5.1.1, a bug has appeared where the game crashes and exits after ending a turn.
AvioreYT 26. juni 2024 kl. 5:46 
thanks bro much respect:steamhappy:
Warpspider  [ophavsmand] 26. juni 2024 kl. 4:34 
@IRENE Yups sorry forgot they just added the goodboi..
Done.
IRENE 25. juni 2024 kl. 23:23 
Please update Karanak:steamhappy:
Tommy 20. maj 2024 kl. 15:56 
Thank you =)
rodger_the_turtle 16. maj 2024 kl. 15:41 
Thanks for the update :)
IRENE 3. maj 2024 kl. 8:46 
Please update:steamhappy:
WTFmybacon 1. maj 2024 kl. 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  [ophavsmand] 6. apr. 2024 kl. 4:15 
@Fear Good luck!
Warpspider  [ophavsmand] 6. apr. 2024 kl. 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 5. apr. 2024 kl. 18: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  [ophavsmand] 22. mar. 2024 kl. 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 21. mar. 2024 kl. 15: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  [ophavsmand] 20. mar. 2024 kl. 14: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  [ophavsmand] 20. mar. 2024 kl. 14: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 20. mar. 2024 kl. 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.