Change default ped sync rate to 20

This commit is contained in:
in0finite 2019-05-28 17:06:56 +02:00
parent e9d4374af8
commit 8c2aefe161
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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