SURF THE BELLY-Belly Stuffed fantasy game!

I like this game. I play it in Linux (by using recipe from How to get RPG Maker (MV) games playing in Linux). Linux (and MAC probably too) has case sensitive filesystems, so I needed to rename following files so that they upper/lower-case match how they are referred from the game:

./www/img/menus/file/background.rpgmvp
./www/img/menus/file/cursor.rpgmvp
./www/img/menus/file/layout.rpgmvp
./www/img/menus/file/parback.rpgmvp
./www/img/menus/Scene_GameEnd_back.rpgmvp
./www/img/menus/Scene_Item_back.rpgmvp
./www/img/menus/Scene_KeyConfig_back.rpgmvp
./www/img/menus/Scene_Load_back.rpgmvp
./www/img/menus/Scene_Menu_back.rpgmvp
./www/img/menus/Scene_Options_back.rpgmvp
./www/img/menus/Scene_Save_back.rpgmvp
./www/img/menus/Scene_Shop_back.rpgmvp
./www/img/menus/Scene_Skill_back.rpgmvp
./www/img/menus/Scene_Status_back.rpgmvp
./www/img/sv_actors/Belly duelist 1.rpgmvp
./www/img/sv_actors/Belly duelist 2.rpgmvp
./www/img/sv_actors/Belly duelist 3.rpgmvp
./www/img/sv_actors/Belly duelist 4.rpgmvp
./www/img/sv_actors/Belly duelist 5.rpgmvp

I also found some minor bugs:

  • map 51 (OCEAN CAVERN): hero can leave path at X:4, Y:57 and near X:27, Y:84 (coordinates taken from GitHub - emerladCoder/RPG-Maker-MV-Cheat-Menu-Plugin: RPG Maker MV Cheat Menu Plugin )
  • map 3 (DOLPHARK): X:48, Y:146 - hero can swim through the roof of the house where port girl stands.
  • sometimes game advances suggesting that something happened next day, but flags for next day are not cleared (e.g., work at mermaid).

I cheated (adding myself ridiculously large amount of money at the start), because I’m more interrested in the story, rather than in balanced fighting. And I like the story and the visuals, they are good.

2 Likes