git404hub

what is soda-dungeon-vita fr?

reallootfury/soda-dungeon-vita — explained in plain English

Analysis updated 2026-05-18

3CAudience · generalComplexity · 4/5LicenseSetup · hard

tl;dr

An unofficial loader letting owners of the Android game Soda Dungeon run it on a PS Vita.

vibe map

mindmap
  root((Soda Dungeon Vita loader))
    What it does
      Runs Android game on Vita
      Uses user-supplied files
      No game assets included
    Tech stack
      C
      VitaSDK
      OpenSLES audio
    Use cases
      Play Soda Dungeon on Vita
      Build a custom VPK
      Use built-in cheat menu
    Audience
      PS Vita homebrew hobbyists
      Fans of the game

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Run an already owned copy of Soda Dungeon on a PS Vita handheld console.

VIBE 2

Build the loader from source using the VitaSDK toolchain for a specific game version.

VIBE 3

Use the built-in cheat menu for extra currency, unlocked upgrades, or faster game speed.

VIBE 4

Package a custom VPK with personal LiveArea artwork the user has rights to use.

what's the stack?

CVitaSDKvitaGLOpenSLESCMake

how it stacks up fr

reallootfury/soda-dungeon-vitaamichail-1/orbination-whisper-aiandrewrk/libogg
Stars333
LanguageCCC
Last pushed2026-03-31
MaintenanceMaintained
Setup difficultyhardeasyeasy
Complexity4/54/52/5
Audiencegeneraldeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · hard time til it works · 1h+

Requires a legally owned Soda Dungeon APK, Vita homebrew tools like kubridge, and building with the VitaSDK toolchain.

The loader code and its artwork are MIT licensed, meaning free use including commercial use, but the game itself and its trademarks are not covered.

in plain english

This project is an unofficial loader that lets the mobile game Soda Dungeon run on a PS Vita handheld console. It works by running the original Android version of the game, specifically version 1.2.44, inside a small compatibility layer built for the Vita. The project itself does not include any of the game's actual code, artwork, or app file. Instead, the person using it must already own a legal copy of the Android app and copy specific files from it into the right folder on their own Vita. The README is clear that this is a fan made project with no connection to or endorsement from the companies that made or published Soda Dungeon, or from Sony. It exists purely to let the game run on different hardware using files the user already owns, not to distribute the game itself. Setting it up involves several steps: installing two helper programs on the Vita, copying a system audio library from the user's own device, pulling specific game asset and library files out of the legal Android app copy, and finally installing a built VPK file, which is the Vita's app package format. Building the loader from source requires a specialized Vita development toolkit and a series of build scripts. Once running, the loader supports the game's main menu, graphics, touchscreen, controller input, and audio for that specific game version. Since the Android version's ads and in-app purchases cannot work on Vita, those parts are hidden so the game does not get stuck waiting on them. The loader also includes an extra cheat menu, still under active development, offering things like extra in-game currency, unlocking upgrades, and adjustable game speed, controlled through special button combinations on the Vita. The loader's own code and its plain artwork are shared under the MIT license, meaning they can be used freely including commercially, while the game itself and its trademarks remain the property of their original owners and are not covered by that license. This is aimed at PS Vita hobbyists who already own the game and want to play it on Sony's handheld.

prompts (copy fr)

prompt 1
Walk me through the exact steps to set up this loader on a PS Vita with a legally owned Soda Dungeon APK.
prompt 2
Explain how to build the soda.vpk file from source using the VitaSDK instructions in this README.
prompt 3
Help me understand which files I need to copy from my own Soda Dungeon APK and where they go.
prompt 4
Explain how the cheat menu button combinations work on the Vita for this loader.
prompt 5
What does this project's MIT license actually cover, and what parts of Soda Dungeon are not covered by it?

Frequently asked questions

what is soda-dungeon-vita fr?

An unofficial loader letting owners of the Android game Soda Dungeon run it on a PS Vita.

What language is soda-dungeon-vita written in?

Mainly C. The stack also includes C, VitaSDK, vitaGL.

What license does soda-dungeon-vita use?

The loader code and its artwork are MIT licensed, meaning free use including commercial use, but the game itself and its trademarks are not covered.

How hard is soda-dungeon-vita to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is soda-dungeon-vita for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.