Well you need to own the domain for hosting the xmls, but that would workpsxplace :P
.
Just figured out a cool patch, well kind of cool as a POC, Not really useful right now.
I patched the sprx in a different way now, and I can now use the NP Environment field in debug settings to tell it the domain to looks for the xml on.
Lucky I have a short domain as the box only allows for 8 charactersSo no chance for "psx-place" sorry, its 9.
View attachment 15363
View attachment 15364
Well you need to own the domain for hosting the xmls, but that would work![]()
What exactly have You patched?![]()
For the past month or more, not sure how long exactly, none of the images work anymore.
Maybe you might know of something that has changed on the backend that might cause this? Its like ps3 is being blocked from downloading the image from psx-place, but i can still view it fine in a browser.
But why not set it to "%s" only? And in the debug settings put the whole and full url?So what its doing is reading "http://www.%s.co/TV.xml" and replacing the %s with what i put into Np environment box in debug settings, so the result is http://www.xmbmods.co/TV.xml![]()
We only are allowed to enter 8 characters in that field, so some of it must be hardcoded, Maybe this limitation could be removed by an rco mod. not sure.But why not set it to "%s" only? And in the debug settings put the whole and full url?
Or to "http://www.%s/TV.xml"?
I'm not supporting anymore, the site does not load on ps3 anymore. You can edit the link to your own dropbox and have your own custom whats new if you want.Here it isnt showing anything.
maybe because i'm on rebug? the what's news still shows sony ones, and not info clock.
The easiest way would be to remove the seg_welcome from the psn xml.and how to patch to only show in the xmb info clock?
I'm not supporting anymore, the site does not load on ps3 anymore. You can edit the link to your own dropbox and have your own custom whats new if you want.
The easiest way would be to remove the seg_welcome from the psn xml.
The patch that allows me to put in my own domain in debug settings you mean? that is done by making it so rest of link is in sprx, so this is original prx unedited:
View attachment 15386
Those are 3 URLS that i patched to be my own in patched sprx i posted for psx-place news,
But to make it so i can enter my own domain in debug settings, I change it so this first variable (%s) in URL becomes whole domain, see here, this is the variable that is normally NP environment, so normally just "np" :
View attachment 15387
I change it so it reads like this:
View attachment 15389
So what its doing is reading "http://www.%s.co/TV.xml" and replacing the %s with what i put into Np environment box in debug settings, so the result is http://www.xmbmods.co/TV.xml
Of course it would be better with .com or .net in there for most people..
Yeah, it's only new stuff that shows up there normally. It's based on the date in the nsx xml, if its older than 1 month or something like that then it won't show.@DeViL303 the psn doesnt show any info in the clock info anymore?
Yeah, it's only new stuff that shows up there normally. It's based on the date in the nsx xml, if its older than 1 month or something like that then it won't show.
I think Sony gave upon what's new about 8 months ago. They added all those categories to what's new in the US region and duplicated them in game, no updates since afaik.
Just look in your tmp/explore/ folder for examples. Or see my threads on this, wm launchpad, it's the format as the xil xmls.can you provide some xmls to use as base ( i don't know the file structure) ? i want to implement custom texts for my mod from a dropbox account, is it possible?