-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement Requests #72
Comments
Currently I don't have free time to work on ps3 homebrew 😞 , but regarding these features For 2., right now if you press Regarding 4., my original idea was to ping the official servers, and get the update XML; then the xml could be parsed and the updates queued if needed. So, for example, for wget --no-check-certificate "https://a0.ww.np.dl.playstation.net/tpl/np/BLUS30721/BLUS30721-ver.xml" you get: <?xml version='1.0' encoding='UTF-8'?>
<titlepatch status="alive" titleid="BLUS30721">
<tag name="BLUS30721_T3" popup="true" signoff="true">
<package version="01.02" size="34731232" sha1sum="d2c8b0ee685c166acdcd534bfe7cb73f9b10338f" url="http://b0.ww.np.dl.playstation.net/tppkg/np/BLUS30721/BLUS30721_T3/9472a41e0f952e95/UP0102-BLUS30721_00-PATCH02000000000-A0102-V0100-PE.pkg" ps3_system_ver="03.6000">
<paramsfo>
<TITLE>ASURA'S WRATH</TITLE>
</paramsfo>
</package>
</tag>
</titlepatch> |
Can that url format be used to fetch any games updates!? I was just looking for methods of updating installed psn games on the ps3 and was surprised i couldn't do it on pgki. https://ps3.aldostools.org/updates.html Maybe that could be incorporated into pgki? |
i just tried with RaC full frontal assault. This is quite interesting. thanks for the info! |
yes, that URL format is generic, it can be used for any content. If there's an update, you'll get an XML. (as long as servers are online)
This feature is now available in v1.2.0. It's not automatic; you need to press |
1) Allow a way to do page up and page down. (Skipping multiple lines) (Recommendation: Left - page up, Right - page down.)2) Confirm download if the RAP is missing.
3) When downloading a game, ask user if they would like to queue associated DLC.
4) Ability to download game updates (future proofing when Sony doesn't fix the update issue)
5) Prompt user if they would like to apply update if there is a database update when starting PKGi-PS3.
Thanks for considering these.
The text was updated successfully, but these errors were encountered: