Issue regarding system request from diva #7

Open
opened 2021-01-05 23:37:30 +03:00 by icex2 · 1 comment
icex2 commented 2021-01-05 23:37:30 +03:00 (Migrated from github.com)

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
icex2 commented 2021-01-05 23:49:54 +03:00 (Migrated from github.com)

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

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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Max/djhackersdev_minime#7