forked from MergHQ/CRYENGINE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGameHunt.cryproject
49 lines (49 loc) · 1.47 KB
/
GameHunt.cryproject
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"version": 4,
"type": "CRYENGINE Project",
"info": { "name": "HUNT", "guid": "8c593d2d-28a9-7a36-d1a9-251d521ddd58" },
"content": {
"assets": [ "game_hunt" ],
"code": [ "" ],
"libs": [
{
"name": "HUNT",
"shared": { "any": "GameHunt", "win_x64": "", "win_x86": "" }
}
]
},
"require": {
"engine": "engine-5.4",
"plugins": [
{ "type": "EPluginType::Native", "path": "CryDefaultEntities" },
{ "type": "EPluginType::Native", "path": "CryUQS_Core" },
{ "type": "EPluginType::Native", "path": "CryLobby" }
]
},
"console_variables": {
"ca_ForceAnimationLod": "0",
"ca_PreloadAllCAFs": "1",
"ca_ResetCulledJointsToBindPose": "1",
"ca_SampleQuatHemisphereFromCurrentPose": "1",
"cl_AISystem": "0",
"cl_initClientActor": "0",
"e_LodFaceAreaTargetSize": "0.01",
"e_svoTI_VoxelizeUnderTerrain": "1",
"g_PlayerSilhouettes": "0",
"g_hideHuntHud": "1",
"g_hunt_telemetry_enable": "1",
"net_availableBandwidthClient": "512",
"net_availableBandwidthServer": "8192",
"net_numNetIDHighBitBits": "15",
"net_sim_loadprofiles": "SimProfiles_HUNT.xml",
"r_HDREyeAdaptationMode": "1",
"s_OcclusionMaxDistance": "200",
"sc_LogFileStreams": "Default System Game AI AI_Nav",
"sc_LogToFile": "2",
"sys_archive_host_xml_version": "1",
"sys_localization_folder": "Localization",
"sys_target_platforms": "pc,ps4,xboxone",
"uqs_printTimeExcessWarningsToConsole": "0"
},
"console_commands": { "sys_ignore_asserts_from_module": "CryGame" }
}