Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
MOTHER Encore Vita
General
AuthorWolff
TypeRole Playing
Version0.2b
LicenseMIT License
Last Updated2026/07/09
Links
Download
Website
Source

A native PlayStation Vita port of MOTHER: Encore, the free fan-made reimagining of MOTHER 1, adapted from its original Godot Engine PC release. This project contains the source patches, control rewrites, and tooling created to make the game run natively on the PS Vita hardware.

Improvements & Adaptations for the PS Vita:

  • Memory & loading (boot crash fix):
    • Lazy UI loading - the UI manager previously preloaded around 11 heavy scenes (battle system, shops, storage, ATM, save/keyboard/ocarina screens, dialogue boxes) at boot; these now load on demand.
    • Lazy map loading - maps now load individually when opened, instead of every map being instanced at startup.
    • Result: boot RAM usage dropped from 365/365 MB (an out-of-memory crash) to around 181/365 MB, letting the game boot to the title screen and beyond.
  • Data packaging:
    • The game is fully data-driven (900+ .yaml/.ecs/.dat files). These raw data files were explicitly included in the Vita export so the runtime stops looping on missing data.
  • Engine compatibility (Godot 3.6 → 3.5 Vita fork):
    • Replaced a Godot 3.6-only API call (is_node_ready) with its 3.5 equivalent and restored a dropped class_name registration from the decompile.
  • Controls and input:
    • Gamepad-first prompts - on-screen prompts show real PS Vita buttons instead of PC keyboard keys by default.
    • Touch L2/R2 - the Vita's missing L2/R2 buttons are mapped to the left/right halves of the touchscreen.
    • PC hints removed - the title screen's "Fullscreen (F11) / Window Size (F5)" hints are hidden on console.
  • Display:
    • Adapted the game to the Vita's 960×544 screen.

Based on MOTHER: Encore ACT 2 - v0.4.0.3 (Windows). Original game by Pkdotts and team: https://mother-encore.itch.io/mother-encore

Installation

Every release ships two files: the .vpk (the app itself) and a -GameData.zip (the game data, i.e. game_data/game.pck). Both are required.

Go to Releases, download the latest MotherEncore-Vita-x.x.x.vpk and MotherEncore-Vita-x.x.x-GameData.zip.

Install the .vpk on the PS Vita using VitaShell or FMVita (a personalized VitaShell fork by the author).

Extract the -GameData.zip to get a game_data folder containing game.pck.

Connect the Vita via FTP or USB and copy the game_data folder into ux0:app/MOTHER001/, so that the file ends up exactly at ux0:app/MOTHER001/game_data/game.pck.

When updating, always install both the new .vpk and the new -GameData.zip, a newer VPK is not guaranteed to work with an older game.pck, and vice versa.

Save files are not lost when uninstalling or updating (stored under ux0:data/godot/app_userdata/MOTHER Encore/...).

Controls

D-Pad or Left Analog - Move

Cross - Confirm / Interact

Triangle - Menu

Circle - Cancel, Back

Square - Crouch, Telepathy (hold)

Right Analog - Camera

L1 - Previous party member

R1 - Next party member

Touchscreen, left half (emulated L2) - Scope, Markers

Touchscreen, right half (emulated R2) - Crouch, Telepathy

The PS Vita has no physical L2/R2 (nor L3/R3) buttons; these are emulated by touching the left and right halves of the front touchscreen.

Screenshots

MOTHEREncoreVita-01.png

MOTHEREncoreVita-02.png

MOTHEREncoreVita-03.png

Media

MOTHER: Encore Act 2 LAUNCH TRAILER (Mother Encore)

Known issues

This is an early technical beta - expect rough edges:

  • Battle crashes: The game still crashes when entering the first battle. Fix planned for the next version.
  • Performance: GPU load is high and frame rate is currently low in the overworld/title; performance tuning is still in progress.
  • Some scenes are still being optimized for the PowerVR GPU.
  • Three unrecoverable developer/joke dialogue sheets from the decompile (Snowman, Testing, shitpost) were removed; they are not part of normal gameplay.

Changelog

v0.2b

  • Fixed touch L2/R2: touching the left/right half of the screen now correctly presses L2 (Scope) and R2 (Crouch/Telepathy) in-game, not just on the polling checks.

v0.1b

  • First Release.

Credits

External links

Advertising: