Search results

  1. S

    A Simple Game Wip [Spooky Castle]

    Hi all, after long time i have my gp2x working again. I trying compile new python2.6, numpy and pygame in scratchbox but with no luck :( Nevermind i changed some things and game run in old version of pygame for gp2x. Here is video of WIP game. Still many things needed especially i need...
  2. S

    Nicky Boum Engine

    today i read on happypenguin.org about nicky boum engine. coz i love this game from amiga times , can some port this engine to gp2x. source is available of course :) http://www.happypenguin.org/show?Nicky%20Boum http://cyxdown.free.fr/nicky/ eh sry, wrong forum :( sry for 2nd, another thread...
  3. S

    GP2X Python & Pygame

    Hi, i want ask open2x developers if Python 2.5.x and PyGame 1.7.x will be in public release. If not, can someone compile it ? now im using beta2 with hwSDL but i need newer version coz byte code is not compatible with new 2.5.x python version which i have instaled on laptop. thanks.
  4. S

    Fenixide Linux Version

    Hi all, I released first public version of my FenixIDE. Now for linux only. Please test and report bugs( theres still a lot of bugs) In this version: 1. Syntax highlight 2. Compiling and running fenix apps from editor 3. Editable API browser 4. API completion im lazy and i must write some docs...
  5. S

    I Dont Trust.

    sorry may be this off topic, but look at this video http://www.youtube.com/watch?v=i2bofFSjPEc
  6. S

    New Idea For Great Mod

    hi, i found this low cost gyro<br> Click here will anyone hack EXT port and write driver for this device. i see many games using this feature xD
  7. S

    Writting Directly To Fb

    hi, coz i able to write on stdout with no problem in asm. today i make next step. writing to FB. but with no luck, Segmentation Fault is my second name :) please check my code and help me with this. CODE format ELF executable use32 entry start segment readable executable start: ; open...
  8. S

    Cradle Problem

    hi, today when i want test my app with mouse. i plugged my gp2x to cradle and i hear strange sound :( its high frequency sound. when i plug audio cable and connect to audio set this sound play too. testing with: cradle no power, gp2x battery. cradle no power, gp2x ac powered. cradle ac...
  9. S

    Fasmarm

    hi, any developer use this asm ? little help needed.
  10. S

    Valhalla Port

    Hi, i uploaded my port Valhalla saga to my website. Valhalla is Episodic Full Speech Adventure game. You can download this port right here Spookys website Its first version. May be there is some bugs then save a lot and report bugs. Thanks
  11. S

    May I Upload Or Not ?

    hi, i make my own game called IMMORTAL. Coz i dont have graphics for this game yet, i little improved my own engine and ported game named Valhalla & Lord of Infinity to run on. My prob is that i use improved files from this game. This first episode of whole Valhalla saga is free for download...
  12. S

    Triple Triad Silver

    today i found this http://home.arcor.de/re3maniac/index.html anyone to port :)
  13. S

    GP2X Gp2x Button Mapping

    hi, can anyone tell me what are gp2x buttons mapped to keys ? especially VOLUP and VOLDOWN. thanks. CODE //GP2X Keys __A = _control; __B = _alt; __X = _x; __Y = _z; // maybe _y ? __SELECT = _space; __START = _enter; __R = _tab; __L = _backspace;
  14. S

    Pls , Whats Wrong In My Code?

    hi all, i rewriting my game spokoban to fenix but some bug in my LevelEdit code. whats wrong? btw: im totally new in fenix. pls be tolerant :) when i hit __START and save block number to Tiles[x][y], many others are filled too :( thanks for help i used 0.92a version of Fenix compiled on...
  15. S

    Help Me With Fenix Api

    coz i not found any usefull editor for fenix language on linux platform, i write it yourself. editor is not ready for publish yet. i need complete API for fenix. some docs i downloaded but its not complete. my english is poor and spanish ;P :( video of editor in action is here...
  16. S

    Rlyehs Minilib As Python Module

    hi, can anyone compile minilib as python module ? i trying use SWIG or CableSwig to generate wrapper for this but no luck :(
  17. S

    Cradle Question

    just got my cradle :) and question is ...... when i plug power adaptor into cradle my gp2x wont start :( i must have 2 power adaptors ? one for gp2x and second for cradle? when i power on gp2x and plug into cradle i can read from flash etc. without prob. i have 1.5V/2A to 12.0V/1A stabilized...
  18. S

    GP2X Compiling For Fenix Gp2x On Linux

    hi, first sorry for my english. i write some simple app in fenix for gp2x on linux machine. i used v0.84b . program compiled succesfully without any error. on linux app running but on gp2x not :( only logo appear and then fall back to menu. heh, trying to compile with v0.84. on linux all ok...
  19. S

    Spokoban Demo

    hi all, first of all sorry for my english. its not my native. i released demo from my quick game named Spokoban. Yes its another logical block game inspired Sokoban and Pixelus on PalmOS. Its my first game written in python and pygame for gp2x. You need python installed in root of SD card. I...
  20. S

    Cant Write Or Save Config Files

    hi , i have little prob. i have gp2x since october 2006 updated fw 2.1.1. today i tried super mario wars . after quit this game to menu i have default skin. in settings all in default state. i changed this to "like i wish" then save. After reboot all in default state :( default settings...
Back
Top