Recent content by Nmn

  1. N

    Setting Up A Development Environment With Andlinux

    lol... New to linux, probably. My brother has the same problem. If your having excessive trouble, then log into a user and add this to ~./bash_profile (On kde enviroments, type kwrite ~./bash_profile into the konsole. On gnome environments, write gedit ~./bash_profile into the gnome terminal...
  2. N

    Sdl Double Buffer Without Sdl_flip()

    I think they wait until the frame has took the proper amount of time if it hasn't took long enough. Least, thats what i do.
  3. N

    Usb Peripherals

    Get a USB adapter for your GP2X. Most require assembly, but still. In order to use USB devices, you need a program to interface with it. For USB Harddrives, this program is mount. However, you need a kernel build with all of the filesystems you need and drivers you need installed. Besides that...
  4. N

    GP2X Compiling For The Gp2x On Linux?

    Alternatively you may avoid sdl-config. Using -L(path to open2x/libs dir) and -lSDL isn't the best way, but it does the job. For my stratagus build, -static was the only way to get it working. Otherwise, my build would get link errors at runtime (But before i used LD_LIBRARY_PATH... Heh.) If...
  5. N

    Reading Text File Weirdness

    That makes sense, it looks like the same problem my Quake MAP utility was having when looking for object tags... Its just that my utility ONLY ran in windows and had this problem. This problem exists in the GP2x and NOT windows... thats weird, still.
  6. N

    Reading Text File Weirdness

    Maybe this is a stupid question, but when you load the file, is it the correct filename? I believe its case sensitive...
  7. N

    Port: Statagus

    Bumping this thread. I'm porting it right now.
  8. N

    Stratagus

    Not sure. If so, i'm in luck. If anyones willing to help... I get an error in error handling message on stderr when it crashes. I'm checking it out but i haven't found why it would do this.
  9. N

    Stratagus

    I also played it when it was freecraft. But even now i still need a recursive gunzip command to make the data files work. BTW, its running now, but it says "error in error handling" on stderr and doesn't load. And also, i need to learn how to use the HW scaler in the HW sdl :)... But all of...
  10. N

    Stratagus

    Thanks! Right now its hanging, i'll be debugging it and using the game World Domination as a test. but i will test it with War Gus before i'm done, don't worry. Edit: Its actually the game thats freezing it i believe... It won't run in linux either, due to an error in the scripts. Testing it...
  11. N

    Stratagus

    You know, i was reading that page earlier... and quit, thinking it was useless. Now i feel stupid. It compiled. I will be finishing up the port with some resolution changes and such. again, thanks.
  12. N

    Stratagus

    Thanks Laurent! I have cd'd to my 2x lib directory, did the test and surely enough, i don't get any type names. In case you meant something else, heres the output. liblua.a:lapi.o:00000000000002ac T lua_settop liblua.a:lauxlib.o: U lua_settop liblua.a:lbaselib.o: U lua_settop...
  13. N

    Total Annihiltion

    OK guys, i hit my first pothole in porting Stratagus, unfortunately at the end of my compile, but I'm sure someone here can help me. Its a linker error, I've posted it in the Dev help forum.
  14. N

    Stratagus

    OK, so I'm porting Stratagus now to the gp2x. This is a 2D RTS Engine that uses lua. In addition, a data converter (among many other things, it has its own AI scripts and such that are included) called Wargus will allow you to play Stratagus with War Craft II dos data (Although it doesn't play...
  15. N

    Total Annihiltion

    Are u saying that people would want stratagus ported over? I'm up for it. My other program won't compile (And its pissing me off, to add)
Back
Top