mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-10 06:34:16 +00:00
Change default ped sync rate to 20
This commit is contained in:
parent
e9d4374af8
commit
8c2aefe161
2 changed files with 2 additions and 2 deletions
|
@ -135,6 +135,7 @@ MonoBehaviour:
|
|||
AIVehicleEnterDistance: 1.25
|
||||
AIOutOfRangeTimeout: 5
|
||||
AIOutOfRangeDistance: 250
|
||||
pedSyncRate: 20
|
||||
--- !u!114 &114560248511158306
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -185,3 +186,4 @@ MonoBehaviour:
|
|||
m_Script: {fileID: 11500000, guid: 20df1bf3631feafd8984718a6894cbb6, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
spawnPlayerWhenConnected: 1
|
||||
|
|
|
@ -20,8 +20,6 @@
|
|||
|
||||
- add option to disable wheel colliders
|
||||
|
||||
- change default ped sync rate to 20
|
||||
|
||||
- OutOfRangeDestroyer script should be destroyed on clients (for vehicles) ; when player controls a vehicle, it should not be destroyed ; or simply make the script destroy objects only on server (if they are network objects) ;
|
||||
|
||||
- display a message to user when network is stopped
|
||||
|
|
Loading…
Reference in a new issue