Results 1 to 30 of 37
ScreenShotPNG Speedy Plugin v0.30
This is a discussion on ScreenShotPNG Speedy Plugin v0.30 within the PSP Homebrew and Hacks Discussion forums, part of the PSP Development, Hacks, and Homebrew category; Just posted this a while ago over at the frontpage . It's a screenshot plugin from Fany_rakion, which can do ...
-
02-25-2009, 01:19 PM #1
ScreenShotPNG Speedy Plugin v0.30

Just posted this a while ago over at the frontpage.
It's a screenshot plugin from Fany_rakion, which can do screencaps on VSH, GAME, and POPS.
Changelog ScreenShotPNG Speedy Plugin v0.30:
- The ability to specify a file name.
- A signal that can be displayed after the end took a screenshot.
- Fixed a bug that was captured in a frozen state if the display turns off.
Ah. Also, this plugin has been upgraded to support CFW 5.00 M33-6. The previous version was only compatible up until M33-3.
DOWNLOAD HERE
"Think of the solution, not the problem."
- Richard Rahl, [I]Wizard's First Rule[/I] by Terry Goodkind
-
02-25-2009, 01:45 PM #2xMod.
- Join Date
- Oct 2008
- Location
- Melbourne, Australia
- Posts
- 675
- QJ Pts
- 4,576
- Level
- 43
- My Mood
-
- Downloads
- 0
- Uploads
- 0
This would be handy, but it might clash with some other button combo's ive got for other things... Can you change the combo or is it hard-coded?
-
02-25-2009, 01:50 PM #3
"Think of the solution, not the problem."
- Richard Rahl, [I]Wizard's First Rule[/I] by Terry Goodkind
-
02-25-2009, 01:54 PM #4xMod.
- Join Date
- Oct 2008
- Location
- Melbourne, Australia
- Posts
- 675
- QJ Pts
- 4,576
- Level
- 43
- My Mood
-
- Downloads
- 0
- Uploads
- 0
I know, but i thought you would have used it, to be posting it.
Doesn't Matter though
-
02-25-2009, 02:33 PM #5
it's easy to change the combo
just edit "SSPSP.ini" in the "any" folder. default is "Note" you can change it to e.g. "Note+L"
-
02-25-2009, 02:46 PM #6
That's a pretty gnarley plugin, I remember trying to get a png screenshot saved, but the only way I could get a real framebuffer copy was via kernel-mode and the libpng is not compatible with kernel libs. Wonder how he did it.
I gone and made that one power spoofer and that gay cheat device.
-
02-25-2009, 03:10 PM #7xMod.
- Join Date
- Oct 2008
- Location
- Melbourne, Australia
- Posts
- 675
- QJ Pts
- 4,576
- Level
- 43
- My Mood
-
- Downloads
- 0
- Uploads
- 0
he might of hooked the GU and wrote the contents to a file?
-
02-25-2009, 03:39 PM #8
-
02-25-2009, 03:43 PM #9xMod.
- Join Date
- Oct 2008
- Location
- Melbourne, Australia
- Posts
- 675
- QJ Pts
- 4,576
- Level
- 43
- My Mood
-
- Downloads
- 0
- Uploads
- 0
-
02-25-2009, 03:44 PM #10
I don't think so..that wouldn't be a real framebuffer even if it were possible, that'd be the userspace one(kernel libs don't get GU). He just took a snapshot of the framebuffer(not sure if it's the "real" one or the userspace one) and saved it as png. I'll find out which one it was when I hop onto linux.
I gone and made that one power spoofer and that gay cheat device.
-
02-25-2009, 03:48 PM #11xMod.
- Join Date
- Oct 2008
- Location
- Melbourne, Australia
- Posts
- 675
- QJ Pts
- 4,576
- Level
- 43
- My Mood
-
- Downloads
- 0
- Uploads
- 0
Oh ok, i misunderstood what this plugin did, it actually take a "full" screenshot of the screen, some of the others just take the framebuffer and write the contents directly to a file.
-
02-25-2009, 03:50 PM #12
-
02-25-2009, 03:56 PM #13xMod.
- Join Date
- Oct 2008
- Location
- Melbourne, Australia
- Posts
- 675
- QJ Pts
- 4,576
- Level
- 43
- My Mood
-
- Downloads
- 0
- Uploads
- 0
he must be using libpng? but i thought that only read not wrote png files?
-
02-25-2009, 03:59 PM #14
No, it writes png files. There is even a screenshot sample.
I gone and made that one power spoofer and that gay cheat device.
-
02-25-2009, 04:03 PM #15xMod.
- Join Date
- Oct 2008
- Location
- Melbourne, Australia
- Posts
- 675
- QJ Pts
- 4,576
- Level
- 43
- My Mood
-
- Downloads
- 0
- Uploads
- 0
-
02-25-2009, 04:24 PM #16
-
02-25-2009, 06:08 PM #17xMod.
- Join Date
- Oct 2008
- Location
- Melbourne, Australia
- Posts
- 675
- QJ Pts
- 4,576
- Level
- 43
- My Mood
-
- Downloads
- 0
- Uploads
- 0
Well how did he do it then? He either wrote his own pnglib or found a way to do it in user mode
-
02-25-2009, 06:10 PM #18
You can do it in usermode, it's probably just the usermode framebuffer.
I gone and made that one power spoofer and that gay cheat device.
-
02-25-2009, 06:15 PM #19xMod.
- Join Date
- Oct 2008
- Location
- Melbourne, Australia
- Posts
- 675
- QJ Pts
- 4,576
- Level
- 43
- My Mood
-
- Downloads
- 0
- Uploads
- 0
Yes but then why did you go on about he must of found a kernel way?
-
02-25-2009, 06:19 PM #20
No, I said I tried to find a kernel way as the usermode framebuffer thing cannot see everything.
I gone and made that one power spoofer and that gay cheat device.
-
02-25-2009, 06:22 PM #21xMod.
- Join Date
- Oct 2008
- Location
- Melbourne, Australia
- Posts
- 675
- QJ Pts
- 4,576
- Level
- 43
- My Mood
-
- Downloads
- 0
- Uploads
- 0
i know thats the point, as i said up the top its not the best plugin becuase it dont print the WHOLE screen to a file
-
02-25-2009, 06:28 PM #22
It prints the whole screen alright - just not the internal framebuffer. It uses kernel mode, from what I can tell. It's just a conglomerate of kernel imports. He must have done a malloc macro or something, I don't know how he did it, and wish it was open source so I could learn a thing or two.
I gone and made that one power spoofer and that gay cheat device.
-
02-25-2009, 06:33 PM #23xMod.
- Join Date
- Oct 2008
- Location
- Melbourne, Australia
- Posts
- 675
- QJ Pts
- 4,576
- Level
- 43
- My Mood
-
- Downloads
- 0
- Uploads
- 0
I know, maybe you should send him a PM asking for the source, and then we both might learn somethink
-
02-25-2009, 06:36 PM #24
I doubt he speaks much english.
I gone and made that one power spoofer and that gay cheat device.
-
02-25-2009, 06:40 PM #25xMod.
- Join Date
- Oct 2008
- Location
- Melbourne, Australia
- Posts
- 675
- QJ Pts
- 4,576
- Level
- 43
- My Mood
-
- Downloads
- 0
- Uploads
- 0
-
02-25-2009, 07:35 PM #26
Google translator is horrible, lol. It translates almost unreadably.
I speak a pretty good amount of spanish(I'm from LA) and I know when I'd do various translations google translator makes zero sense and would not be understood in the language.I gone and made that one power spoofer and that gay cheat device.
-
02-25-2009, 07:39 PM #27xMod.
- Join Date
- Oct 2008
- Location
- Melbourne, Australia
- Posts
- 675
- QJ Pts
- 4,576
- Level
- 43
- My Mood
-
- Downloads
- 0
- Uploads
- 0
Ok lol =)
-
02-26-2009, 05:55 AM #28
Achievements:
- Join Date
- Feb 2009
- Posts
- 5
- QJ Pts
- 1,967
- Level
- 26
- Downloads
- 0
- Uploads
- 0
I noticed that whenever i take a screenshot, the screenshot doesnt immediately show up in my picture folder. Why is that so?
-
02-26-2009, 10:11 AM #29Banned for LIFE
- Join Date
- Oct 2006
- Location
- East London, England
- Posts
- 2
- QJ Pts
- 18,744
- Level
- 86
- Downloads
- 0
- Uploads
- 0
slasher2661996 for future reference this place isnt a goddamn chat room.
-
02-26-2009, 11:22 AM #30
Achievements:
- Join Date
- Feb 2009
- Posts
- 5
- QJ Pts
- 1,928
- Level
- 26
- Downloads
- 0
- Uploads
- 0
This plugin is not working for me, even after pressing Note, changed Note+L but it still doesn't work. PSP Phat with 5.00M33-6, plugin enabled just irsautoboot,popsloader,cw cheat and game_categories.


LinkBack URL
About LinkBacks
Reply With Quote


I recently played a bit of Super Mario 3D World + Bowser's Fury and I enjoyed playing this...
Super Mario Fans Out There!