Skip to content

Rocks'n'Diamonds Vita v1.0

Compare
Choose a tag to compare
@rsn8887 rsn8887 released this 17 May 19:33
· 42 commits to master since this release

Changes in this Version

1.0

  • fixed name entry using touch keyboard. It works without any return or backspace keypresses now.
  • fixed graphics corruption of some sprites on menu screen (data.zip updated)

Description

This is my Vita port of Rocks'n'Diamonds.

Rocks'n'Diamonds is a Boulderdash type game by Holger Schemel with many unique features, such as the ability to play remade levels from Boulderdash, Emerald Mine and Supaplex and many more levels.

Screenshot of Rocks'n'Diamonds Vita

More information about the game can be found at the homepage for the Windows version:

http://www.artsoft.org/2018/04/10/1-rocksndiamonds-4-1-0-0-released/

And the official manual here:

https://www.artsoft.org/rocksndiamonds/manual/index.html

Thanks

Thanks to my supporters on Patreon: Andyways, CountDuckula, and Sean Ritzo.

Thanks to Holger Schemel for making a great and portable game.

Installation

  • install the vpk

  • extract contents of data.zip and copy them to your Vita. You should have a folder ux0:/data/rocksndiamonds with the files in it.

Controls

Dpad = move
Cross = primary button (use with direction to trigger the snap action that clears adjacent spaces from dirt, also functions as ok in menu)
Circle = secondary button (drop dynamite)
Select = quit (escape key, also cancels requesters)
Start = pause (space key)

Notes

  • To load new level sets, go to the level number select in the menu, and press x. A new screen should open that shows a few levels. Go to the parent dir and into the folder Classic Games. There are many more levels already included in that folder.

  • To answer the OK/Cancel dialogs in the game, press select to cancel (select is escape), or x for OK.

  • You can install new level sets by copying them into ux0:/data/rocksndiamonds/levels . See the official manual: https://www.artsoft.org/rocksndiamonds/manual/manual.html#

  • If you mess up some options and want to reset to default, you can delete the folder ‘ux0:/data/rocksndiamonds/userdata’

  • The level editor is currently not usable on Vita because the mouse pointer is not visible

Compilation

  • clone the repository, then
cd rocksndiamonds
make vita

CHANGELOG

1.0

  • fixed name entry using touch keyboard. It works without any return or backspace keypresses now.
  • fixed graphics corruption of some cartoons on menu screen (updated data.zip)

0.9

  • initial Vita release