invisible menu in psp/game/folder

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
User avatar
NudelMC
Posts: 7
Joined: Mon Dec 25, 2006 7:08 am

invisible menu in psp/game/folder

Post by NudelMC »

Hi guys,

first iam the new guy, iam from Germany and my english is not so good :)
But i try it and i hope you understand what i mean.

Ive read a few tutorials about psp developing and iam trying to do my own programs.
I startet with hello world and a counter. It worked all fine, but i have this damn problem.

There seems to be a “invisible menu point” in my Game menu

Its like
=> Hello world
=> empty space whitout picture or text
=> counter
=> empty space whitout picture or text

its realy lame and i tried to fix it, but i dont get it.

Please help me :)

Thanks for reading!

EDIT:
Iam using FW 1.50
Last edited by NudelMC on Mon Dec 25, 2006 10:48 pm, edited 1 time in total.
User avatar
dsn
Posts: 47
Joined: Wed Nov 09, 2005 11:48 am
Location: Indianapolis, Indiana, USA

Post by dsn »

Post your code. That'll make it much easier to help you.

Dein Englisch ist besser als mein Deutsch. :-)
be2003
Posts: 144
Joined: Thu Apr 20, 2006 2:46 pm

Post by be2003 »

hes talking about the psp/game/folder and psp/game/folder% thing...
can someone explain the concept to him in german...
- be2003
blog
User avatar
NudelMC
Posts: 7
Joined: Mon Dec 25, 2006 7:08 am

Post by NudelMC »

be2003 wrote:hes talking about the psp/game/folder and psp/game/folder% thing...
can someone explain the concept to him in german...
Yes thats it, i tried a view things, like del the "test%" folder and so on, but it would not work.

You can also explain in english, i can better read and understand than write :)

Or give me a keyword so i can search

Thanks!
pspwill
Posts: 51
Joined: Thu Nov 17, 2005 8:07 am

Post by pspwill »

If you would like to search the keyword is kxploit.
User avatar
NudelMC
Posts: 7
Joined: Mon Dec 25, 2006 7:08 am

Post by NudelMC »

mhhh no i dont get it, find a tool called "kxploit tool" to generate Menu entries but there is still "50% currupted Data in menu".( i also use the command "make kxploit" in Cygwin to compile my hembrews)

mh sorry i dont get it ...
pspwill
Posts: 51
Joined: Thu Nov 17, 2005 8:07 am

Post by pspwill »

If you rename the folders you can hide the corrupted icons. e.g. test and test% become __SCE__test and %__SCE__test. Or when you compile your program do make SCEkxploit instead of make kxploit. Hope i helped :)
User avatar
NudelMC
Posts: 7
Joined: Mon Dec 25, 2006 7:08 am

Post by NudelMC »

wonderfull! Thanks a lot!

So last question for now:)

There is no image in the game menu, only the default thing. Is there a way to replace this default image with my own by using Cygwin?

(i know you can do this with "kxploit tool", but i mh.... i would like to know it for Cygwin :) (no speacial reason, just interesst) )

EDIT:
and how to set a fullscreen background image by selecting a menu entrie? ( like this one from devhook)

Questions over questions, thanks for reading!
User avatar
dsn
Posts: 47
Joined: Wed Nov 09, 2005 11:48 am
Location: Indianapolis, Indiana, USA

Post by dsn »

be2003 wrote:hes talking about the psp/game/folder and psp/game/folder% thing...
Holy crap, I'm an idiot.
NudelMC wrote:Is there a way to replace this default image with my own by using Cygwin?

and how to set a fullscreen background image by selecting a menu entrie?
In your Makefile, set PSP_EBOOT_PIC1 and PSP_EBOOT_ICON, like so:

PSP_EBOOT_PIC1 = background.png
PSP_EBOOT_ICON = icon.png

The background image should be 480x272, and the icon should be 144x80.
User avatar
NudelMC
Posts: 7
Joined: Mon Dec 25, 2006 7:08 am

Post by NudelMC »

wow thats very easy if you know where to look :)

Thanks a lot!

now iam go back reading my old C++ book :P
User avatar
TUniqueW
Posts: 12
Joined: Sat Dec 09, 2006 12:51 pm

Post by TUniqueW »

here is another idea.
when you dg you usually see nothing instead of corrupted ICON ... to fix that just dg to 1.00 then upgrade to 1.50 . then it should be fine . at least it worked for me :).
Developer: C/C++ knows nothing about assembly!
User avatar
NudelMC
Posts: 7
Joined: Mon Dec 25, 2006 7:08 am

Post by NudelMC »

TUniqueW wrote:here is another idea.
when you dg you usually see nothing instead of corrupted ICON ... to fix that just dg to 1.00 then upgrade to 1.50 . then it should be fine . at least it worked for me :).
mhh i work on 1.50 now.

But i dont like the flash things, iam afraid of bricking my psp :)

I worked a half month for it, iam very carefull with it :)
Post Reply