Don't Starve Together

Don't Starve Together

Playable Pets Essentials
Mostrando 91-100 de 140 aportaciones
< 1 ... 8  9  10  11  12 ... 14 >
Actualización: 5 MAR 2022 a las 5:00 p. m.

-Added stuff for brrrd.

Actualización: 10 FEB 2022 a las 12:57 a. m.

-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.

Actualización: 4 FEB 2022 a las 12:24 p. m.

Actualización: 3 FEB 2022 a las 12:01 p. m.

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

Actualización: 25 ENE 2022 a las 3:11 p. m.

-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.

Actualización: 23 ENE 2022 a las 4:20 p. m.

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

Actualización: 16 ENE 2022 a las 1:06 a. m.

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

Actualización: 15 ENE 2022 a las 1:12 a. m.

-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.

Actualización: 26 NOV 2021 a las 8:22 a. m.

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.

Actualización: 21 NOV 2021 a las 8:13 p. m.

-Fixed a crash with the new CanSetFire function.