Search results

  1. G

    Mkfs.vfat Or Mkdosfs

    Good evening all, I arrived home from work today to find my netbook wouldn't boot, great. Not to worry though as this has happend before and I know how to fix it. I just need to stick some bios files on a FAT formatted USB stick...oh wait my desktop is screwed and I haven't got round to fixing...
  2. G

    Can't get rid of keyring password popup

    I deleted the default keyring, but didn't have the option to select "unsafe" storage after reboot. Now everytime I boot it asks for the wifi password and then the default keyring password. Any ideas?
  3. G

    My Advance Wars Game

    So I decided it was probably time to make a thread for currently in production game. It is essentially an Advance Wars clone, programmed in Fenix, but with extras and improvements (I hope :P). I actually started programming this particular game early last year, but lost a lot of motivation when...
  4. G

    Where To Start

    Hi guys. First things first, really looking forward to the pandora. ive had a gp2x for about an year now, and have done 'some' programming for it using fenix. I used to use DIV games studio back in the old days so am not too shabby at programming in fenix. I havent uploaded any games to the...
  5. G

    Glob Function

    Whats does the glob function return when there are no more files? All the help files i can find say: "When no longer they are left more files, or after the first call if were no, it gives back a chain in target" which isn't very clear. Any ideas? Thanks
  6. G

    Dll Compatiblity Error And Functions In Fenix

    am i right in thinking functions don't work in fenix? CODE FUNCTION title(); PRIVATE; x = 0; BEGIN WHILE (x < 10) x +=1 FRAME; END RETURN 1; END so that when its run, the program waits for this function to return its value...
  7. G

    A Few Questions Before Starting A Mod

    hey all. ive had my gp2x since the summer, and am loving it. much thanks to the dev's for creating some great emulators and games. i've decided to try my hand at a wifi mod. i know there are quite a few posts already about wifi mod's but id like some clarification before i dive in. 1) the usb...
  8. G

    Dynamic Maps

    does anyone know how to effictivly create a 'dynamic' map, i want to be able to add a block of colour to a map whislt in the game. basically, when u place a building, i want it to place the footprint of the building at the correct coordinates in the map, for use in a hardness map for pathfinding.
  9. G

    Why Does My Game Just Exit Immediatly

    hey, im new to fenix, but have coded before in div and div2 (been awhile tho). the problem is i cant seem to get a little test game to run on my gp2x, i managed to get the "hello world" example running. my code is PROGRAM test; GLOBAL file1; begin file1=load_fpg("game.fpg")...
Back
Top