Search results

  1. J

    Gmenu2X; Games That Return To The Main Menu

    well it only takes 2 minutes with a hex editor to do this (on games / ports / emulators that don't use scripts) and i only advised this on doing it for personal matters so if people want some software that launches /usr/gp2x/gp2xmenu from within the software they can't stop them to prevent this...
  2. J

    I Need Info For Compile With Sdk And Others Info

    you obviously didn't understand my words when i said that you have to "first learn to keep your balance then learn to walk and then learn to run" start small, and create little game's, start with obvious simple games like pong then tetris by the time you created those you can do some other...
  3. J

    Gmenu2X; Games That Return To The Main Menu

    if the programmer wrote the strings as a constant (to launch the menu) which most people probably did, isn't it fairly easy to replace the 2 commands cd /usr/gp2x and gp2xmenu with something else (like ls ./ or cd ./ ) and pad with 00's ? i did this before on the caanoo's internal flashplayer's...
  4. J

    Canoo Html Based Ui (Only Idea!)

    that's a good question :) seems like your motivated enough, i learned (when it comes to errors) mostly by erroring and trialing, with that i mean i got errors and looked them up in google. The best thing to do so is to search for the error without line numbeers and your source filename, so basic...
  5. J

    Exp For Gp2X And Wiz. We Have Achievements!

    is there any more news on this ? I'm interested in this trophy system as well and would like to use it in one of the games i'm going to make for the caanoo. Did you release a final yet what about the sources and license did you found one that served your needs ? Is the lib (like it is now for...
  6. J

    GP2X Unnamed Gp2X Race Game Might Get It's Name On The Caanoo ...

    I wonder how far i can take it as well, i'm pretty sure everything i suggested in previous posts is doable, but i'll have to do experiments and test things out... The html protocol doesn't seem to hard for just doing a GET or POST command, but it's probably the error handling that might get...
  7. J

    Canoo Html Based Ui (Only Idea!)

    it's already multitasking while you are running the menu, what you think of the defintion of multi tasking (switching between gui apps is only part of it). The caanoo runs on a linux a kernel and more then one process is running at a time, even when the default menu gmneu2x is running other...
  8. J

    GP2X Unnamed Gp2X Race Game Might Get It's Name On The Caanoo ...

    Okay, to get things going i had to make sure the original gp2x build still worked and had to make it work on the caanoo before i could even begin to modify anything... The build was in a messed up state from experiments i tried with the AI / CPU Players but i just managed to get everything going...
  9. J

    I Need Info For Compile With Sdk And Others Info

    ok first things first, stop sending me PM's it's starting to irritate me, this thread is fine enough and i'll answer when i feel like doing so or when i see a new post, no need to send a duplicate to me by pm's.. When something compiles / links, it doesn't mean that it will run, you had made...
  10. J

    GP2X Unnamed Gp2X Race Game Might Get It's Name On The Caanoo ...

    and i could also use zip files (/zlib) to compress everything before uploading the files to my webserver :) i was thinking on using only png though, i also think i'll create another graphic which gets shown at the beginning of a race with for example the level name and author as a graphic so...
  11. J

    I Need Info For Compile With Sdk And Others Info

    it's a library include file... do some research.. a library is basically a collection of fucntions, if you want to use them you have to include header files and link against the library (that's what the -l???? flags are about), you specify the location of those libs with -L????? it's normal the...
  12. J

    Gmenu2X

    yeah sorry i forgot to mention that, i noticed it recently also that the file system is mounted, i always presumed it was mounted writeable, and i have never had to copy anything over until recently, a remount didn't help with me either, i couldn't get write access to it no matter what i tried...
  13. J

    GP2X Unnamed Gp2X Race Game Might Get It's Name On The Caanoo ...

    i understand that, but my main problem why i never finished it were the CPU PLAYERS, i could barely implement one cpu player using a simple system which is shown on the video (the tentacles) let alone 3-4 diffrent behaving cpu players that interacted, so a career mode and computer players seems...
  14. J

    GP2X Unnamed Gp2X Race Game Might Get It's Name On The Caanoo ...

    yes i want to make it like that game more or less, it was a kind of rally game but i can't remember its name atm (world rally championship or something), although i'm not going to create skidding effects from braking etc, that i don't know how to do, just a simple car game where you drive around...
  15. J

    GP2X Unnamed Gp2X Race Game Might Get It's Name On The Caanoo ...

    Hey guys, I decided to pick it up again, seems enough interest for it :) I do still have user made levels from the alpha versions, but i won't be using those anymore.. You see i'm thinking of adding a camera *effect* that follows the car around the track so that means larger tracks are...
  16. J

    GP2X Unnamed Gp2X Race Game Might Get It's Name On The Caanoo ...

    Hey guys, i don't know if you remember this from the gp2x days ... (check video below).. http://www.youtube.com/watch?v=-CMPWrYSwPQ blue car = cpu (will be removed) Dark green car = me playing Light green car = ghost car of my best time ;) One of the reasons i never released it was that i...
  17. J

    Gmenu2X

    no bug and this is probably intended, the emulator either wasn't programmed to get command line arguments or your giving the wrong ones, read readme's and if it's not developped that way you'd just have to use the emulator frontend
  18. J

    I Need Info For Compile With Sdk And Others Info

    nope not ok, unless you are going to crosscompile for arm, the cygwin with gcc / g++ package is for x86 (architecture), caanoo and wiz uses arm architecture so no that isn't going to work unless you can download an (un)official caanoo / wiz sdk that someone already crosscompiled (for arm usage)...
  19. J

    Where I Can Download These Caanoo Source Files ?

    download the binary releases if there are no seperate source releases, and first check if the source isn't included there. if not and it's a gpl license it should have been included even for beta's... if not contact the dev's or look up their homepages and see if they put it availible there, the...
  20. J

    Sms_Sdl For Caanoo (By Joyrider) With Picklelauncher (By Pickle)

    i have no need for that, i know about the emulator alekmaul did, but i'm not going to port things from dingoo native os which is not running on linux, sms_sdl which i did for dingux is good enough and dingux is linux... Besides i restarted from scratch and reimplemented the menu's (just like the...
Back
Top