16 lines
699 B
TOML
16 lines
699 B
TOML
[survivalToolgun]
|
|
#Allow the survival structure tool gun to save physical structures as blueprints.
|
|
allowSave = true
|
|
#Allow the survival structure tool gun to query nearby physical structures.
|
|
allowQuery = true
|
|
#Allow the survival structure tool gun to create constraints with the weld mode.
|
|
allowWeld = true
|
|
#Allow the survival structure tool gun to use weld and rotate mode.
|
|
allowSimpleWeld = true
|
|
#Allow the survival structure tool gun to translate physical structures.
|
|
allowTranslate = true
|
|
#Allow the survival structure tool gun to rotate physical structures.
|
|
allowRotate = true
|
|
#Allow the survival structure tool gun to remove tracked toolgun constraints.
|
|
allowDisconnect = true
|