Post
by 04005003 » Wed Mar 30, 2011 1:14 am
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)
Last edited by
04005003 on Wed Mar 30, 2011 1:52 am, edited 3 times in total.
[spoiler]stil usin psp phat cfw 5.00 m33-6 but usin my bros psp 6.20tn-d to install new features
Signin games with my own custom pscrypter with my own custom icon1.pmf and param.sfo[/spoiler]