-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsample_igby_settings.json
More file actions
56 lines (56 loc) · 2 KB
/
sample_igby_settings.json
File metadata and controls
56 lines (56 loc) · 2 KB
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
50
51
52
53
54
55
56
{
"LOG_PATH":"D:\\Sample_Project\\Igby\\Logs\\Igby_Sample_Project_Log.txt",
"MIN_WAIT_SEC":600,
"MAX_RUNS":0,
"P4_PORT":"0.0.0.0:1666",
"P4_USER":"user_name",
"P4_CLIENT":"user_DESKTOP-F4B2F5M_6315",
"P4_CL_DESCRIPTION_PREFIX":"#Igby Automation",
"P4_CHARSET":"utf8",
"PRE_RUN_PYTHON_COMMAND":"sample_pre_run_command.run()",
"P4_DIRS_TO_SYNC":[],
"UGS_EXE_PATH":"C:\\Users\\username\\AppData\\Local\\UnrealGameSync\\Latest\\ugs.exe",
"UE_CMD_EXE_PATH":"D:\\Unreal\\Engine\\Binaries\\Win64\\UnrealEditor-Cmd.exe",
"UE_PROJECT_PATH":"D:\\Sample_Project\\project.uproject",
"HALT_ON_ERROR":true,
"FORCE_RUN":true,
"PROJECT_CONTENT_INTEGRITY_TEST":true,
"PY_LIBS":{"slackclient":{"module":"slack"}},
"MODULE_SETTING_PRESETS":{
"REPORT_SETTINGS":{
"PATHS_TO_INCLUDE":["/Game/"],
"PATHS_TO_IGNORE":["/Game/Developers/"],
"REPORT_SAVE_DIR":"D:\\Sample_Project\\Igby\\Reports\\",
"REPORT_TO_LOG":false,
"REPORT_ONLY_SAVE_UNIQUE":true,
"REPORT_TO_LOG_LINE_LIMIT":50,
"REPORT_MODULE_NAME":""
}
},
"MODULES_TO_RUN":[
{"invalid_content_files_report_R":{
"INCLUDE_MODULE_SETTING_PRESETS":["REPORT_SETTINGS"]
}
},
{"blueprints_with_missing_parent_class_report_R":{
"INCLUDE_MODULE_SETTING_PRESETS":["REPORT_SETTINGS"]
}
},
{"asset_hard_reference_report_R":{
"INCLUDE_MODULE_SETTING_PRESETS":["REPORT_SETTINGS"]
}
},
{"asset_type_count_report_R":{
"INCLUDE_MODULE_SETTING_PRESETS":["REPORT_SETTINGS"]
}
},
{"dual_asset_package_report_R":{
"INCLUDE_MODULE_SETTING_PRESETS":["REPORT_SETTINGS"]
}
},
{"unused_assets_report_R":{
"INCLUDE_MODULE_SETTING_PRESETS":["REPORT_SETTINGS"]
}
}
]
}