mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-10 06:34:16 +00:00
change ped & vehicle sync rate to 30
This commit is contained in:
parent
cb57a4eb6f
commit
8e9ac7188d
2 changed files with 2 additions and 2 deletions
|
@ -205,7 +205,7 @@ MonoBehaviour:
|
|||
AIStoppingDistance: 3
|
||||
AIVehicleEnterDistance: 1.25
|
||||
AIWeaponHearingDistance: 40
|
||||
pedSyncRate: 20
|
||||
pedSyncRate: 30
|
||||
ragdollPrefab: {fileID: 2141754834917738923, guid: 14d22e60f4926f64cbd36f393fe11b9a,
|
||||
type: 3}
|
||||
ragdollMass: 1000
|
||||
|
|
|
@ -98,7 +98,7 @@ MonoBehaviour:
|
|||
controlInputOnLocalPlayer: 0
|
||||
controlWheelsOnLocalPlayer: 0
|
||||
destroyWheelCollidersOnClient: 1
|
||||
vehicleSyncRate: 20
|
||||
vehicleSyncRate: 30
|
||||
massToHealthExponent: 1
|
||||
explosionDamageRadius: 7
|
||||
explosionDamageOverDistanceCurve:
|
||||
|
|
Loading…
Reference in a new issue