February 2022 - last edited March 2022 by crinrict
Product: The Sims 4
Platform:PC
Which language are you playing the game in? Deutsch
How often does the bug occur? Every time (100%)
What is your current game version number? 1.84.197.1030
What expansions, game packs, and stuff packs do you have installed? all
Steps: How can we find the bug ourselves? Ask a Sim to be your officiant and start the ceremony with him/her. Selcect "Exchange vows with officiant".
What happens when the bug occurs? The couple will gather at the wedding arch, but the officiant does nothing. Resetting the officiant or creating more space around the arch doesn't help.
What do you expect to see? The officiant doing his job.
Have you installed any customization with the game, e.g. Custom Content or Mods? Never used.
Did this issue appear after a specific patch or change you made to your system? Yes
Please describe the patch or change you made. After installing MWS
Testtest.
Edit By Crinrict: Added Tag to Title.
Solved! Go to Solution.
March 2022
Officiants will not just stand there any longer, but will actually do their officiant job.
Good Luck
Crin
I don't work or have any association with EA. I give advice to the best of my knowledge and cannot be held responsible for any damage done to your computer/game.
Please only contact me via PM when asked to do so.
Important Threads
February 2022
Same issue. I think it's a problem where the game is not properly assigning the role or buff or whatever tells the officiant sim that they are, in fact, the officiant - because when you ask them to be your officiant they do not get the associated sentiment.
March 2022
Yup
March 2022
I got the officiant - officiant vows with kiss - to work. The main reason for this issue I noticed is that the officiant should not be allowed for the attend ceremony interactions. At least they're not the one attending, but holding the ceremony.
This can be achieved by changing the test_globals for the tuning
277123
wedding_Attend_Custom_State_Wedding_TakeSeats
to
<L n="test_globals">
<V t="sim_info">
<U n="sim_info">
<V n="ages" t="specified">
<L n="specified">
<E>TEEN</E>
<E>YOUNGADULT</E>
<E>ADULT</E>
<E>ELDER</E>
<E>CHILD</E>
</L>
</V>
<V n="species" t="specified">
<U n="specified">
<L n="species">
<E />
</L>
</U>
</V>
<E n="who">Actor</E>
</U>
</V>
<V t="situation_job_test">
<U n="situation_job_test">
<L n="situation_jobs">
<T>275727<!--job_Custom_State_Wedding_FlowerSpreader--></T>
<T>275724<!--job_Custom_State_Wedding_Guest--></T>
<T>275960<!--job_Custom_State_Wedding_HonorAttendant--></T>
<T>282161<!--job_Custom_State_Wedding_RingBearer--></T>
</L>
</U>
</V>
</L>
The bolded part is the one where the officiant is included and shoud be erased.
However, there seems to be another unrelated issue with the officiant ceremony without kiss that seems to lie somewhat deeper in the code. I have no insight to share on that one, The tuning for it seems to be fine, but i still doesn't work at all with the changes mentioned above.
March 2022
Officiants will not just stand there any longer, but will actually do their officiant job.
Good Luck
Crin
I don't work or have any association with EA. I give advice to the best of my knowledge and cannot be held responsible for any damage done to your computer/game.
Please only contact me via PM when asked to do so.
Important Threads