Advertising (This ad goes away for registered users. You can Login or Register)

[RELEASE] Block Dude

Most of the homebrews discussed in this forum can be downloaded here
cmbeke
Posts: 50
Joined: Tue Apr 12, 2011 9:51 pm

Re: [RELEASE] Block Dude

Post by cmbeke »

that's weird, it should free all the images after they are done being used; I'll check that and get back to you with an updated version when i can.
EDIT
just checked my code and all the images that i load are freed from the memory, so it seems like the image:free() function is not working on ofw (or maybe not working at all ... i might switch from luadev to lpp). You can try commenting out (adding "--" the beginning of the line w/o quotes) line 198 (it only has "ani:animate()" on it) in the index.lua file to stop the menu background animations. hopefully that will save some memory and add play time before the memory is used up.
Advertising
You probably didn't know that you don't know that you don't know what you don't know.
I know I'm crazy, the real question is are you?
Life is nothing but discrimination, likes, dislikes, any choice made ... all a product of discrimination.
toBsucht
VIP
Posts: 1937
Joined: Wed Dec 29, 2010 8:15 am
Contact:

Re: [RELEASE] Block Dude

Post by toBsucht »

w/o quotes?? what should i write
[spoiler]else
"ani:animate()"
if not bg then bg = image.load("background.png") end
bg:blit(0,0)[/spoiler]
or
else
"--" ani:animate()
if not bg then bg = image.load("background.png") end
bg:blit(0,0) :lol:
Advertising
HomeBrews working with Psp 6.xx fw viewtopic.php?f=2&t=2624
ofw (shrunk) HomeBrews viewtopic.php?f=2&t=1879

All Psp homebrews at mfi.re/toBsucht
http://pspinstaller.co.uk
Killerfeeshy
Posts: 262
Joined: Wed Jun 01, 2011 9:49 am

Re: [RELEASE] Block Dude

Post by Killerfeeshy »

You should write

Code: Select all

else
 --ani:animate()
 if not bg then bg = image.load("background.png") end
 bg:blit(0,0) 
70 M3 M7 P5P 15 L1K3 4 DRUG 1F I75 /\/07 I/\/ M7 P0CK37 1M G0/\//\/4 P4/\/1C
My Homebrews
Crazy Eyes
ProKill
Top Down Racing
And others currently unreleased
Got any questions? http://www.ask.fm/Killerfeeshy
toBsucht
VIP
Posts: 1937
Joined: Wed Dec 29, 2010 8:15 am
Contact:

Re: [RELEASE] Block Dude

Post by toBsucht »

:mrgreen: Thank you! Now the compressed ver. run as well as the not edited uncompressed. I reupload the "better" once for ofw soon.
Block Dude ofw edit.rar http://www.mediafire.com/?xbtqgpd8v4j8yje
HomeBrews working with Psp 6.xx fw viewtopic.php?f=2&t=2624
ofw (shrunk) HomeBrews viewtopic.php?f=2&t=1879

All Psp homebrews at mfi.re/toBsucht
http://pspinstaller.co.uk
Killerfeeshy
Posts: 262
Joined: Wed Jun 01, 2011 9:49 am

Re: [RELEASE] Block Dude

Post by Killerfeeshy »

toBsucht wrote::mrgreen: Thank you! Now the compressed ver. run as well as the not edited uncompressed. I reupload the "better" once for ofw soon.
Block Dude ofw edit.rar http://www.mediafire.com/?xbtqgpd8v4j8yje
Glad i could help ;)
70 M3 M7 P5P 15 L1K3 4 DRUG 1F I75 /\/07 I/\/ M7 P0CK37 1M G0/\//\/4 P4/\/1C
My Homebrews
Crazy Eyes
ProKill
Top Down Racing
And others currently unreleased
Got any questions? http://www.ask.fm/Killerfeeshy
Locked

Return to “Homebrews”