PSXHAX.COM website and domain for sale. Contact Us with your offer!
Hello World PS4 PKG Example by Al Azif for Homebrew Developers
Proceeding the previously released Hello World Test App PS4 PKG and Hello World GameMaker PS4 PKG, PlayStation 4 developer @Al Azif recently shared a Hello World PS4 PKG example on Twitter demonstrating how with the OpenOrbis PS4 Toolchain homebrew packages can be built automatically by adding only a few lines of code. 🤓

To quote from the Tweets below on this handy tip for PS4 homebrew creators and developers:

Add 3-5 lines to Github workflow and it can automatically build your homebrew package for you without you actually needing to install the ***. You can use this for various things like to check to make sure changes are valid before accepting them or for generating releases.

As you can see from the PKG link generated by GitHub here:

Download: IV0000-BREW00083_00-HELLOWORLD000000.pkg.zip (5.77 MB - includes IV0000-BREW00083_00-HELLOWORLD000000.pkg (6.31 MB)) / GIT

And from the README.md: Hello World!

This is a repo to demonstrate the Open Orbis Toolchain Action

You can view the workflow file here and view the completed actions with their output here.

From build.yml:
Code:
---
name: build

on:
   workflow_dispatch:

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout Repo
        uses: actions/checkout@v2

      - name: Run Open Orbis Toolchain
        uses: OpenOrbis/toolchain-action@main
        with:
          version: latest
          command: cd hello_world; make; PkgTool.Core pkg_build pkg/pkg.gp4 .

      - name: Upload Artifact
        uses: actions/upload-artifact@v2...
PS4 PKGi: Open Source Packages Manager for Homebrew PKGs by TheoryWrong
We've seen a PS Vita PKGi Fork, some PS Vita PKGi Updates, a PKGi PS3 Port and recently PlayStation 4 scene homebrew developer @theorywrong of TheoryWrong.me shared on Twitter PKGi for PS4 which is a work-in-progress (WIP) open source manager for downloading homebrew packages (PKGs) directly from a given source. ⬇ 👍

Download: IV0000-PKGI00001_00-YYYYYYYYYY000000.pkg / PKGi-master.zip / GIT

From the README.md: PKGi

PKGi is a WIP OpenSource Packages Manager for Download PKG's Hombrew directly from Source.

The source code bellow use the OpenOrbis ***, it's a legal homebrew !

Image

PS4 PKGi Open Source Packages Manager for Homebrew PKGs by TheoryWrong 2.jpg

PS4 PKGi Open Source Packages Manager for Homebrew PKGs by TheoryWrong 3.jpg

Note

PKGi is not designed for P!racy
! P!racy is illegal, Me and other developers can't be responsible for content proposed inside "Source". Please respect law of your country.

Credit
Download...
Super Mario 64 (SM64) Native Port PS4 PKG Details Surface, OsirisX Update!
Since the previous Nintendo 64 (N64) PS2 on PS4 emulator port demo video and precompiled SM64 for PS3 via @zecoxao on Twitter, this weekend PlayStation 4 scene homebrew developer @Markus95 (aka @Kus00095) shared further details on the Super Mario 64 (SM64) Native Port at Logic-Sunrise.com noting the following about the PS4 PKG PS3 PKG given to him by Red-J (Twitter), to quote roughly translated:

"As Red-J says we have known each other for more than 10 years and it's been a long time since we communicate more since the PMs of LS... and what we say or share to each other does not concern LS or anyone else.

I then myself asked the dev behind the pkg, if I could give the info or not, he gave me the permission to news on it... and here is the news.

So I made a new one which respects the site charter, neither more nor less... without giving a link to the pkg... and specifying that links to the pkg are simply prohibited."

:alert: As a result of Nintendo's Recent Legal Action downloads, file names, hashes, hints, links, etc won't be posted so find them on your own. Anyone disregarding this notice will receive a permanent infraction with no other warning! :alert:

:arrow: Update: PlayStation 4 homebrew developer @Osirisx has updated his Github repository now with a legal native Super Mario 64 Port minus the required assets for compiling the game.

From the README.md, to quote: Super Mario 64 Port
  • This repo contains a full decompilation of Super Mario 64 (J), (U), and (E) with minor exceptions in the audio subsystem.
  • Naming and documentation of the source code and data structures are in progress.
  • Efforts to decompile the Shindou ROM steadily advance toward a matching...
MiraTempReport: Mira Temperature Reports PS4 Payload via Notifications & PS4 Temperature PKG
We've covered PS4 Pro Fan Noise Testing, a PS4 Fan Booster Payload and some PS4 Fan Control Payloads to adjust the PlayStation 4 fan speed and temperature... with the latest MiraTempReport PS4 Payload utilizing a special version of Mira (Updates) that reports the console temperature every minute via notifications from @zecoxao on Twitter crediting @LightningMods (Twitter) and @Al Azif (Twitter) for doing the fun stuff alongside some PS4 Temperature PKG updates via @Lapy (aka Lapy05575948 on Twitter). 🔥

Download: MiraTempReport.7z (172.44 KB - includes MiraTempReportByLMAndAlAzif.bin and MiraLoader.elf) / MiraLoader.elf (Mirror) / Live Demo / MUXI672 PRO Alpha / PS4 Xplorer 1.24 (includes APU temperature) / PS4 Temperature 1.0.pkg (64 MB) / PS4 Temperature 1.01 + Lapy.pkg (64.1 MB) / PS4 Temperature 1.02 + Lapy.pkg (64.1 MB) / PS4 Temperature...
CGFw: Check Game Firmware App for Required PS4 Version by OfficialAhmed
Following the FRMCHK Web Database to identify PS4 games in Firmware groups and his previous ThemeDumperFTP release, today PlayStation 4 developer OfficialAhmed made available on Twitter an application called CGFw (aka Check Game Firmware) that will check the required PS4 firmware version for games and return the results in a Windows command prompt. 😀

Currently CGFw is considered a work-in-progress (WIP) by the developer, with a PayPal link available for those who'd like to support his continued work on the project. <3

Download: CGFw (Latest Version) / CGFw.v2.24.zip (31.3 MB) / CGFw v1.01.zip (10.4 MB) / CGFw.py / CGFw v2.07.zip (33.6 MB) / GIT

From the README.md: Check Game Firmware (CGFw)

Ever wondered which system version a PS4 game requires? well this project is helpful for you.

Details

This project compares the game release date from online sources and the official firmware release date and determine if a game is playable on that fw or not. This is not 100% accurate but it's pretty decent as this is still WIP.

v1.01 This is the first release still few issues here 'n there, if you got any problems feel free to submit them OfficialAhmed0. I will be improving this project (This is not the final version).

Tutorial
  • Download ZIP file from the provided link and extract the file
  • Edit (fw release date.ini) only if possible
As of September, 26th 2020 the...
Back
Top