LittleBigRefresh / Refresher

A utility for patching LittleBigPlanet games to custom servers
GNU General Public License v3.0
9 stars 5 forks source link

Patches to /notification endpoint handling in LBP2 #41

Open jvyden opened 1 year ago

jvyden commented 1 year ago

https://discord.com/channels/1049223665243389953/1049225857350254632/1158568238171562054

Basically, notifications load only every few minutes and only once. We should make a patch to speed things up

image

Beyley commented 5 months ago

I think this issue should be expanded into a full "game patches" feature based on PPU hashes, as time goes on we may need to apply more game patches than just this (especially once the p2p script blocking patch exists)

perhaps autodiscover could be expanded to say which patches are recommended, and which are required, eg like a {"requiredPatches": ["p2p-script-blocking"], "recommendedPatches": ["notification-frequency-patch"]} can be part of Refresh's returned autodiscover response say in the future if we require the P2P script blocking patch, we could have Refresher throw a warning if its not available for the game being patched (but only if autodiscover says to do so) and for noticfications it could get auto-applied, since its in the reccomended section

with the user being able to disable these/enable others inside some "advanced" menu