Game.ini 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. [Internationalization]
  2. LocalizationPaths=%GAMEDIR%Content/Localization/Game
  3. [DefaultPlayer]
  4. Name=Player
  5. [/Script/Engine.GameNetworkManager]
  6. TotalNetBandwidth=32000
  7. MaxDynamicBandwidth=7000
  8. MinDynamicBandwidth=4000
  9. MoveRepSize=42.0f
  10. MAXPOSITIONERRORSQUARED=3.0f
  11. MAXNEARZEROVELOCITYSQUARED=9.0f
  12. CLIENTADJUSTUPDATECOST=180.0f
  13. MAXCLIENTUPDATEINTERVAL=0.25f
  14. MaxMoveDeltaTime=0.125f
  15. ClientNetSendMoveDeltaTime=0.0166
  16. ClientNetSendMoveDeltaTimeThrottled=0.0222
  17. ClientNetSendMoveThrottleAtNetSpeed=10000
  18. ClientNetSendMoveThrottleOverPlayerCount=10
  19. ClientAuthorativePosition=false
  20. ClientErrorUpdateRateLimit=0.0f
  21. bMovementTimeDiscrepancyDetection=false
  22. bMovementTimeDiscrepancyResolution=false
  23. MovementTimeDiscrepancyMaxTimeMargin=0.25f
  24. MovementTimeDiscrepancyMinTimeMargin=-0.25f
  25. MovementTimeDiscrepancyResolutionRate=1.0f
  26. MovementTimeDiscrepancyDriftAllowance=0.0f
  27. bMovementTimeDiscrepancyForceCorrectionsDuringResolution=false
  28. bUseDistanceBasedRelevancy=true
  29. [/Script/Party.Party]
  30. DefaultMaxPartySize=5
  31. [/Script/Lobby.LobbyBeaconState]
  32. WaitForPlayersTimeRemaining=20.0
  33. [/Script/Engine.GameSession]
  34. MaxPlayers=16
  35. MaxSpectators=2
  36. MaxSplitscreensPerConnection=4
  37. bRequiresPushToTalk=true
  38. [/Script/EngineSettings.GeneralProjectSettings]
  39. CompanyName=
  40. CompanyDistinguishedName=
  41. CopyrightNotice=Fill out your copyright notice in the Description page of Project Settings.
  42. Description=
  43. LicensingTerms=
  44. PrivacyPolicy=
  45. ProjectName=Histoire(s) d'un oeil
  46. ProjectVersion=1.0.0.0
  47. Homepage=
  48. SupportContact=
  49. ProjectID=EE04ADA74E23D856A3EB98A7C767C26A
  50. bStartInVR=False
  51. [/Script/UnrealEd.ProjectPackagingSettings]
  52. BuildConfiguration=PPBC_Development
  53. FullRebuild=False
  54. UsePakFile=True
  55. bGenerateChunks=False
  56. bChunkHardReferencesOnly=False
  57. IncludePrerequisites=True
  58. IncludeCrashReporter=False
  59. InternationalizationPreset=English
  60. CulturesToStage=en
  61. DefaultCulture=en
  62. bSkipEditorContent=false
  63. [/Script/Engine.HUD]
  64. DebugDisplay=AI
  65. [/Script/Engine.PlayerController]
  66. InputYawScale=2.5
  67. InputPitchScale=-1.75
  68. InputRollScale=1.0
  69. [/Script/Engine.DebugCameraController]
  70. bShowSelectedInfo=true
  71. [/Script/Engine.WorldSettings]
  72. ChanceOfPhysicsChunkOverride=1.0
  73. bEnableChanceOfPhysicsChunkOverride=false
  74. DefaultAmbientZoneSettings=(bIsWorldSettings=true)
  75. EnabledPlugins=ExampleDeviceProfileSelector
  76. MinUndilatedFrameTime=0.0005 ; 2000 fps
  77. MaxUndilatedFrameTime=0.4 ; 2.5 fps
  78. MinGlobalTimeDilation=0.0001
  79. MaxGlobalTimeDilation=20.0
  80. [/Script/AIModule.AIPerceptionComponent]
  81. HearingRange=768
  82. SightRadius=3000
  83. LoseSightRadius=3500
  84. LoSHearingRange=1500
  85. PeripheralVisionAngle=90
  86. [/Script/AIModule.AISense_Hearing]
  87. SpeedOfSoundSq=0
  88. [/Script/AIModule.AISenseConfig_Hearing]
  89. Implementation=Class'/Script/AIModule.AISense_Hearing'
  90. HearingRange=768
  91. LoSHearingRange=1500
  92. DetectionByAffiliation=(bDetectEnemies=true)
  93. [/Script/AIModule.AISenseConfig_Sight]
  94. Implementation=Class'/Script/AIModule.AISense_Sight'
  95. SightRadius=3000
  96. LoseSightRadius=3500
  97. PeripheralVisionAngleDegrees=90
  98. DetectionByAffiliation=(bDetectEnemies=true)
  99. AutoSuccessRangeFromLastSeenLocation=-1.f
  100. [/Script/AIModule.AISenseConfig_Damage]
  101. Implementation=Class'/Script/AIModule.AISense_Damage'
  102. [/Script/AIModule.EnvQueryManager]
  103. MaxAllowedTestingTime=0.01
  104. bTestQueriesUsingBreadth=true
  105. QueryCountWarningThreshold=0
  106. QueryCountWarningInterval=30.0
  107. [/Script/Engine.AssetManagerSettings]
  108. PrimaryAssetTypesToScan=(PrimaryAssetType="Map",AssetBaseClass=/Script/Engine.World,bHasBlueprintClasses=False,bIsEditorOnly=True,Directories=((Path="/Game/Maps")))
  109. PrimaryAssetTypesToScan=(PrimaryAssetType="PrimaryAssetLabel",AssetBaseClass=/Script/Engine.PrimaryAssetLabel,bHasBlueprintClasses=False,bIsEditorOnly=True,Directories=((Path="/Game")))
  110. [StartupActions]
  111. bAddPacks=True
  112. InsertPack=(PackSource="StarterContent.upack,PackName="StarterContent")