People Playground

People Playground

Mulligan
Viser 31-40 af 81 forekomster
< 1  2  3  4  5  6 ... 9 >
Opdatering: 21. aug. 2021 kl. 16:44

Fixed how we handled collision toggling. It wasn't reapplying disabled collisions to items when they were copied, spawned, or saved.

Also fixed bug when re-enabling collisions after auto-dropping an item/weapon.

Opdatering: 14. aug. 2021 kl. 3:17

Fixed: delete func was barfing on certain objects with null colliders

Opdatering: 14. aug. 2021 kl. 2:02

Added [Delete] hotkey. (thanks JCGemX)

Fixed so no hotkeys get checked when dialogbox is open.

Opdatering: 4. aug. 2021 kl. 6:44

Added key to toggle collisions. Thanks DELTA_1

Opdatering: 15. juli 2021 kl. 23:40

Fixed a few bugs discovered from the game log related to auto-equip and auto-activate

Opdatering: 15. juli 2021 kl. 22:37

Fixed issue with previous update where auto-equip was supposed to ignore frozen items but instead worked the opposite way

Opdatering: 14. juli 2021 kl. 19:59

updated heal functions to add 0.1f "LIFE SERUM" to deal wit this advanced damage sitch

Opdatering: 4. juli 2021 kl. 22:36

Added 2 more keys
[F2] shows inspector
[ALT+Keypad-0] Changes the verbose level for the mod notifications

Opdatering: 3. juli 2021 kl. 11:29

Refactored the way healing/reviving is done. Replaced the Stand pose shortcut with the newer Flat pose. Also added a shortcut to apply a strength boost to any selected limbs.

Opdatering: 28. juni 2021 kl. 20:24

I made a hacky ass update to fix the people exploding issue when using the heal hotkeys. The heal poison is overloading limbs with liquid and causing them to splode and go boom. There is a user setting to disable this from happening. So this update does the following:

1. look at and save the users current setting for this feature
2. turn the feature off
3. apply the heal poison and make a temp list of who was healed
4. for the next couple seconds, drain the excess fluid in the limbs
5. switch the user setting back to whatever the original value was

Was this the right way to create a fix? fuck no... but I dont know what I'm doing yet