Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OctothorpeObelus authored Sep 29, 2022
1 parent 39a18f5 commit 49dd9a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# carrying_crate
Garry's Mod addon that adds useful carrying crates for sandbox and roleplay usage.

**List of serverside console variables:**
| **Variable** | **Default Value** | **Minimum Value** | **Maximum Value** | **Description** |
|-----------------------------------------|-------------------|-------------------|-------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| carrying_crate_max_connected_ents | 6 | 1 | 65535 | The number of entities connected to a secured prop that will also be parented to the crate. Good for controlling performance, as large contraptions will cause lag spikes when parented all at once. Some contraptions are not physically stable when being unloaded. |
| carrying_crate_force_mass_accumulation | 0 | 0 | 2 | 0 = Entity's choice. 1 = Force mass acumulation for all crates. 2 = Disable mass accumulation for all crates. This determines if the crate's physical weight is changed to equal its contents, since parenting removes physics. |
| carrying_crate_force_content_validation | 0 | 0 | 2 | Content validation checks to see if the prop trying to be carried has its center of mass within the crate boundaries. If it is not then it will not be carried. 0 = Entity's choice. 1 = Force content validation for all crates. 2 = Disable content validation for all crates. |

0 comments on commit 49dd9a3

Please sign in to comment.