I Hope The Gp2x Becomes...


Drak

fff
Joined
Mar 29, 2005
Messages
1,225
Age
35
Location
Canada!
Website
Visit site
Im not complaining or anything, but some of the stuff doesnt work. It wont accept my pics ;)

Like for the battery memory, it just uses setbody_empty.png from the common folder, and just ignores my base.png in the imgbattery folder :lol:

And the last thing.. is the text, White is an ok color.. but having the option to change font size/color would be neat.


And there isnt a place for the tvout screen, but i understand that.. since that option just came out.

Otherwise I have no problem with it. My skin looks very nice on my unit :)

I wouldnt be surprised when the 3.0 fw comes out if a nicer kernel was made B)
 
And there isnt a place for the tvout screen, but i understand that.. since that option just came out.


TVOut icon files available in the topic below.

http://www.gp32x.de/board/index.php?showtopic=24301

imgall.gpu.

Code:
#/bin/sh
cp -f ./imgbattery/*.* /usr/gp2x/imgbattery/
cp -f ./imgcommon/*.* /usr/gp2x/imgcommon/
cp -f ./imgebook/*.* /usr/gp2x/imgebook/
cp -f ./imgexplorer/*.* /usr/gp2x/imgexplorer/
cp -f ./imggame/*.* /usr/gp2x/imggame/
cp -f ./imgimage/*.* /usr/gp2x/imgimage/
cp -f ./imgmain/*.* /usr/gp2x/imgmain/
cp -f ./imgmovie/*.* /usr/gp2x/imgmovie/
cp -f ./imgmusic/*.* /usr/gp2x/imgmusic/
cp -f ./imgsetting/*.* /usr/gp2x/imgsetting/
cp -f ./imgtestmode/*.* /usr/gp2x/imgtestmode/
cp -f ./imgtvout/*.* /usr/gp2x/imgtvout/
cp -f ./imgutil/*.* /usr/gp2x/imgutil/
cd /usr/gp2x
./gp2xmenu

:D
 
Last edited by a moderator:
And there isnt a place for the tvout screen, but i understand that.. since that option just came out.


TVOut icon files available in the topic below.

http://www.gp32x.de/board/index.php?showtopic=24301

imgall.gpu.

Code:
#/bin/sh
cp -f ./imgbattery/*.* /usr/gp2x/imgbattery/
cp -f ./imgcommon/*.* /usr/gp2x/imgcommon/
cp -f ./imgebook/*.* /usr/gp2x/imgebook/
cp -f ./imgexplorer/*.* /usr/gp2x/imgexplorer/
cp -f ./imggame/*.* /usr/gp2x/imggame/
cp -f ./imgimage/*.* /usr/gp2x/imgimage/
cp -f ./imgmain/*.* /usr/gp2x/imgmain/
cp -f ./imgmovie/*.* /usr/gp2x/imgmovie/
cp -f ./imgmusic/*.* /usr/gp2x/imgmusic/
cp -f ./imgsetting/*.* /usr/gp2x/imgsetting/
cp -f ./imgtestmode/*.* /usr/gp2x/imgtestmode/
cp -f ./imgtvout/*.* /usr/gp2x/imgtvout/
cp -f ./imgutil/*.* /usr/gp2x/imgutil/
cd /usr/gp2x
./gp2xmenu

:D

Wah! Thankyou, I never saw that post, I mustve been away that day :)
 
Last edited by a moderator:
Back
Top