Don't Starve Together

Don't Starve Together

Trailblazer
16件中 1-10 を表示
< 1  2 >
更新: 2019年7月21日 @ 11時42分

Removed "(Dev)" from the name.

更新: 2019年7月21日 @ 11時41分

Fixed a crash on the Beta branch. Accidentally added "(Dev)" to the name.

更新: 2019年7月14日 @ 11時43分

Fixed some typos

更新: 2019年7月14日 @ 11時40分

Updated the in-game description to mention map travel.

更新: 2018年6月1日 @ 17時31分

Tweaked how trailblazer cleans up itself to better respect the game's native use of the locomotor.

更新: 2018年5月26日 @ 23時00分

?

更新: 2018年5月26日 @ 22時32分

Trailblazer leverages the locomotor to walk the player along a given path, however with predictive movement disabled, the locomotor is not available.

Enabling predictive movement grants the locomotor, however many players dislike predictive movement.

This patch adds several variables that allow trailblazer to disable predictive movement when it is done with it.

`locomotor.trailblazerCleanup` set to true to tell trailblazer to cleanup predictive movement when it is done
`locomotor.trailblazerCleanupClear` used internally -- set to nil if submitting a new path request and cleanup was set
`locomotor.trailblazerCleanupLater` used internally -- set to nil if submitting a new path request and cleanup was set

更新: 2016年12月7日 @ 21時39分

- 1 metric ton of bugfixes
- 1 1/2 tbsp optimizations

更新: 2016年12月7日 @ 17時32分

- Changed algorithm design to a concurrent model (Your game should no longer freeze while calculating a path, but it may take slightly longer)

更新: 2016年12月5日 @ 5時31分

- Improved mod compatibility