Compare commits

...

2 Commits

Author SHA1 Message Date
Bottersnike 4b7d49092e
. 2023-03-31 08:45:46 +01:00
Bottersnike 5f74b3e31d
More factorytests 2023-03-31 08:44:16 +01:00
2 changed files with 6 additions and 3 deletions

View File

@ -4,7 +4,7 @@ ALL.Net, short for Amusement Linkage Live Network, is SEGA's standadised arcade
The ALL.Net model is compresed of four networked services: The ALL.Net model is compresed of four networked services:
1. [Authentication](./auth). This is `naominet.jp`, and handles basic operations. 1. [Authentication. This is `naominet.jp`, and handles basic operations.](./auth)
2. The billing service. This is `ib.naominet.jp`, and handles tracking and updating play counters. 2. The billing service. This is `ib.naominet.jp`, and handles tracking and updating play counters.
3. AiMeDB. This is `aime.naominet.jp`, and handles user management. 3. AiMeDB. This is `aime.naominet.jp`, and handles user management.
4. The title server. The URL for this is provided by ALL.Net, as different games use different services for this. 4. The title server. The URL for this is provided by ALL.Net, as different games use different services for this.

View File

@ -8,10 +8,13 @@ This is the testing tool used for self-checking RingWide, RingEdge and RingEdge2
| Version | Dumped? | Notes | | Version | Dumped? | Notes |
| ------- | ------- | ------------------------------- | | ------- | ------- | ------------------------------- |
| 1.02 | No | | | 0.18 | Yes | |
| 1.00 | Yes | |
| 1.02 | Yes | |
| 1.04 | Yes | Only prefactorytest.exe changed | | 1.04 | Yes | Only prefactorytest.exe changed |
| 1.10 | Yes | | | 1.10 | Yes | |
| 1.13 | Yes | | | 1.12 | Yes | |
| 1.14 | Yes | |
| 1.16 | Yes | | | 1.16 | Yes | |
## How can I help? ## How can I help?