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일 @ 오후 5시 31분

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

업데이트: 2018년 5월 26일 @ 오후 11시 00분

?

업데이트: 2018년 5월 26일 @ 오후 10시 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일 @ 오후 9시 39분

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

업데이트: 2016년 12월 7일 @ 오후 5시 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