Don't Starve Together

Don't Starve Together

Playable Pets Essentials
Hiển thị 91-100 trong 140 mục
< 1 ... 8  9  10  11  12 ... 14 >
Cập nhật: 5 Thg03, 2022 @ 5:00pm

-Added stuff for brrrd.

Cập nhật: 10 Thg02, 2022 @ 12:57am

-Fixed deerclops' not being able to destroy things.
-boneshards, fossil_pieces, and houndteeth now are edible as the foodtype BONE.
-Mob Skeletons now have the "bone" tag.
-Scavantulas can now destroy skeletons.

Cập nhật: 4 Thg02, 2022 @ 12:24pm

Cập nhật: 3 Thg02, 2022 @ 12:01pm

-Skeletons will now delete themselves if they're over water.
-PP_CommonStates.AdvancedLocomotor now checks inst.cannotmove if user is allowed to move.

Cập nhật: 25 Thg01, 2022 @ 3:11pm

-Mobs will now drop custom skeletons on death.
-New "Mob Skeletons" config to toggle skeletons dropping on death. "MobSkeletons" is the name for server owners.
-Added PlayablePets.DoDeath function. This function is going to be used across all death states now and it is recommended for modders to use it as well.

Cập nhật: 23 Thg01, 2022 @ 4:20pm

-Mobs that have skins will now have icons showing as such in the character select screen.

Cập nhật: 16 Thg01, 2022 @ 1:06am

-Fixed a file conflict that broke a few mobs in Playable Pets original.

Cập nhật: 15 Thg01, 2022 @ 1:12am

-Added GetSleepers function to multisleepingbag component.
-Added fns parameter to PP_CommonStates.AddHomeState.
-cleaned out a few comments.
-Added TUNING.PP. Future values will go here.

Cập nhật: 26 Thg11, 2021 @ 8:22am

Debug Mode changes:
-Many util functions now do debug prints.
-Spawning as a mob will print their data table in the log as well as some other information.
-SleepHeal information is printed per tick.
-Added PlayablePets.DebugPrintData function. First parameter is the title string, second parameter is the table in which they will dump data.
-Key abilities are logged when pressed.
-Cleaned out some bits of unused code here and there, improved some functions too.

Cập nhật: 21 Thg11, 2021 @ 8:13pm

-Fixed a crash with the new CanSetFire function.