-
Notifications
You must be signed in to change notification settings - Fork 1
Version 2026.01.15 c04fdfe10 window
github-actions[bot] edited this page Jan 16, 2026
·
2 revisions
Version: 2026.01.15-c04fdfe10
This category contains 5 packet(s).
| ID | Name | Compressed | Max Size |
|---|---|---|---|
0xC8 |
OpenWindow | Yes | 1.7 GB |
0xC9 |
UpdateWindow | Yes | 1.7 GB |
0xCA |
CloseWindow | No | 4 bytes |
0xCB |
SendWindowAction | No | 32.8 MB |
0xCC |
ClientOpenWindow | No | 1 bytes |
| Property | Value |
|---|---|
| Packet ID |
0xC8 (200) |
| Compressed | Yes |
| Fixed Block Size | 6 bytes |
| Variable Field Count | 3 |
| Max Size | 1.7 GB |
| Nullable Bit Field | 1 byte(s) |
| Name | Type | Nullable | Max Length |
|---|---|---|---|
id |
int |
No | - |
windowType |
WindowType | No | - |
windowData |
String |
Yes | 4096000 |
inventory |
InventorySection | Yes | - |
extraResources |
ExtraResources | Yes | - |
windowType enum values:
-
0= Container -
1= PocketCrafting -
2= BasicCrafting -
3= DiagramCrafting -
4= StructuralCrafting -
5= Processing -
6= Memories
| Property | Value |
|---|---|
| Packet ID |
0xC9 (201) |
| Compressed | Yes |
| Fixed Block Size | 5 bytes |
| Variable Field Count | 3 |
| Max Size | 1.7 GB |
| Nullable Bit Field | 1 byte(s) |
| Name | Type | Nullable | Max Length |
|---|---|---|---|
id |
int |
No | - |
windowData |
String |
Yes | 4096000 |
inventory |
InventorySection | Yes | - |
extraResources |
ExtraResources | Yes | - |
| Property | Value |
|---|---|
| Packet ID |
0xCA (202) |
| Compressed | No |
| Fixed Block Size | 4 bytes |
| Variable Field Count | 0 |
| Max Size | 4 bytes |
| Name | Type | Nullable | Max Length |
|---|---|---|---|
id |
int |
No | - |
| Property | Value |
|---|---|
| Packet ID |
0xCB (203) |
| Compressed | No |
| Fixed Block Size | 4 bytes |
| Variable Field Count | 1 |
| Max Size | 32.8 MB |
| Name | Type | Nullable | Max Length |
|---|---|---|---|
id |
int |
No | - |
action |
WindowAction |
No | - |
| Property | Value |
|---|---|
| Packet ID |
0xCC (204) |
| Compressed | No |
| Fixed Block Size | 1 bytes |
| Variable Field Count | 0 |
| Max Size | 1 bytes |
| Name | Type | Nullable | Max Length |
|---|---|---|---|
type |
WindowType | No | - |
type enum values:
-
0= Container -
1= PocketCrafting -
2= BasicCrafting -
3= DiagramCrafting -
4= StructuralCrafting -
5= Processing -
6= Memories