whatisgithub

What is motherencore-psvita?

wolffsroom/motherencore-psvita — explained in plain English

Analysis updated 2026-05-18

4Audience · generalComplexity · 2/5LicenseSetup · moderate

In one sentence

An unofficial fan port that adapts MOTHER: Encore, a free MOTHER 1 reimagining built in Godot, to run natively on the PlayStation Vita.

Mindmap

mindmap
  root((MotherEncore-PSVita))
    What it does
      Fan port of MOTHER Encore
      Runs natively on PS Vita
      Based on Godot PC release
    Tech stack
      Godot Engine
      GDScript
    Use cases
      Play on PS Vita hardware
      Homebrew VPK install
      Memory optimization case study
    Status
      About 55 percent complete
      Playable with bugs
      MIT licensed port

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 build with it?

USE CASE 1

Play the MOTHER: Encore fan game natively on a PlayStation Vita instead of emulating it.

USE CASE 2

Install a homebrew game port using VitaShell with a downloaded VPK and game data archive.

USE CASE 3

Study how the developer reduced memory use on the Vita to fix a boot crash in a Godot-based game.

What is it built with?

Godot EngineGDScript

How does it compare?

wolffsroom/motherencore-psvita0labs-in/vision-link1038lab/agnes-ai
Stars444
LanguageTypeScriptPython
Setup difficultymoderatemoderateeasy
Complexity2/53/52/5
Audiencegeneraldevelopervibe coder

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

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires a homebrew-enabled PS Vita and VitaShell to install the VPK and game data.

Redistributed under the MIT license, so you can use and modify it freely with credit to the original authors.

So what is it?

This repository is a fan-made port of MOTHER: Encore, a free unofficial reimagining of the classic game MOTHER 1, adapted to run natively on the PlayStation Vita handheld console. The original Encore project was built for Windows PCs using the Godot game engine, and this repo contains the patches, control changes, and tools needed to make it run directly on Vita hardware instead of through emulation. MOTHER: Encore is not affiliated with Nintendo or the original MOTHER creator, and the README is careful to note that it is a different experience from the original game, not a replacement for it. This Vita port is likewise unofficial and non-commercial, and is shared under the MIT license that covers the original Encore project, with credit given to its original developers. To install the game, players download a Vita application file and a separate game data archive from the releases section, then copy the extracted data onto the Vita's storage using tools such as VitaShell. The README documents a full custom control layout, mapping the Vita's buttons to the game's actions, and explains how the Vita's missing shoulder buttons are simulated using touchscreen zones since the console does not have as many physical buttons as needed. A large part of the documentation covers the technical work behind the port. The developer used existing tools to extract the original game's files, compile the game for Vita hardware, and analyze crash reports. Significant effort went into reducing the game's memory use by loading menus and maps only when needed, since the Vita has a limited memory budget, which fixed a crash that previously stopped the game from starting. The project is currently around fifty five percent complete and described as playable but still containing bugs, crashes, and performance issues.

Copy-paste prompts

Prompt 1
Explain the install steps for getting MotherEncore-PSVita running on a PS Vita using VitaShell.
Prompt 2
How did this project reduce memory usage on the PS Vita to fix the boot crash it describes?
Prompt 3
What is different about the Vita control scheme compared to the original PC version of the game?
Prompt 4
Summarize the tools this repo used to extract and port a Godot 3.6 PC game to Vita's Godot 3.5 fork.

Frequently asked questions

What is motherencore-psvita?

An unofficial fan port that adapts MOTHER: Encore, a free MOTHER 1 reimagining built in Godot, to run natively on the PlayStation Vita.

What license does motherencore-psvita use?

Redistributed under the MIT license, so you can use and modify it freely with credit to the original authors.

How hard is motherencore-psvita to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is motherencore-psvita for?

Mainly general.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.