You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The abandonment of Warp Gate has a major impact on many functions within SWIM but there are alternatives:
Portal by theripper93 is a promising suspect for the spawning and location getting (what crosshairs of Warp Gate provided). This is a likely replacement for many functions in SWIM, especially the Mighty Summoner and Shape Changer.
Sockets are a core way to replace the event system in Warp Gate. They are somewhat more involved but theripper93 has provided a wrapper that could be integrated in SWIM to completely replace the former event system. The wrapper would also provide a way to send back a response (afaik SWIM doesn't use that yet but might be needed in the future),
An alternative to building a wrapper like above could be socketlib by Stäbchenfisch. I don't think adding two dependencies to replace one is a great idea but it might be easier to implement and thus faster.
All of this creates a massive problem since a v12 update is needed and Warp Gate might not be compatible with v12 but my time is really short this time a year. So if you think you can help out, please comment here or DM me on Discord (salieric). Without outside help, a SWIM release for v12 Foundry might not happen before the end of the summer.
The text was updated successfully, but these errors were encountered:
Soecktlib and Portal were chosen to continue with. Several features require an overhaul. Here is a list, checked are those that already are overhauled:
Effect Builder
Shape Changer
Summoner
Heal Other
Common Bond
Delete Actor (It's a GM relay and not directly accessed)
Update Combat (previous, next and current turn) (It's a GM relay and not directly accessed)
Craft Campfire
Tester
Only those are checked which are already tested to work on a GMs account. However all of them need to be tested on a players account as well. If you want to help out in testing, please let me know, this is an excellent opportunity for anyone whi is not a dev to contribute to this project. Below are those functions that are already tested with player accounts:
The abandonment of Warp Gate has a major impact on many functions within SWIM but there are alternatives:
All of this creates a massive problem since a v12 update is needed and Warp Gate might not be compatible with v12 but my time is really short this time a year. So if you think you can help out, please comment here or DM me on Discord (
salieric
). Without outside help, a SWIM release for v12 Foundry might not happen before the end of the summer.The text was updated successfully, but these errors were encountered: