Skip to content
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

Open
RadicalR opened this issue Apr 20, 2021 · 4 comments
Open

Enhancement Requests #72

RadicalR opened this issue Apr 20, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@RadicalR
Copy link

RadicalR commented Apr 20, 2021

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.

@bucanero bucanero added the enhancement New feature or request label Apr 28, 2021
@bucanero
Copy link
Owner

bucanero commented Jun 2, 2021

Currently I don't have free time to work on ps3 homebrew 😞 , but regarding these features

For 2., right now if you press Square you can see details and it will show if there's RAP info or not.

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 BLUS30721,

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>

@retrosapien
Copy link

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.
I then looked to irisman, as i knew iso's could be updated, and came up short there as well.
Aldostools provided me with this fantastic url;

https://ps3.aldostools.org/updates.html

Maybe that could be incorporated into pgki?

@retrosapien
Copy link

i just tried with RaC full frontal assault.
curl -k "https://a0.ww.np.dl.playstation.net/tpl/np/NPUA80642/NPUA80642-ver.xml"

This is quite interesting.
I recently found a pc app that fetches updates, PS3-GUDT, but this could easily be put into a batch script.
It is probably what that program is doing in the background, anyway.

thanks for the info!

@bucanero
Copy link
Owner

Can that url format be used to fetch any games updates!?

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)

  1. Ability to download game updates

This feature is now available in v1.2.0. It's not automatic; you need to press Square to get the item's details, and then you can press Square again to check online for additional updates packages.
If there are updates, they will be loaded in memory, and will be listed under the "Updates" category. (switch categories with L2/R2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants