shenef / SoS-TAS

Sea of Stars TAS
3 stars 0 forks source link

Better platform climbing #100

Closed orkaboy closed 11 months ago

orkaboy commented 1 year ago

Currently, the TAS uses the InteractMove step to climb structures, which mashes A while moving to a location. This is error-prone since it may cause unintentional jumps, putting the TAS out of sync.

Figure out a more robust way to scale cliff and cross platforms.

orkaboy commented 12 months ago

Made some improvements on this with PR #103

orkaboy commented 11 months ago

This seems to be largely fixed. Closing this for now, will open another if specific problems show up.