Forum Discussion
List of affected Classes:
- Fabrication
List of affected Lectures:
- Fabrication
- Robotics
- Research and Debate
I tried to start a Fabrication class using the whiteboard, and I noticed that my customers were not using the objects around, and I was only able to teach Rocket Science at the whiteboard after launching it.
It's a pretty easy to see the issue when I look at the tuning: the interaction to start the class launches a Rocket Science class situation instead for the instructor.
There is also an other issue while trying to hold a Fabrication Lecture, that I tested with no other mod installed other than the Better Exception: the interaction that is used to make sims join the class causes an issue (the issue is thrown every time a Sim joins the class).
I don't have this issue with other classes, so I don't know what is different here. Tested on multiple lots.
I found the cause: contrary to other hobbies classes broadcasters, the one from the fabrication class uses the "simPicker_HobbyClass_Whiteboard_LectureFor_Fabrication" interaction instead of the "sI_HobbyClass_ListenToLecture_Fabrication" interaction.
This issue stems from 1 line in 4 tunings, and would be very easy to solve :
si_HobbyClass_StartClass_Fabrication
<V t="create_situation">
<U n="create_situation">
<V n="create_situation" t="situation_start">
<U n="situation_start">
<V n="actor_init_job" t="specify_job">
<T n="specify_job">397235<!--job_HobbyClass_Instructor--></T>
</V>
<V n="linked_sim_participant" t="enabled" />
<T n="situation">398059<!--situation_HobbyClass_Instructor_Fabrication--></T>
<V n="situation_default_target" t="enabled" />
</U>
</V>
<V n="timing" t="at_end">
<U n="at_end">
<E n="criticality">NotCritical</E>
</U>
</V>
</U>
</V>broadcaster_HobbyClass_Whiteboard_LectureListeners_Fabrication
<L n="affordances">
<U>
<T n="affordance">396384<!--sI_HobbyClass_ListenToLecture_Fabrication--></T>
</U>
</L>broadcaster_HobbyClass_Whiteboard_LectureListeners_ResearchDebate
<L n="affordances">
<U>
<T n="affordance">396377<!--sI_HobbyClass_ListenToLecture_ResearchDebate--></T>
</U>
</L>broadcaster_HobbyClass_Whiteboard_LectureListeners_Robotics
<L n="affordances">
<U>
<T n="affordance">396376<!--sI_HobbyClass_ListenToLecture_Robotics--></T>
</U>
</L>