Skip to content

Releases: data-bomb/Silica

v978

14 Sep 21:16
Compare
Choose a tag to compare
Add Repair Zone Notifications

- Adds preference "RepairFacility_ChatNotifications" [default: false], if enabled this will send a chat message to the player when they enter/exit a vehicle repair zone with an eligible vehicle that can be repaired

v976

14 Sep 01:11
Compare
Choose a tag to compare
Adds Option for Hiding Names for Surrenders

- Adds new preference "Surrender_ShowPlayerNames" [default: true]. If this preference is set to false then it will say that "A teammate" voted for surrender rather than show the player's name

v975

13 Sep 23:04
Compare
Choose a tag to compare
Fix Surrender Text Responses

- Fixes text responses that included "or 1 commander" in the response when Surrender_CommanderImmediate is set to false

v973

11 Sep 00:33
Compare
Choose a tag to compare
Fix Surrender Text Response Error

- Fixes a logical error which said "or 1 commander" needed to surrender when Surrender_CommanderImmediate is set to false

v972

08 Sep 20:28
Compare
Choose a tag to compare
Fix for Surrender Disrupting Game/AI

- Previously the !surrender command would destroy all construction sites, structures, and units, which could cause significant disruption when a team had a lot of destroyed objects on a 50+ player server
- The new method only destroys critical objects (e.g., HQ, Queen, Nest, etc.)

v971

08 Sep 15:16
Compare
Choose a tag to compare
Adjust Surrender Feedback Text

- Adjusts the feedback text to account for Surrender_CommanderImmediate. If this is set to false then it will no longer say 1 commander is needed

v970

08 Sep 15:03
Compare
Choose a tag to compare
Adds Surrender Mod Options for Voting

- Adds preference "Surrender_CommanderImmediate" (default: false), if this is enabled then whenever the commander does !surrender then it will immediately trigger the surrender regardless of a team vote
- Adds preference "Surrender_Vote_PercentNeeded" (default: 0.35), is the percentage of the teammates needed for a surrender to be processed

v968

06 Sep 23:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v938...v968

v938

17 Aug 18:49
Compare
Choose a tag to compare
Allow Spaces in Name for Offline Banning

- Allows spaces in the name when using the !banid <steam64> <name> command

v937

04 Aug 18:23
Compare
Choose a tag to compare
Fix for Continuous Repair of Vehicles

- A bug may cause some vehicles to continue to repair after leaving the Light Vehicle Factory repair zones under certain situations