78 lines
2.4 KiB
Protocol Buffer
78 lines
2.4 KiB
Protocol Buffer
// Proto has been converted from Sorapointa to Grasscutter format
|
|
// Sorapointa - A server software re-implementation for a certain anime game, and avoid sorapointa.
|
|
// Copyright (C) 2022 Sorapointa Team
|
|
//
|
|
// This program is free software: you can redistribute it and/or modify
|
|
// it under the terms of the GNU Affero General Public License as
|
|
// published by the Free Software Foundation, either version 3 of the
|
|
// License, or (at your option) any later version.
|
|
//
|
|
// This program is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU Affero General Public License for more details.
|
|
//
|
|
// You should have received a copy of the GNU Affero General Public License
|
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
syntax = "proto3";
|
|
|
|
import "AdjustTrackingInfo.proto";
|
|
import "TrackingIOInfo.proto";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message PlayerLoginReq {
|
|
// enum CmdId {
|
|
// option allow_alias = true;
|
|
// NONE = 0;
|
|
// CMD_ID = 156;
|
|
// ENET_CHANNEL_ID = 0;
|
|
// ENET_IS_RELIABLE = 1;
|
|
// IS_ALLOW_CLIENT = 1;
|
|
// }
|
|
|
|
string device_uuid = 5;
|
|
uint32 target_uid = 10;
|
|
bytes extra_bin_data = 2046;
|
|
string platform = 4;
|
|
string checksum = 1334;
|
|
uint32 channel_id = 1565;
|
|
string client_verison_hash = 2040;
|
|
uint32 language_type = 11;
|
|
uint32 client_data_version = 847;
|
|
uint32 account_type = 7;
|
|
string security_library_md5 = 868;
|
|
string online_id = 577;
|
|
uint32 Unk3300_PMGFBMJNNCL = 82;
|
|
string device_name = 12;
|
|
string birthday = 875;
|
|
uint32 tag = 525;
|
|
string account_uid = 14;
|
|
string device_info = 15;
|
|
uint32 Unk3300_IADFJHNFKIB = 1458;
|
|
bool is_editor = 1;
|
|
string token = 8;
|
|
uint32 reg_platform = 424;
|
|
string checksum_client_version = 581;
|
|
uint32 Unk3300_OOBHAIIIPHH = 85;
|
|
uint32 Unk3300_NDLANBEIGEG = 1320;
|
|
string country_code = 104;
|
|
uint32 Unk3300_PIPLDEAPMMN = 1790;
|
|
TrackingIOInfo tracking_io_info = 1713;
|
|
bool is_transfer = 624;
|
|
string security_library_version = 828;
|
|
string client_version = 2;
|
|
bool is_guest = 13;
|
|
string system_version = 6;
|
|
uint32 target_home_owner_uid = 899;
|
|
string psn_id = 1146;
|
|
bytes security_cmd_reply = 874;
|
|
uint32 Unk3300_OFFHPAFIFGD = 1028;
|
|
uint64 login_rand = 9;
|
|
AdjustTrackingInfo adjust_tracking_info = 64;
|
|
bytes environment_error_code = 256;
|
|
uint32 platform_type = 3;
|
|
string cps = 1983;
|
|
}
|