토탈워: 워해머 3

토탈워: 워해머 3

52 평점
Rituals of Rebirth Reduced (5 turns)
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
campaign
태그: mod
파일 크기
게시일
업데이트일
114.929 KB
2022년 10월 30일 오후 9시 30분
2024년 12월 12일 오후 4시 17분
업데이트 노트 7개 (보기)

다운로드 위해 구독하기
Rituals of Rebirth Reduced (5 turns)

설명
Wood Elves Rituals of Rebirth take 8 turns in vanilla, with this mod that is reduced to 5 turns.
All factions.

Reasoning
Eight turns always felt way too long to me, I'd have the threat cleared up in a turn or 2, 3 at most.
So I've set the timer to 5 turns, as I felt this was a significant reduction, but still time enough for the AI to launch some attacks, and not just auto give you the victory before it completes.

Athel Loren/Oak of ages is set to 6 turns, as it is much larger.




Save game compatible, safe to add or remove at any time.
It WILL affect started rituals that are part way through.
Similarly removing it part way through a ritual will bump the turn count back to the value it would be in vanilla if counting down from 8.
Compatible with any other mod not doing the same thing.


FAQ
Can you set it to ~x~ turns instead?
It's delightfully easy to do yourself! Just 4 steps!
  1. Download RFPM
    https://github.com/Frodo45127/rpfm/releases/tag/v4.2.7
  2. Navigate to Steam\steamapps\workshop\content\1142710\2882397785
  3. Open this pack file wef_rituals_reduction.pack in RFPM
  4. Change the value+cooldown to your desired number! -See pic- Save & DONE!

Can you we have multiple rituals simultaneously?
I really tried to figure this out, but the scripting was way beyond me, if anyone takes a crack at it, please let me know and share- I want that mod!

I got as far as
wh2_dlc16_wef_worldroots.lua in Script/campaign being relevant, and
worldroots_forest.twui.xml in ui/campaign_ui in here find
this="A6D4E6E0-72E7-48A1-B41D6F1750AAA515"
then the line
value="CanPerformRitual && IsActive == false && IsRitualCategoryActive == false && StoredContext("CcoCampaignSettlement", "ritual_panel", "^2").IsPlayerOwned && IsComplete == false"/>

and delete IsRitualCategoryActive == false &&
so it reads
value="CanPerformRitual && IsActive == false && StoredContext("CcoCampaignSettlement", "ritual_panel", "^2").IsPlayerOwned && IsComplete == false"/>

That enabled me to Activate another ritual while 1 was active, but it also cancelled the active one, sadly.


My Mods






Please comment, like, subscribe, phone your mothers and eat the rich!
~Neil
댓글 15
Zariaswell 2025년 8월 7일 오후 12시 46분 
Nope, it works just fine, just have to put it athe end of the mod list :-)
Zariaswell 2025년 8월 7일 오후 12시 43분 
Seems it's not compatible anymore ?
Neil  [작성자] 2024년 11월 30일 오전 8시 59분 
Aww that's kind, ty. Glad you like!
Arthanor 2024년 11월 30일 오전 8시 09분 
Was loving my WE campaign until I encountered the humongous drag that are these rituals and only being able to do one at a time. Your mod is a life (well, campaign!) saver. Thanks!
fizz45236521 2023년 11월 27일 오후 5시 40분 
thx!
Skiritai 2023년 7월 22일 오후 8시 19분 
Nice, thx o/
The_13th_Warrior 2023년 6월 4일 오전 6시 55분 
Now even time to play? Well, you're greatly appreciated here, best to you in getting more play time!!
Neil  [작성자] 2023년 6월 4일 오전 3시 01분 
Yeah Istill want that mod. Sadly I don't even have the time to play anymore, less mod, much less learn scripting :(
The_13th_Warrior 2023년 6월 1일 오후 9시 08분 
What we reallly need is a mod that allows concurrent rituals, then the timer wouldn't matter. If that got made... I would love someone forever.

Your work in trying this is absolutely positively and massively appreciated, you're a champ.
Immane 2023년 5월 2일 오전 1시 07분 
Great simple mod, thanks for including the modding logic in the description!