KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
Hotswap
★ 12
Open GitHub ↗
Remote user avatar tool for PS5.
Download README (.md)
Explore Similar Repositories
tedu-blog
:
TEDU CMS Blog
AI-Upscaling-Models
:
A collection of upscaling models I've trained.
Reminders
:
This project offers a unique approach to scheduling and managing tasks through a behavior-driven solution rather than relying on static and external services like traditional job schedulers.
Bluetooth-lyrics-speaker
:
ESP32S3-16M,LVGL,platform,lyrics speaker
Code-Llama-QA-Bot
:
This is a QA bot based on Code Llama. It is a new LLM for code by Meta AI.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Hotswap
?
Download (.md)
# Hotswap ### Remote avatar changer for the PS5.  ## Features - Uses existing FTP solutions. No payload needed! - Automatically handles .png/.dds file resizing and formatting - Built-in crop tool and photo editor - Pick image or take a picture with your webcam - Pull and save existing avatar - Automatic Light and Dark Mode themes ## How to Use 1) Input IP and Port to connect and grab the user data. 2) Make desired changes. 3) Click Save User to save changes to a given user. ## Build Instructions - Install [Visual Studio 2022](https://visualstudio.microsoft.com/downloads) (check the ".NET Desktop Development" box in the installer) and install [.NET Framework 4.8 Developer Pack](https://dotnet.microsoft.com/en-us/download/dotnet-framework/thank-you/net48-developer-pack-offline-installer). - Signup and get a free auth key at [Nuget.Devexpress.com](https://nuget.devexpress.com/) - Open VS and open the solution. Go into View > Other Windows > Package Manager Console. Click **Restore** and then Enter the following: ``` dotnet nuget add source https://nuget.devexpress.com/api -n DXFeed -u DevExpress -p {your auth key} Install-Package DevExpress.Win Unblock-File PS5-Profile-Modder/ConnectForm.resx Unblock-File PS5-Profile-Modder/Editor.resx ``` - The other dependencies *should* sort themselves out automatically. - Click on Editor.cs in the solution explorer. This will trigger a license file to be created in the Properties folder. Once this happens, you can **delete the license.licx** file (if you don't delete it, you will have popups when you run the program.) - Build (Ctrl-Shift-B) --- thanks [@DizzMods](https://twitter.com/dizzmods)