In GitLab by @WRShooter on Jan 5, 2021, 21:37 There seems to be some errors reported by minime where the request /sys/servlet/DownloadOrder is not sent the proper response. The game requires the following response to remove the 70 sec bootup screen : const resParams = { stat: 1, uri: startupUri(req.body.game_id), }; It should be added under /src/allnet.ts based on the /sys/servlet/PowerOn request & response
In GitLab by @WRShooter on Jan 5, 2021, 21:37
There seems to be some errors reported by minime where the request /sys/servlet/DownloadOrder is not sent the proper response.
The game requires the following response to remove the 70 sec bootup screen :
const resParams = {
stat: 1,
uri: startupUri(req.body.game_id),
};
It should be added under /src/allnet.ts based on the /sys/servlet/PowerOn request & response