Update regarding fixing loginserver for Android auth:
First, edit
bin\loginserver\src\controllers\hk4e.granter.js
Line 41, change
Code:
data: { guest: false },
to
Code:
data: "{\"guest\":false}",
I saw that this was typed as string in
Grasscuter's code, this solved the "Network Error" thing.
Then, edit
src\config\index.js
Line 41, change
Code:
title: 'Development (Offline)',
to
Code:
title: 'Development',
Or something without special characters.
You might need to update your mysql db, not sure if it would work without these rows:
Code:
USE `db_hk4e_global_deploy`;
INSERT INTO `t_bind_config` VALUES (3,'OSRELAndroid3.2.0','dev_docker','1');
INSERT INTO `t_client_channel_id_config` VALUES (3,'OSRELAndroid3.2.0',1,1,'','');
INSERT INTO `t_client_config` VALUES (3,'OSRELAndroid3.2.0','OSRELAndroid','','{\"sdkenv\":\"1\",\"checkdevice\":false,\"loadPatch\":false,\"showexception\":false,\"regionConfig\":\"pm|fk|add\",\"downloadMode\":\"0\"}','027d8a5fcdc9c5cf');
INSERT INTO `t_client_region_config` VALUES (3,'OSRELAndroid3.2.0','dev_docker','');