|
36 | 36 | "DefaultValue": "True", |
37 | 37 | "EnumValues": {} |
38 | 38 | }, |
| 39 | + { |
| 40 | + "DisplayName": "Enable UE4SS Console", |
| 41 | + "Category": "Palworld:stadia_controller", |
| 42 | + "Subcategory": "Server:dns:1", |
| 43 | + "Description": "", |
| 44 | + "Keywords": "", |
| 45 | + "FieldName": "ConsoleEnabled", |
| 46 | + "InputType": "number", |
| 47 | + "Hidden": true, |
| 48 | + "ParamFieldName": "Debug.ConsoleEnabled", |
| 49 | + "DefaultValue": "1", |
| 50 | + "EnumValues": {} |
| 51 | + }, |
| 52 | + { |
| 53 | + "DisplayName": "Disable UE4SS GUI Console", |
| 54 | + "Category": "Palworld:stadia_controller", |
| 55 | + "Subcategory": "Server:dns:1", |
| 56 | + "Description": "", |
| 57 | + "Keywords": "", |
| 58 | + "FieldName": "GuiConsoleEnabled", |
| 59 | + "InputType": "number", |
| 60 | + "Hidden": true, |
| 61 | + "ParamFieldName": "Debug.GuiConsoleEnabled", |
| 62 | + "DefaultValue": "0", |
| 63 | + "EnumValues": {} |
| 64 | + }, |
39 | 65 | { |
40 | 66 | "DisplayName": "Server Name", |
41 | 67 | "Category": "Palworld:stadia_controller", |
|
349 | 375 | "Json": "JSON" |
350 | 376 | } |
351 | 377 | }, |
| 378 | + { |
| 379 | + "DisplayName": "Enable UE4SS UObject Listeners (Windows)", |
| 380 | + "Category": "Palworld:stadia_controller", |
| 381 | + "Subcategory": "Server:dns:1", |
| 382 | + "Description": "If set, UObject listeners will be created in GUObjectArray to create a fast cache for use instead of iterating GUObjectArray. Recommended to keep disabled for UE4SS mods to avoid crashes. Windows only", |
| 383 | + "Keywords": "ue4ss,uobject,listeners,bUseUObjectArrayCache", |
| 384 | + "FieldName": "bUseUObjectArrayCache", |
| 385 | + "InputType": "checkbox", |
| 386 | + "ParamFieldName": "General.bUseUObjectArrayCache", |
| 387 | + "DefaultValue": "false", |
| 388 | + "EnumValues": { |
| 389 | + "False": "false", |
| 390 | + "True": "true" |
| 391 | + } |
| 392 | + }, |
352 | 393 | { |
353 | 394 | "DisplayName": "Custom Command Line Arguments", |
354 | 395 | "Category": "Palworld:stadia_controller", |
|
0 commit comments