Skip to content

Commit

Permalink
Descent 1 and Descent 2: use wayback archived links for shareware files
Browse files Browse the repository at this point in the history
dxx-rebirth website was refactored and the original links can not longer be found and the data may have been lost. switch to using wayback machine archived data for now.
  • Loading branch information
theofficialgman committed Jan 6, 2024
1 parent 8dcfdf4 commit 2376056
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions apps/Descent 1/install-32
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ cd ~/.d1x-rebirth
for i in $( ls | grep [A-Z] ); do mv -f $i `echo $i | tr 'A-Z' 'a-z'`; done
if [ ! -f descent.hog ]; then
echo No game content detected, downloading shareware version
wget -q --show-progress https://www.dxx-rebirth.com/download/dxx/content/descent-pc-shareware.zip || error "failed to download game content!"
wget -q --show-progress https://web.archive.org/web/20221208193117if_/https://www.dxx-rebirth.com/download/dxx/content/descent-pc-shareware.zip || error "failed to download game content!"
unzip descent-pc-shareware.zip
rm descent-pc-shareware.zip
fi
wget -N -q --show-progress https://www.dxx-rebirth.com/download/dxx/res/d1xr-hires.dxa || error "failed to download hires pack!"
wget -N -q --show-progress https://www.dxx-rebirth.com/download/dxx/res/d1xr-sc55-music.dxa || error "failed to download ogg soundtrack!"
wget -N -q --show-progress https://web.archive.org/web/20230702124034if_/https://www.dxx-rebirth.com/download/dxx/res/d1xr-hires.dxa || error "failed to download hires pack!"
wget -N -q --show-progress https://web.archive.org/web/20221208193318if_/https://www.dxx-rebirth.com/download/dxx/res/d1xr-sc55-music.dxa || error "failed to download ogg soundtrack!"
wget -N -q --show-progress https://github.com/dimag0g/dxx-rebirth/releases/download/v0.61-switch/d1x-rebirth-rpi || error "failed to download the executable!"
chmod a+x d1x-rebirth-rpi
echo "ResolutionX=640
Expand Down
4 changes: 2 additions & 2 deletions apps/Descent 2/install-32
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ cd ~/.d2x-rebirth
for i in $( ls | grep [A-Z] ); do mv -f $i `echo $i | tr 'A-Z' 'a-z'`; done
if [ ! -f descent2.hog -a ! -f d2demo.hog ]; then
echo No game content detected, downloading shareware version
wget -q --show-progress https://www.dxx-rebirth.com/download/dxx/content/descent2-pc-demo.zip || error "failed to download game content!"
wget -q --show-progress https://web.archive.org/web/20221208193117if_/https://www.dxx-rebirth.com/download/dxx/content/descent2-pc-demo.zip || error "failed to download game content!"
unzip descent2-pc-demo.zip
rm descent2-pc-demo.zip
fi
wget -N -q --show-progress https://www.dxx-rebirth.com/download/dxx/res/d2xr-sc55-music.dxa || error "failed to download ogg soundtrack!"
wget -N -q --show-progress https://web.archive.org/web/20221208193320if_/https://www.dxx-rebirth.com/download/dxx/res/d2xr-sc55-music.dxa || error "failed to download ogg soundtrack!"
wget -N -q --show-progress https://github.com/dimag0g/dxx-rebirth/releases/download/v0.61-switch/d2x-rebirth-rpi || error "failed to download the executable!"
chmod a+x d2x-rebirth-rpi

Expand Down

0 comments on commit 2376056

Please sign in to comment.