Update 3.3 (wow, a lot changed)

This commit is contained in:
Akbar Yahya
2022-12-05 19:41:24 +08:00
parent 238dd43a77
commit cf717aa6a0
2949 changed files with 32506 additions and 43050 deletions

View File

@@ -23,22 +23,27 @@ import "Vector.proto";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 3051
// EnetChannelId: 0
// EnetIsReliable: true
message PlayerEyePointStateNotify {
uint32 region_entity_id = 15;
Vector eye_point_pos = 1;
bool is_use_eye_point = 3;
uint32 region_config_id = 7;
uint32 region_shape = 12;
bool is_filter_stream_pos = 2;
int32 fix_lod_level = 5;
uint32 region_group_id = 4;
// enum CmdId {
// option allow_alias = true;
// NONE = 0;
// CMD_ID = 3079;
// ENET_CHANNEL_ID = 0;
// ENET_IS_RELIABLE = 1;
// }
Vector eye_point_pos = 12;
bool Unk3300_KFOHOBLMMLB = 9;
uint32 Unk3300_GNFJIOEGHOE = 1;
uint32 Unk3300_BIHEKNFDDDI = 8;
int32 fix_lod_level = 11;
bool Unk3300_NIPFCFCBFAE = 14;
uint32 Unk3300_JGEMKKJAHKA = 13;
uint32 Unk3300_EOPFNBBBGPK = 6;
oneof region_size {
float sphere_radius = 255;
Vector cubic_size = 1823;
CylinderRegionSize cylinder_size = 1862;
PolygonRegionSize polygon_size = 877;
float sphere_radius = 1413;
Vector cubic_size = 1362;
CylinderRegionSize cylinder_size = 1250;
PolygonRegionSize polygon_size = 608;
}
}