Ideas
SDPhantomGamer
6 months agoSeasoned Scout
I just recently started up the game and ran across this. After digging through the tuning files, I found 3 interactions this affects (Chess_Social, Chess_PonderMoves, and simPicker_Mentoring_AskFor_Logic_Chess). The following tag is found at the end of the test_globals section.
<V t="routability">
<U n="routability">
<V n="tooltip" t="enabled">
<T n="enabled">0x27CC32E8<!--Sim doesn't have permission to use this object.--></T>
</V>
</U>
</V>According to the TDESC, this "routability" check is responsible for determining if the sim is allowed to pathfind to the target object. I ran a test after removing this tag and it appears to fix the permission issue by bypassing the check entirely.