Forum Announcement, Click Here to Read More From EA_Cade.

Anyone know what changed with teleport?

TriplisTriplis Posts: 3,048 Member
Trying to figure out what in the seasons patch broke the teleports in my Sorcerer mod. Was taking a look at it tonight and not finding anything glaring that seemed like it had changed, so I figured I'd ask around. From what I could find, it looks like other teleport mods were broken but have been fixed? So I'm not sure what I'm missing.

Edit: Never mind. Turns out vfx was the problem. This:
<E n="participant">Actor</E>

Now has to be:
<V t="from_participant" n="participant">
  <U n="from_participant">
    <E n="participant">Actor</E>
  </U>
</V>
Mods moved from MTS, now hosted at: https://triplis.github.io
Post edited by Triplis on
Sign In or Register to comment.
Return to top