Mobile AssaultRandom Homebrew: Mobile Assault
A 3d action/strategy helicopter game by team CodeTactics * 3D Engine *Play on PSP, iPhone, iPod [...]
Friends: Coding 'n Cracking - Nymphaea - PS3 Forum - darkforestgroup - daxhordes.org - Tgames - coldbird - gopsp.it - pspstation.org - prometheus - hgoel.info - MakeSmartTV - ps vita

NewSlide

Submit your entry for the competition here.
check http://wololo.net/genesis for detailed rules

Re: NewSlide

Postby afrothunder » Sat Mar 26, 2011 6:01 pm

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?
afrothunder
 
Posts: 270
Joined: Tue Jan 18, 2011 6:20 pm

Re: NewSlide

Postby Notonlyeyes » Sat Mar 26, 2011 8:14 pm

Thanks afrothunder...by Notonlyeyes

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

New Screens:

Image

Image
Notonlyeyes
 
Posts: 34
Joined: Tue Jan 11, 2011 8:24 am

Re: NewSlide

Postby 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

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
04005003
 
Posts: 40
Joined: Mon Mar 07, 2011 8:49 pm

Re: NewSlide

Postby afrothunder » Wed Mar 30, 2011 1:23 am

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).
afrothunder
 
Posts: 270
Joined: Tue Jan 18, 2011 6:20 pm

Re: NewSlide

Postby 04005003 » Wed Mar 30, 2011 1:47 am

@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
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
04005003
 
Posts: 40
Joined: Mon Mar 07, 2011 8:49 pm

Re: NewSlide

Postby Pasarel » Mon Jun 06, 2011 12:12 pm

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.
Excuse me while I kiss the sky
User avatar
Pasarel
 
Posts: 32
Joined: Wed Sep 29, 2010 10:16 am
Location: Across the Universe

Re: NewSlide

Postby HackThiefCoder93 » Mon Jun 13, 2011 2:40 am

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
Attachments
9.png
9.png (3.16 KiB) Viewed 897 times
0.png
0.png (2.86 KiB) Viewed 897 times
background.png
background.png (15.09 KiB) Viewed 897 times
Some of My Consoles: Ps3 Slim 160GB, Ps3 Super Slim 250GB (B), 3x Vita(B/W) 32/8GB, PspGo(B) 32GB, Psp 2000, Neo Geo X, 2x N3ds XL(Blue/R),1x N3ds LL AC Japanese Edition (W), Wii, Wii U Pro (B), Xbox360 slim(B), iPod 5th Gen. 32GB(B), iPad Mini 32GB (B)
User avatar
HackThiefCoder93
 
Posts: 502
Joined: Wed Mar 09, 2011 9:26 pm
Location: Somewhere in G.A

Re: NewSlide

Postby caki83 » Thu Jan 19, 2012 1:08 am

hmmm i might be wrong but this could work with the fat and slims too with the screensaver plugin
caki83
 
Posts: 8
Joined: Mon Dec 26, 2011 1:33 pm

Re: NewSlide

Postby afrothunder » Thu Jan 19, 2012 4:21 am

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
afrothunder
 
Posts: 270
Joined: Tue Jan 18, 2011 6:20 pm

Previous

Return to Submissions

Who is online

Users browsing this forum: No registered users and 2 guests