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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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:49
Quick note to add, the game can also support a response that matches this : stat=1&uri=null