Don't Starve Together

Don't Starve Together

Improved Ownership (w/ Anti-Griefing Defense)
Showing 41-50 of 120 entries
< 1 ... 3  4  5  6  7 ... 12 >
Update: 19 Jan, 2023 @ 2:46pm

Bug Fixes:
• Actually fixed a Lunar New Year crash on attacking entities without an action target indexed (coding is hard; one statement had an unparenthesized "or")

Update: 19 Jan, 2023 @ 12:45pm

Bug Fixes:
• Fixed a Lunar New Year crash on attacking entities without an action target indexed

Update: 13 Jan, 2023 @ 4:42pm

Bug Fixes:
• Fixed a crash on turning on lanterns/other devices directly from within inventory or containers

Update: 29 Dec, 2022 @ 11:21am

Bug Fixes:
• Fixed certain passive mobs not being attackable with Companion Protection enabled (oopsies)

Update: 28 Dec, 2022 @ 9:27am

Bug Fixes:
• Removed a print line on all owned prefabs loading c,:

Update: 28 Dec, 2022 @ 9:15am

Bug Fixes:
• Actually added the changes (lol I didn't actually merge the changes properly :( )
• Fixed an IA load issue from duplicated pirate pack code >:(

Update: 27 Dec, 2022 @ 2:57pm

Changes:
• Revamped all of the Ownership settings! Drop_Container (drop on hammer) is now deprecated, as when Container Protections are on, they will not drop items upon hammer attempts by default! Various ownership setting names in modoverrides.lua have also been updated to more accurately depict what they now do.
• Added configurability settings to enable/disable groups of protections! The list of configurable protections is as follows (note that all are enabled by default):
- Structure Protection: Determines whether structures are protected from hammering, lighting, fires, explosions, etc.
- Base Protection: Determines whether or not the base itself/plants are protected from digging, chopping, returfing, flower picking, etc.
- Companion Protection: Determines whether or not companions and beefalo are protected against other players attacking or trying to harm them (note some do not apply in PVP)
- Beefalo Protection: Determines whether or not beefalo can be ridden, unsaddled or shaved by nonowners.
- Spellcast Protection: Determines whether or not spellcasting is restricted against griefing, like using On Tentacles near spawn points.
- Boat Protection: Determines whether or not boats will be protected against nonowners moving, piloting or otherwise using owned boats.
- Anti-Griefer Protection: Determines whether or not miscellaneous actions to harm other players like throwing water balloons, extinguishing firepits at night, or planting spider nests near spawn points is prohibited.

• The full list of changed/new settings in modoverrides.lua:
- Lock_Container (was Share_Container previously)
- Lock_Equipment (was Share_Equipment previously)
- Structure_Protect
- Base_Protect
- Companion_Protect
- Beefalo_Protect
- Spellcast_Protect
- Boat_Protect
- Griefer_Protect

Update: 8 Dec, 2022 @ 11:58am

Changes:
• Added protections against attacking ripe Saladmanders if they are near owned structures or backpacks, or if you are wearing someone else's owned flammable backpack.

Update: 3 Dec, 2022 @ 4:03pm

Changes:
• Increased the protection range against reading On Tentacles/The Joys of Volcanology near owned structures/spawn points (now 6 tiles, was formerly 5)

Bug Fixes:
• Fixed failure to store items by clicking on Magician's Chest with item in cursor

Update: 26 Nov, 2022 @ 7:21pm

• Fixed a typo in the previous patch where local variables were not being declared for the rest of the actions code, causing all instances of certain actions to fail :hyper_rub: