Asteroids Core
- Indo Jimbo
- Posts: 8
- Joined: Sun May 24, 2020 7:02 pm
- Has thanked: 4 times
Asteroids Core
The Asteroids core isn't downloading through the update script, says server is not responding.
-
- Top Contributor
- Posts: 1911
- Joined: Wed May 27, 2020 1:59 pm
- Has thanked: 145 times
- Been thanked: 454 times
Re: Asteroids Core
The update script gives a 404 error on Arcade-Asteroids-MISTer and Arcade_AsteroidsDeluxe_MISTer because the real name of the cores do not have the _MISTer at the end.
- Alkadian
- Top Contributor
- Posts: 728
- Joined: Thu May 28, 2020 9:55 am
- Has thanked: 294 times
- Been thanked: 119 times
-
- Top Contributor
- Posts: 1911
- Joined: Wed May 27, 2020 1:59 pm
- Has thanked: 145 times
- Been thanked: 454 times
Re: Asteroids Core
I think what I said is not entirely correct: on Github the title page of the arcade cores is always MiSTer-devel /<CoreName>_MISTer and the page is accessed with https://github.com/MiSTer-devel/<CoreName>_MISTer.
Asteroids and AsteroidsDeluxe meet this criteria. The error 404 means that the page was not found so it must be something else, something is likely wrong on these pages and the update script does not like it.
The update script guru will figure it out quickly.
Asteroids and AsteroidsDeluxe meet this criteria. The error 404 means that the page was not found so it must be something else, something is likely wrong on these pages and the update script does not like it.
The update script guru will figure it out quickly.
- Alkadian
- Top Contributor
- Posts: 728
- Joined: Thu May 28, 2020 9:55 am
- Has thanked: 294 times
- Been thanked: 119 times
Re: Asteroids Core
Ok, thanks! Meantime I have downloaded from GitHub the latest .rbf files for this core. I have just noticed that the names of these new revisions start with the word 'Arcade-' at the beginning. So for instance 'Arcade-Asteroids_20201217.rbf' instead of 'Arcade-Asteroids_20201217.rbf'.
-
- Top Contributor
- Posts: 1911
- Joined: Wed May 27, 2020 1:59 pm
- Has thanked: 145 times
- Been thanked: 454 times
Re: Asteroids Core
This is the standard name for arcade cores: Arcade-<CoreName>_<Date>.rbf, I think the update script strips Arcade-. It can even be changed in the script:
#Specifies if the "Arcade-" prefix will be removed in local arcade cores.
REMOVE_ARCADE_PREFIX="true"
#Specifies if the "Arcade-" prefix will be removed in local arcade cores.
REMOVE_ARCADE_PREFIX="true"