Search results

  1. B

    Anyone Washed Pandoras Bag Yet?

    Hi, I noticed over time my official pandora bag has become quite smelly, so it needs a washing pretty bad, I noticed that the bag got some inlays to strengthen it on the top and bottom sides, can the bag be washed without destroying the strengthening effect of those inlays? Has anyone done it yet?
  2. B

    Xfce Desktop Black?

    I recently turned off my Pandora (a hard task :D ) when I turned it back on, the desktop was pitch black, no wallpaper nor icons where visible (taskbar is still visible and working). When switching to minimenue everyhing works fine. After resetting the device, the problem still occurs. Do I...
  3. B

    Glbasic 3D Functions On Pandoras 3D Hardware?

    Hello, I read that GLBasic compiles everything to C++ / OpenGL 2.0 code, any words if the 3D functions of GLBasic can access Pandoras 3D Hardware? I searched quite a time on this board and the GLBasic board but couldn´t find a matching topic. (maybe the search function is a bit of a letdown...
  4. B

    Map_Get_Pixel In Bennugd?

    Hi trying to scan a map for a pixel of a certain color. When I try to compile it using notepad++ fenix/bennu compiler. It says unknown procedure. Was this procedure renamed, do I have to use another one, because I am using the 16 bit mode? Or did I just don´t import a certain dll?
  5. B

    Too Many Files Specified.... What?!

    Hello as the Gp2x finally arrived I wanted to do some fenix coding but when I whant to compile to a *.dcb I get the error "to many files specified" and I´m getting this error how matter what prg I want to compile... Anyone had this problem too? I´m getting slowly mad here because I just want to...
  6. B

    Fenix From Pc To Gp Problem

    Hello everyone! I have a problem on one of my fenix prgs. I made a prg wich stores 6Strings in a *.lst file I wanted to use it for creating own Levelsets for my game project. I runned this program under Windows and it successfully created my list. I was also able to load the List in my game...
  7. B

    GP32 Creating A Level Editor In Fenix

    Creating a Level Editor in Fenix the basics: First at all you´ll need to create a structure: STRUCT lx[(Number of fields horizontal)] ly[(Number of fields vertical)]; END First choose your grid size. if you want 20*20 Pixels as grid size and your levelmapsize is 500*500 you´ll need 25 fields...
  8. B

    GP32 Shooter Game Project

    I have started a space shooter game here are some images: upgrade screen: ingame screens: I made Level Editor and a scroll engine of my own for the game, so you can make levels that are 10000 Pixels and up in Y-size without storing such a big image. The pictures are from an earlier version...
  9. B

    Space Harrier

    Is there a chance to emulate the real arcade version of space harrier on a Pc? Because I own the game I just want emulate it to make some sprite rips...
  10. B

    Wavs

    Is it possible to get more than 3 wavs loaded by fenix on Gp32?? My program crashes when I use 3 ore more wavs in game... I load them at startup
  11. B

    GP32 Fenix To Gp32

    I have a new problem now, when I start my game in W32 it dosen´t make any errors... But when I know want to play it on my Gp32 the error "Fenix runtime error 1 bitmap_new..." This error apears after displaying the logo when the main game starts. The error appeared some time ago then I changed...
  12. B

    Playing Wavs

    I putted some sounds in my game and used the play_wav command with 255 in the second tag but my Gp 32 won´t make a noise... The sound files are in the game folder and load properly, but the Gp32 don´t plays them
  13. B

    GP32 Playing Wavs With Fenix On The Gp32

    Hi! I just tried to put some sounds in my game, but they won´t work on my Gp32... I have used the command play_wav in fenix and the soundfiles ar loaded correctly into the program. I couldn´t test the sound on my Pc, because the Pc I´m coding the game on dosen´t have a soundcard anymore. Has...
  14. B

    GP32 My Metal Slug Like Game

    HI, I have finished the first level of my shooting game for gp32 written in fenix. I want to post some screens, so if there is anybody who can host them tell me your e-mail and I will send them... The game plays like Metal Slug without the prisoners, because I dosen´t wan´t the game to be...
  15. B

    Overclocking Fenix

    is it possible to overclock fenix games, so that the "game".fxe runs at 166Mhz?
  16. B

    GP32 Overclocking Fenix

    :o Sorry for posting this here, I wrote a new topic in the fenix forum...
  17. B

    Fenix Problems

    I have got a new problem now, When I execute my game with windows everything works, but if I port it on the Gp32 , the game starts 2 or sometimes only one Process which it shouldn´t run. This dosen´t happens when I execute it in windows (The process is normaly called by a process reading out...
Back
Top