PSXHAX.COM website and domain for sale. Contact Us with your offer!
S2 Mini Board Integrated in PS4 Modification by Jose Gonzalez
Proceeding the PS4 / PS5 Fan Mod Adjustable Speed Accelerator Controller, those seeking to free up their PlayStation 4 console's (2) USB ports without an external USB Hub may want to check out @jose gozalez's (Twitter) S2 Mini Board integrated PS4 modification that's soldered directly to the USB 2.0 port connector. :geek:

He notes in the Tweets below, "the only requirement is that when the hack is launched it cannot have a USB 2.0 connected while mounting the virtual USB" adding... "if the jailbreak changes, I can still use it to host the host on the board. What is really interesting about this is that it remains as in 5.05 working and with the two USB free and functional."

Below is also a video from his YouTube Channel demonstrating the S2 Mini Board Integrated in the PS4:
Download: Permanent_notifications_plate_s2_mini.rar (18.73 MB)
Permanent PS4 Retail Themes with Unlocker PKGs Collection
Hi all, I dumped these PS4 retail themes from my original PlayStation 4 and created the unlocker package files using the ez_fake_dlc.py Python script from TheRadziu on Github (aka @AluPL) following THIS guide by @Mangekyou222 with the Windows GUI Front-End from @Backporter. Thanks guys!
From ez_fake_dlc.py: Easy Fake DLC / DLC without Extra Data Generator
Code:
## Easy Fake DLC / DLC without Extra Data Generator
## Version 2.1.0 (24.07.20)
## NOW UPDATED TO USE OPEN SOURCED PKGTOOL.EXE (from LibOrbisPkg) AND WITH PSS URL SUPPORT
## Written in python 3.5 by TheRadziu

import os, os.path
import sys
import json
import urllib.request
import errno
import shutil
import datetime

current_dir = os.path.dirname(os.path.abspath(__file__))
gen_time = datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S')
contentid = "EP0002-CUSA00000_00-0000000000000000"
name = "NO DLC NAME"
titleid = "CUSA00000"

def mkdir_p(path):
    try:
        os.makedirs(path)
    except OSError as exc:
        if exc.errno == errno.EEXIST and os.path.isdir(path):
            pass
        else: raise

def safe_open_w(path):
    mkdir_p(os.path.dirname(path))
    return open(path, 'w')

def parse_store_url(url):
    url = url.replace("https://", "")
    urls = url.split("/")
    contentid = urls[3]
    chihiro_url = 'https://store.playstation.com/store/api/chihiro/00_09_000/container/'+urls[1][-2:]+'/'+urls[1][:2]+'/999/'+urls[3]+'/'
    chihiro_response = urllib.request.urlopen(chihiro_url)
    chihiro_json = json.loads(chihiro_response.read().decode('utf-8'))
    if...
Unofficial SteamOS 3.0 Linux Build for PS4 & Game Demos by NazkyYT
Proceeding Hippie68's PSXITArch Linux PS4 Guide, the PS4 Linux Loader Payloads for 5.05-9.00 consoles that are Jailbroken and the Updated Arch Linux Build for PS4 recently developer Nazky (aka NazkyYT on Twitter) shared an Unofficial SteamOS 3.0 Linux Build with the PlayStation 4 Scene including some game demonstration footage of Xenoverse 2 and Skyrim SE in action among further details below. 🐧

Download: Steam4PS.tar.xz (2.79 GB - User: nazky / Pass: toor) / NazkyYT's Ko-fi Page <3

This comes following the previous demo video of Running Steam on PS4 Linux alongside a guide covering How to Install Steam (Not SteamOS) on PS4 Linux for those interested.

Unofficial SteamOS 3.0 Linux Build for PlayStation 4

Features:

  • Can use the DS4 as a trackpad
  • Heroic game launcher (epic games)
  • Lutris (for every others games)
  • DXVK (Directx9,10,11 to Vulkan)
  • VK3D (Directx12 to Vulkan)
  • Wine - SteamDeck UI shortcut
  • ProtonUP QT (update wine and protonge)
  • Can be update
  • GameScope
Bugs:
  • DS4 detect as a mouse not a trackpad (fix : change the setting to trackpad)
  • SteamDeck UI not opening (fix : start Steam connect close steam run the SteamDeck UI again)
  • Black Screen (fix : wait until you see "No Signal" and press a key or press ALT + F4 then ALT + F7)
Update:

It's not "alt + fx" it's "CTRL + ALT + Fx"

Note:

⚠️ This not an official SteamOS so of course you can have bugs...
Horizon Forbidden West Tool for Skeletons, Textures & Meshes by ID-Daemon
This weekend PlayStation 4 Scene developer @iddaemon (aka id-daemon / daemon1 on XeNTaX) released a HFW Tool for PS4 / PS5 to aid in extracting skeletons, textures and static meshes from Horizon Forbidden West for data miners and game modders to examine. :geek:

Download: h2_extr.rar (603.97 KB - includes h2_extr.exe, Edgetosmd_i.exe, Edgetosmd.exe and decima.ini) / mesh_numbers.rar (3.79 KB - includes robots.txt, other_chars.txt, heads.txt and aloy.txt) / robots_codes.rar (950 Bytes - includes robots_codes.txt)

Spoiler: Depreciated

Those interested can also check out ID-Daemon's YouTube Channel, and this comes following several of his previous asset extraction tools including:
DNA PS4 Dynamic Theme PKG by F1R3xS1NN3R (aka KINGLILBO509)
Hey all, since my (@KINGLILBO509 aka F1R3xS1NN3R) Star Wars Dynamic Theme PS4 PKG here's a DeoxyriboNucleic Acid (DNA) PS4 Dynamic Theme PKG... this one is a lot more improved, different theme but it runs smooth and not all choppy so worth checking out. 🧬

Download: UP4760-CUSA47609_00-PUIR9QXKCQJ4SIAF-A0000-V0100.pkg (23.2 MB) / GIT / F1R3xS1NN3R's Discord Channel

A preview of my DNA Dynamic Theme PS4 PKG can be found below.. enjoy everyone!
Back
Top