Don't Starve Together
Trailblazer
Εμφάνιση 1-10 από 16 καταχωρίσεις
< 1  2 >
Ενημέρωση: 21 Ιουλ 2019 στις 11:42

Removed "(Dev)" from the name.

Ενημέρωση: 21 Ιουλ 2019 στις 11:41

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

Ενημέρωση: 14 Ιουλ 2019 στις 11:43

Fixed some typos

Ενημέρωση: 14 Ιουλ 2019 στις 11:40

Updated the in-game description to mention map travel.

Ενημέρωση: 1 Ιουν 2018 στις 17:31

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

Ενημέρωση: 26 Μαϊ 2018 στις 23:00

?

Ενημέρωση: 26 Μαϊ 2018 στις 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

Ενημέρωση: 7 Δεκ 2016 στις 21:39

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

Ενημέρωση: 7 Δεκ 2016 στις 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)

Ενημέρωση: 5 Δεκ 2016 στις 5:31

- Improved mod compatibility