People Playground

People Playground

Mulligan
正在显示第 31 - 40 项,共 81 项条目
< 1  2  3  4  5  6 ... 9 >
更新于:2021 年 8 月 21 日 下午 4: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.

更新于:2021 年 8 月 14 日 上午 3:17

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

更新于:2021 年 8 月 14 日 上午 2:02

Added [Delete] hotkey. (thanks JCGemX)

Fixed so no hotkeys get checked when dialogbox is open.

更新于:2021 年 8 月 4 日 上午 6:44

Added key to toggle collisions. Thanks DELTA_1

更新于:2021 年 7 月 15 日 下午 11:40

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

更新于:2021 年 7 月 15 日 下午 10:37

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

更新于:2021 年 7 月 14 日 下午 7:59

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

更新于:2021 年 7 月 4 日 下午 10:36

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

更新于:2021 年 7 月 3 日 上午 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.

更新于:2021 年 6 月 28 日 下午 8: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