-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNineRealitiesNetcode.uplugin
More file actions
50 lines (50 loc) · 1.25 KB
/
Copy pathNineRealitiesNetcode.uplugin
File metadata and controls
50 lines (50 loc) · 1.25 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
{
"FileVersion": 3,
"Version": 3,
"VersionName": "3.0.0",
"FriendlyName": "Nine Realities Netcode",
"Description": "Production-ready N+1 concurrent simulation framework for competitive multiplayer netcode. Server-authoritative architecture with client-side prediction, rollback-based reconciliation, and UE6 forward compatibility.",
"Category": "Networking",
"CreatedBy": "POWDER-RANGER (Curtis Charles Farrar)",
"CreatedByURL": "https://github.com/POWDER-RANGER",
"DocsURL": "https://powder-ranger.github.io/nine-realities-netcode/",
"MarketplaceURL": "",
"SupportURL": "https://github.com/POWDER-RANGER/nine-realities-netcode/issues",
"EngineVersion": "5.5.0",
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "NineRealitiesNetcode",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64",
"Linux",
"Mac"
]
},
{
"Name": "NineRealitiesNetcodeEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [
"Win64",
"Linux",
"Mac"
]
}
],
"Plugins": [
{
"Name": "OnlineSubsystem",
"Enabled": true
},
{
"Name": "OnlineSubsystemUtils",
"Enabled": true
}
]
}