Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Displaced

Members
  • Posts

    1019
  • Joined

  • Last visited

    Never

Everything posted by Displaced

  1. Why are your writing a console "gui"? It would be better if you do a socket base protocoll for remote controlling. So you could do a simple WebGUI or a Remote Admin GUI programm, which would be much more comfortable.
  2. 5 is the same as 2.. I have some trouble with finding the right words.
  3. There are 3 ways to do it. 1) read files with php (which i totaly wouldn't recommend) 2) write a connected server for php withing eclipse 3) generate html files for every character so that they just have to be read by the server You can choose ^^
  4. It IS possible. But I don't think someone will do it for you for free.
  5. I thought we speak about eclipse.. because you posted in a eclipse development forum… What you need is "Call MsgBox("Some Message")"
  6. Call AlertMsg(Index, "Some Msg")
  7. Doesn't stephan said something about a self coded library? I think it will be using OpenGL, maybe DX for windows, but that means more work to do. But it would run better on windows with DX..
  8. ebay… any other way to get it , is your problem... i'm sorry.
  9. granted, but there is a motor of a prius in there. i wish that people can read.
  10. The first pixel, left top corner, defines what transparent is.
  11. its offline because the server is offline.. and btw, you use an outdated engine. get EO 2.0…
  12. This: http://tut.php-quake.net/en/ helped me alot.
  13. > I hate linux….... People always hate things they don't know and which they can't use. And yeah, don't even try to run eclipse with wine … it will be slower than a windows vps. As robin said, get one, or find another hoster, or wait for the c engine, or write your own.
  14. Those "bugs" are features ;) Just fix them by yourself if you see EOv2 as base. If you see this as a base, everything in there is a feature and not a bug =P But yeah, that makes sense too, my version is also based of EOv2.
  15. so the c thing is definitely? well this is time comsuming though … i don't know how much time the dev has got or want to put in it. Anyway i have my own version, i was just asking to get some information.
  16. Rose, why don't you continue EO? Its just a name, you already continue with developing but under another name, why not EO? Is Robin prohibiting it?
  17. no it doesn't "render" the map, it just load it into the maprec the maprec can be found in modTypes. Thats how the map looks like in the memory.
  18. actually, in a 2D Grid. and every 2D grid is deployed with a tileset and a number for that tileset. If i remember correctly, it starts with 0… from left to right and from top down. so 0, 1, 2, 3, 4, 5, 6, 7 8, 9.... What more informations do you need? you'll find anything in the modTypes and for rendering in modDX7 or something.
  19. Displaced

    Map editor

    Eclipse is not made for one big map. You'll fail if you're trying do to that. First of all, let us calculate a bit.. 10,000 x 10,000 = 100,000,000 One Tile needs a space of 80 bytes of memory (74 in a file). That means 8,000,000,000 bytes. Which is about 7,5 GB of memory for that map. So….. there is something wrong i guess.
  20. ``` Offline'; else{ echo '**Online**'; fclose($sock); } ?> ```just put that in your website and make sure your website is "php" enabled (blah.php) if you're using it in a html website which doesn't check for php, everyone can see that code.
  21. Test it or look in the sources. Everything you need, you'll find in the modCombat.bas. Just search for them ;)
  22. Export this to a file, generate a new struct, give the player the id of the struct use Language(LangNumber).Text(TextNumber) best way…
  23. If you don't encrypt your packets it is easy to avoid getting banned because of your hardware. As Robin said, it's better to remove the bug/glitch/exploit or whatever. Right now every ppl with an average knowledge of programming can kill a running server in no time.
×
×
  • Create New...