{"id":18595109,"url":"https://github.com/bucanero/ps3loadx","last_synced_at":"2025-04-10T16:31:24.208Z","repository":{"id":42364651,"uuid":"284559633","full_name":"bucanero/ps3loadx","owner":"bucanero","description":"PS3LoadX","archived":false,"fork":false,"pushed_at":"2023-01-09T11:07:45.000Z","size":669,"stargazers_count":17,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T00:51:09.095Z","etag":null,"topics":["loader","ps3","ps3-tool","psl1ght"],"latest_commit_sha":null,"homepage":"http://www.bucanero.com.ar/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bucanero.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-02T23:25:33.000Z","updated_at":"2025-03-18T09:17:47.000Z","dependencies_parsed_at":"2023-02-08T10:01:55.014Z","dependency_job_id":null,"html_url":"https://github.com/bucanero/ps3loadx","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bucanero%2Fps3loadx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bucanero%2Fps3loadx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bucanero%2Fps3loadx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bucanero%2Fps3loadx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bucanero","download_url":"https://codeload.github.com/bucanero/ps3loadx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248252691,"owners_count":21072701,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["loader","ps3","ps3-tool","psl1ght"],"created_at":"2024-11-07T01:18:24.010Z","updated_at":"2025-04-10T16:31:20.505Z","avatar_url":"https://github.com/bucanero.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PS3loadX\n\nPS3loadX is the evolution of [PSL1GHT](https://github.com/ps3dev/PSL1GHT/) PS3load sample, now using the [Tiny3D](https://github.com/wargio/tiny3D/) library. I hope this version helps you to work easily ;)\n\n## Features\n- You can load SELF files using the net.\n- You can load applications from USB/ HDD devices\n- You can install applications to the USB or HDD devices from one .zip file\n- You can copy applications from USB devices to HDD\n- Also you can delete installed applications.\n\n![PS3loadX](https://user-images.githubusercontent.com/1153055/89194908-65477980-d57e-11ea-8d7f-67e73060b9a5.png)\n\nNOTE:\n-----\n\nYou can include these lines in your app to return to the PS3LoadX application\n```c\n#include \u003csys/process.h\u003e\n.....\nsysProcessExitSpawn2(\"/dev_hdd0/game/PSL145310/RELOAD.SELF\", NULL, NULL, NULL, 0, 1001, SYS_PROCESS_SPAWN_STACK_SIZE_1M);\n```\n\nZIP Format\n----------\n\n```\napp_folder\n|\n|---- EBOOT.BIN\n|\n|---- ICON0.PNG\n|\n|---- title.txt\n```\n\n`app_folder`: folder to install the app\n - in USB devices `/dev_usb000/homebrew/app_folder`\n - from HDD: `/dev_hdd0/game/PSL145310/homebrew/app_folder`\n\n`EBOOT.BIN`: SELF file\n\n`ICON0.PNG`: optional app. image\n\n`title.txt`: it countain one text line with the name app name. If it doesn't exists PS3LoadX uses `app_folder` as title. i.e: \"My application - test 1\"\n\nSending SELF files from the net\n-------------------------------\n\nYou need to send the `.self` from the PC using `psloadx.exe` (see PSL1GHT tools)\n\nFor example from one .bat file under Windows:\n```\nset PS3LOAD = tcp:192.168.2.12 // -\u003e PS3 IP\n\nps3load.exe *.self\n\npause\n```\n\nInstalling ZIP files\n--------------------\n\nHDD0 is selected by default. To change to USB you need plug one device.\n\nWhen you send a ZIP file the app ask to you if you want really install it or not in the current device.\n\nSelect one Application\n----------------------\n\nUse \u003ckbd\u003eLEFT\u003c/kbd\u003e/\u003ckbd\u003eRIGHT\u003c/kbd\u003e in digital pad\n\nCopying files from USB\n----------------------\n\nPress \u003ckbd\u003eCIRCLE\u003c/kbd\u003e and select `Yes` using digital pad\n\nDeleting Applications\n---------------------\n\nPress \u003ckbd\u003eSQUARE\u003c/kbd\u003e and select `Yes` using digital pad\n\nLaunch Applications\n-------------------\n\nPress \u003ckbd\u003eCROSS\u003c/kbd\u003e and select `Yes` using digital pad\n\nExiting from PS3LoadX\n---------------------\n\nPress \u003ckbd\u003eTRIANGLE\u003c/kbd\u003e to exit.\n\nAlso you can force exit pressing `PS` (if the network crashes use it)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbucanero%2Fps3loadx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbucanero%2Fps3loadx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbucanero%2Fps3loadx/lists"}