The game can now be found at; http://store.raspberrypi.com/projects/nxengine
What convinced me to do this was understanding the fact that the NXEngine version of Cave Story is not completely identical to the original. Apparently there are a number of collision detection bugs and block placement issues which were not there in vanilla Cave Story. So I think it’s fair to make this distinction clear, I have added some text into the NXEngine store page which explains this.
If you have already downloaded from the original store page your download will still work but it may look a bit strange in the Pi Store application since its links to the store data will have become broken. You can just delete it from My Library and re-download as NXEngine to fix, but if you’re worried about losing your save games then follow the procedure below.
- Back up your save game data. Open up LX Terminal and enter these commands.
Code: Select all
mkdir ~/csbackup sudo cp /usr/local/bin/indiecity/InstalledApps/cavestory/Full/datafiles/*.dat ~/csbackup - Remove Cave Story from My Library, select it and press Delete on the right hand side
- When the uninstall has finished find NXEngine under Browse / Games / Platform and Download it
You may find it doesn’t start the download automatically and you have to select it under My Library and click Download on the right - Restore the save games that we backed up before. Open up LX Terminal and enter this command.
Code: Select all
sudo cp ~/csbackup/*.dat /usr/local/bin/indiecity/InstalledApps/nxengine/Full/datafiles/
Code: Select all
sudo nano ~/.bash_aliases