Search results

  1. W

    Getting Mikmod Working

    Just type 'make', not 'make main.c'. 'make' will look for a target called 'all' in a file called Makefile and do whatever that says. 'make main.c' will look for a target called main.c, which probably isn't what you want to be doing (unless you have a target called main.c). You also say you have...
  2. W

    GP2X Hw Accelerated Sdl

    That's the old 'HW surface with double buffers on tvout' bug. The only fix I've found is to turn off double buffering and create your own instead (blit everything to a surface, then blit that to the actual screen at the end).
  3. W

    Stickman Chapter 1 For Cack

    Stickman chapter 1 is now available at http://www.sector808.org/wiki/cack:games This is the first part of an experiment where I'm going to be releasing the game in installments, partly so that the players can discuss the plot and where the story might go next, and partly because I haven't...
  4. W

    Getting Mikmod Working

    You're not linking with mikmod by the look of things.
  5. W

    Amiga Game Downloads/files

    How many times do you need to be told. Don't ask for links and don't post links. If it's illegal then show some respect to Hando (the owner of this site) and don't bring it anywhere near his forum.
  6. W

    :gp2x Cradle

    The cradle doesn't need to be powered with a mk1, but I don't know how much (or if anything) will work unless the cradle is powered. All the mk1 needs is something stuck into the cradle power socket and it will boot fine.
  7. W

    Gp2x-f200 Presentation Video

    I can't believe they're still calling MPEG-4 a codec (don't they have any idea about the amount of confusion this has caused), and what's all the rubbish about multitasking being an amazing new feature.
  8. W

    Interested In Making Homebrew Games.

    If you want to create RPGs but don't know how to code, you could try CACK.
  9. W

    Gp2x Mk1

    I got a mk1 in perfect condition a couple of months ago for £70, and that included rechargable batteries and a 1gb card.
  10. W

    Is My Gp2x Bricked?

    And the moral of the story is 'If it aint broke...'
  11. W

    Sprite Movement Angle Or Move To Specific Pixel

    Sprites are just things that you position with x and y coordinates. Usually there aren't any functions to position them any other way because you're supposed to create those yourself (why have an overly bloated lib that contains loads of functions most people will never use?). The majority of...
  12. W

    Gp32 Reseting On Clock Change

    I think pretty much everything on the gp32 changes the clock at the start in some way, even if the developer wasn't aware it was happening.
  13. W

    Gp32 Reseting On Clock Change

    Spout doesn't overclock, it underclocks (22mhz I think). Are you sure the SMC hasn't become corrupted?
  14. W

    GP2X Mplayer Library

    Just remove all the interaction from Dragons Lair. No-one would notice.
  15. W

    Duke2x Sound Problems

    I was one of those 53 people, and it's not that no-one knows how to fix this, it's that as far as I'm aware you're the only person who has ever experienced this problem. I was waiting to see if anyone else came along and said that the same thing had happened to them.
  16. W

    Quake Mod Setup - Help Needed Please

    Raptors is quite a good mod, but it's a lot slower than the original quake maps so you'll need to overclock quite a bit (only tried it at 200mhz so I don't know how well it plays at higher speeds). Alien quake is another good one, and it's faster than quake too, but it can be difficult to find...
  17. W

    Quake Mod Setup - Help Needed Please

    First get rid of the mods folder and put qrally (or whatever you've called the folder) beside id1. It might work in a sub folder but I've never tried it so you can test that later. Then create a text file, call it qrally.gpe, and in there put './quake.gpe -game qrally' (without the quotes, and...
Back
Top