You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 19, 2024. It is now read-only.
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