Page 6 of 6

Re: NewSlide

Posted: Sat Mar 26, 2011 6:01 pm
by afrothunder
jbird92113 wrote:Hi everyone. I am new to the plugin scene so i am hoping someone can advise we what specific entry needs ti be included into the vsh.txt file for this to work. Is this the proper entry-->ef0:/seplugins/NewSlide.prx 1

Thanks in advance...
I believe that is correct.

On an unrelated note, I've seen various people across the web running this plugin successfully on 6.35.
Can anyone here who had problems using version 1 confirm that it works in version 2?

Re: NewSlide

Posted: Sat Mar 26, 2011 8:14 pm
by Notonlyeyes
Thanks afrothunder...by Notonlyeyes

New Versions mod:
- mod. .htm work
- [+] .sfw work

New Screens:

Image

Image

Re: NewSlide

Posted: Wed Mar 30, 2011 1:14 am
by 04005003
hi just wondering if any1 changed their eboot.pbp to their own so when you close the pspgo it'll load a HB (homebrew app/game)
just asking this question because tho i havent got a pspgo (geting one off my mate) and i was wondering if some one could try replacing eboot to vlf 0.3 and edit script.lua
to below code


[spoiler]require("VLF")
VLF.init()

VLF.GetBG(8,"theme.vlf",true)

VLF.SetCustomWave("blue wave.wv")




While pge.running() do
Pge.controls.update()


If pge.controls.releasedany() then
Break
End

Pge.gfx.startdrawing()

Pge.gfx.clearscreen()
VLF.UpdateFocus()
VLF_BG:activate()
VLF_BG:draw(-3,-1,483,275)
VLF.DrawClock(0,180,125)
VLF.DrawTitleBar("screensaver clock",1,TOP.APP,pge.gfx.createcolor(200,0,0,210))

Pge.gfx.enddrawing()
Pge.gfx.swapbuffers()
End[/spoiler]
Ill keep editing if it works (it works on my phat psp 6.20 tho im not using the prx plugin but im gona edit the newslide prx source for hold mode if approved)

*reason for editing (usb doesnt work and it crashes when you exit)

Re: NewSlide

Posted: Wed Mar 30, 2011 1:23 am
by afrothunder
04005003 wrote:hi just wondering if any1 changed their eboot.pbp to their own so when you close the pspgo it'll load a HB (homebrew app/game)
just asking this question because tho i havent got a pspgo (geting one off my mate) and i was wondering if some one could try replacing eboot to vlf 0.3 and edit script.lua
Loading other eboots is a supported feature, so I wouldn't worry about compatibility. Know that it is up to the eboot to be able to exit when the slide is opened(if desired). The detection cant be done from an eboot by itself because it runs in user mode, you need to use an additional kernel-mode PRX(see source, pluginaddonprx OR see NewSlideBridge.prx).

Re: NewSlide

Posted: Wed Mar 30, 2011 1:47 am
by 04005003
@afrothunder ok the app itself can exit so i shouldnt see why it shouldnt exit
well im gona edit the source just change (PSP_CTRL_SLIDEOPEN) to (PSP_CTRL_HOLD) for the phat, well ill give it ago when i get in reach of a computer *duno when that will be
thanx for your plugin and source

Re: NewSlide

Posted: Mon Jun 06, 2011 12:12 pm
by Pasarel
ThatDude wrote:Am I the only one that has themed this?

Image
Would you please share the theme files with us? I'd really love to have this on my PSP.

Re: NewSlide

Posted: Mon Jun 13, 2011 2:40 am
by HackThiefCoder93
This is mine (Just BackGround & Numbers)
P.S if anyone makes backgrounds for this plugin please post it in here ( viewtopic.php?f=17&t=7047&p=78080#p78080 ) so we can all see

Re: NewSlide

Posted: Thu Jan 19, 2012 1:08 am
by caki83
hmmm i might be wrong but this could work with the fat and slims too with the screensaver plugin

Re: NewSlide

Posted: Thu Jan 19, 2012 4:21 am
by afrothunder
caki83 wrote:hmmm i might be wrong but this could work with the fat and slims too with the screensaver plugin
Already done ;)
See: viewtopic.php?f=26&t=4457&start=20#p50822