Change language

A fork of the Godot engine appeared on GitHub with the ability to export projects for PS Vita

A developer under the pseudonym SonicMastr has published a version of the Godot 3.5 game engine with support for the Sony PlayStation Vita. Users were able to collect projects for a portable console.

See also our review of the Best laptop for Fortnite

The version published by the developer on GitHub allows you to export projects to .vpk files that can be run and installed on PS Vita. The Godot engine build is based on another fork of the project from developer Stary2001 that allows you to export projects for the Nintendo Switch.

The release description says that to run games, you need a flashed PS Vita, which should not be a problem for users. There are also a number of technical limitations due to the features of the console:

  • the project version must be in the XX.YY format; by default, the system will set version 01.00;
  • all images for the proprietary Live Area operating system must be 8-bit, otherwise the installation will fail. The author of the project recommends using pngquant for image compression;
  • the parental control level is set from 0 (off) to 11 (for adults). If nothing is set, the system will automatically set the minimum level;
  • the game engine version has not been tested for macOS and only works stable on Windows and Linux.

A fork of the game engine from SonicMastr is available in the developer's public repository. The release contains versions for Windows, Linux and macOS. Along with this, the enthusiast published a demo project for PS Vita and a video with an example of launching the game.

Michael Zippo
2022/07/27

https://linkedin.com/in/michael-zippo-9136441b1
[email protected]

Sources: Python.Engineering

Shop

Gifts for programmers

Best laptop for Excel

$
Gifts for programmers

Best laptop for Solidworks

$399+
Gifts for programmers

Best laptop for Roblox

$399+
Gifts for programmers

Best laptop for development

$499+
Gifts for programmers

Best laptop for Cricut Maker

$299+
Gifts for programmers

Best laptop for hacking

$890
Gifts for programmers

Best laptop for Machine Learning

$699+
Gifts for programmers

Raspberry Pi robot kit

$150

Latest questions

PythonStackOverflow

Common xlabel/ylabel for matplotlib subplots

1947 answers

PythonStackOverflow

Check if one list is a subset of another in Python

1173 answers

PythonStackOverflow

How to specify multiple return types using type-hints

1002 answers

PythonStackOverflow

Printing words vertically in Python

909 answers

PythonStackOverflow

Python Extract words from a given string

798 answers

PythonStackOverflow

Why do I get "Pickle - EOFError: Ran out of input" reading an empty file?

606 answers

PythonStackOverflow

Python os.path.join () method

384 answers

PythonStackOverflow

Flake8: Ignore specific warning for entire file

360 answers

News


Wiki

Python | How to copy data from one Excel sheet to another

Common xlabel/ylabel for matplotlib subplots

Check if one list is a subset of another in Python

How to specify multiple return types using type-hints

Printing words vertically in Python

Python Extract words from a given string

Cyclic redundancy check in Python

Finding mean, median, mode in Python without libraries

Python add suffix / add prefix to strings in a list

Why do I get "Pickle - EOFError: Ran out of input" reading an empty file?

Python - Move item to the end of the list

Python - Print list vertically