Don't Starve Together

Don't Starve Together

Trailblazer
Affichage des entrées 1-10 sur 16
< 1  2 >
Mis à jour le : 21 juil. 2019 à 11h42

Removed "(Dev)" from the name.

Mis à jour le : 21 juil. 2019 à 11h41

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

Mis à jour le : 14 juil. 2019 à 11h43

Fixed some typos

Mis à jour le : 14 juil. 2019 à 11h40

Updated the in-game description to mention map travel.

Mis à jour le : 1 juin 2018 à 17h31

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

Mis à jour le : 26 mai 2018 à 23h00

?

Mis à jour le : 26 mai 2018 à 22h32

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

Mis à jour le : 7 déc. 2016 à 21h39

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

Mis à jour le : 7 déc. 2016 à 17h32

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

Mis à jour le : 5 déc. 2016 à 5h31

- Improved mod compatibility