Search results

  1. Alex.

    Sonic Robo Blast 2

    You probably need to make a small script like this: CODE #!/bin/sh ./cpufreq --freq 600 ./Program.gpe cd /usr/gp2x exec ./gp2xmenu Paste that in a new text file and save it as Script.gpe. Put it in the same folder as Program.gpe and cpufreq, and run it. Make sure you save it with a text...
  2. Alex.

    Wiz Feedback

    A suggestion for future case revisions: make the shoulder buttons 50% longer so that they reach the case's corners, making them reachable without the need to bend your index fingers.
  3. Alex.

    Gph Is Going To Release The F-300

    Hooray for dynamic linking! :) Do Vocamasters have a launcher, or are the poor students locked out of the fun?
  4. Alex.

    Gp2x Wiz Charging Time

    Did they take the LED off the charging cable? It was useful to know when the Wiz finished charging, the LED turned red->orange->green, and then you knew the battery was at 100%. Anywho it takes mine more than ten hours to fully charge a depleted battery from a powered USB hub, but now I'm...
  5. Alex.

    Zam

    I wrote a post a short while ago about the map generation in this game. It's simple, but it works well and the levels it makes look interesting and different enough from one play to another. Now I'm off to make the zombies smarter :D
  6. Alex.

    Dodgin' Diamond Ii For Wiz

    Update is now live, http://archive.gp2xwiz.de/cgi-bin/cfiles.cgi?0,0,0,0,30,48 I remembered some people complained about GP2X games using B as the sole fire button which caused it to get worn out, so besides smooth performance this update also allows you to shoot with A, X, and Y.
  7. Alex.

    Wiz Newbies Pointers And Tips

    You should make a list of things you would like to see written about in the Wiki, I'm sure people will be happy to contribute :)
  8. Alex.

    Caanoo / WIZ Wiz Panic : Black Screen Or Screen Freezing

    Here's what I use: CODE enum Buttons { BUTTON_UP, BUTTON_UPLEFT, BUTTON_LEFT, BUTTON_DOWNLEFT, BUTTON_DOWN, BUTTON_DOWNRIGHT, BUTTON_RIGHT, BUTTON_UPRIGHT, BUTTON_START, BUTTON_SELECT, BUTTON_L, BUTTON_R, BUTTON_A, BUTTON_B, BUTTON_X, BUTTON_Y, BUTTON_VOLUP...
  9. Alex.

    Wiz's Weakness

    The SD card seems to protrude less than 2mm, you would have a very tough time popping it out if it were in even deeper. I like the idea of Menu being isolated from the action buttons, it makes sense for a something that is ideally used for a single purpose (call the game's menu, implicitly...
  10. Alex.

    Ten Gp32 Games You May Have Missed

    Nice article, I'm surprised how many of those games I missed out on. I hope you guys will continue writing more of these features, they'd be something that stands out from all other news sites. One small correction: Quiest wrote TMP, not Quasist.
  11. Alex.

    Caanoo / WIZ Wiz Panic : Black Screen Or Screen Freezing

    I just noticed you have the values of SCREEN_WIDTH and SCREEN_HEIGHT interchanged, the SDL screen is supposed to be 320x240 not 240x320.
  12. Alex.

    Blix2x V1.1 Released

    The points grow exponentially when you clear multiple columns at a time, that's why :) I thought the antialiased fonts looked alright, do you find them a bit fuzzy?
  13. Alex.

    Is Your Wiz Touchscreen Accurate?

    It seems fine for me (Firmware 0.7.1, Wiz from November of last year) By the way, when you calibrate the touch screen from the settings menu, make sure you keep the stylus pressed on the white rectangles until they turn red, simply touching them and quickly letting them go will not do anything.
  14. Alex.

    Caanoo / WIZ Wiz Panic : Black Screen Or Screen Freezing

    Try replacing SDL_HWSURFACE|SDL_DOUBLEBUF with SDL_SWSURFACE in your call to SDL_SetVideoMode. I know you already check the return value of SDL_SetVideoMode in case of an error, but perhaps the firmware's SDL reacts differently.
  15. Alex.

    Iron Cross Poll

    I voted Highly Offensive, because it looks lame and I want to see it replaced with something better, like the old logo for instance :) My apologies to the person who made it, but it looks too rigid and boring for my taste. And it does resemble the Iron Cross, which is to say the least unnecessary.
  16. Alex.

    Dodgin' Diamond Ii For Wiz

    Looks like Puck2099 ported OpenJazz to the GP2X, and he's active in the Wiz scene as well :) PS: I just sent an update to Dodgin Diamond that uses 22050hz sound, 44100hz stuttered the game a bit. I should have played it a little more before uploading :rolleyes:
  17. Alex.

    Dodgin' Diamond Ii For Wiz

    Dodgin' Diamond II is a vertical space shooter made by Juan J. Martínez. This port to the Wiz is based on Wild[Kyo]'s GP2X port. Download from the Wiz Archive Improvements in this port: - DD2X's 320x200 screen is vertically centered - added volume controls - normalized sound effects Have fun!
  18. Alex.

    Blix2x Wiz

    Thanks sbock. Good to see you on board the Wiz train :D
  19. Alex.

    Two Wiz Games: Trap75 & Pentominos

    Thanks Shorty :) I wish I would have upgraded the firmware sooner, I thought the SDL stayed slow as in 0.3 so I was reluctant to release anything until it was sorted out.
  20. Alex.

    Two Wiz Games: Trap75 & Pentominos

    Here are two more ports of my GP2X games, this time it's Trap75 and Pentominos. ----- Trap75 - Download from the archive Trap75 is a game much like Jezzball, where you need to cover at least 75% of each level's space without getting your lines hit by the balls. Hiscore table, nice smooth...
Back
Top