Search results

  1. S

    GP32 Saving A File

    It works! :rolleyes: Thanx a lot :rolleyes:
  2. S

    GP32 Saving A File

    Hi! I want to save some things in a txt file, but it don't works. I have searched for answers in this forum, but I cant find them. Please help me. :unsure: That's my code: #include <stdlib.h> #include "gpdef.h" #include "gpstdlib.h" #include "gpgraphic.h" #include "gpmain.h" #include...
  3. S

    Space Mission

    Hi! @Frolik: Well... At the moment I am starting to develope under c++, and so in the next time there will no updates come. But maiby I will have some time soon.... :lol: Thaks for the compliments :lol: (if you dont know it: I`m the developer, but if you have played the game, you should...
  4. S

    Ogg Sound Files?

    @Hokutoy It was the game, you can see now at the Newszone. I had made the levels in 1000*1000 pixel large pictures(there are 5 levels) and I had used the code graph=level; (level is a global variable) and so I was unable to put these files in diverent fpgs. Another question: can I lode two...
  5. S

    Ogg Sound Files?

    I am an Idiot :unsure: The problem that I have had was, that the Ram was full. Now I have poorer grafics, and everything runs.
  6. S

    Ogg Sound Files?

    I have tested my game with a mod file, but I have the same problem as befor. :(
  7. S

    Ogg Sound Files?

    Hi! I have programmed my first Fenix game and it’s working, but I have one problem. I have included an ogg file, but it only works on my PC and not on my GP32. I have use this code: play_song(load_song("musik.ogg"),999); What have I made wrong?
  8. S

    .fpg Problem

    The programm is good, but I haven't got a good palette. Where can I find one?
  9. S

    .fpg Problem

    Hi! Thats my problem: When I add png or map files into a 8 bit .fpg file, their colors turn into very dark(gray) colors, and when I use 16 bit fpgs , can load them into fenix, but the grafics dont exist. I use fpg.exe to build fpgs. Has someone an idea, what I can do, or Do someone know a...
Back
Top