Jump to content
SSForum.net is back!

Mr Ekted

Member
  • Posts

    356
  • Joined

  • Last visited

Everything posted by Mr Ekted

  1. 2 tiles = 32 pixels, radius of 16 makes the ship 16 + 1 + 16 = 33 pixels
  2. Security is not limited to network code. Every piece of code has security features. If you had access to the ship movement code, you could adjust your speed, then send it SECURELY through the network module. You are still cheating.
  3. You can also fire a super bomb using square square triangle circle square.
  4. Name one common desktop app that was written in Java. Name one common desktop app that was NOT written in C/C++. Ask yourself why.
  5. My skin code expects carriage returns in the file at the end of each line. This is standard for windows. If your editor does not use them (plain linefeeds, ala Unix) they should not load. I can't explain why it works for you and not them, UNLESS you sent them the file using FTP and transferred them as ASCII instead of BINARY. If so, two wrongs made a right!
  6. LVL loading code is about 15 lines. Don't you think it would be in the interest of someone trying to write a utility for LVL to take the time to understand the format and figure out 15 lines of code for yourself?
  7. Why the -*BAD WORD*- should you need to have .NET to run a -*BAD WORD*-ing map utility? Sigh...
  8. Wow ExT, I am impressed!
  9. Bots are clients (just like vie or continuum). They login to the zone, see player movement/weapons and text, just like a client. Bots control graphics using sysop commands (eg *objon and *objoff). Chat already go across zones. Each billing server links all zones together that use it. All chats and remotes go through the billing server. Other billing server functions include player alias/password/banner, ban control, ?message, ?find, etc.
  10. I'm 39.
  11. Someone once posted a nice message about a problem with a certain motherboard/AMD combination causing all sorts of clock/FPS/lag issues, which was fixed with a certain BIOS upgrade. Does anyone have this info?
  12. Is this just a new video card? Or is it a whole new machine?
  13. I nudged your mom.
  14. CLE will never be started.
  15. How about a handful of clued personel making bots for the masses? Most of the requests are probably 5 minutes work for someone with MERV experience.
  16. :taz: :taz: :taz: :taz: :taz: :taz: :taz: :taz: :taz: :taz: :taz: :taz: :taz: :taz: :taz: :taz: :taz: :taz: :taz: :taz: :taz: :taz: :taz: :taz: :taz:
  17. 90% of the questions asked here are by people who can't possibly know how to program. They are trying to modify C++ code without knowing C or C++. Anyone with even a couple classes under their belts should not be asking the questions I see.
  18. Why make this app? How does it help someone make an LVZ more than typing THE SAME INFO into a text file. In fact, using notepad is easier than this! IMO, it has to be a visual drag/drop app to be of any more use than notepad.
  19. You really need to consult the help for that error in your particular compiler's help system. However, my guess is that the error is because you are using the name "rand" as a variable. You can't have a variable AND a function called the same things.
  20. You need to include stdlib.h It would really benefit people who "make" bots to put out a little effort to understand the language you are attempting to use.
  21. Jesus Christ! Does anyone who uses MERV actually know how to program? So far all I see is people who keep tweaking code until it compiles. Does anyone know what they are doing? So -*BAD WORD*-ing sad...and annoying.
  22. Browse other threads and you will find your answer. This topic is too old to go over again.
  23. Ship radius of 16 can't fit through 2 tile gap.
  24. Rand() is not a function in the standard run-time library. I think you want rand()
  25. PREE-it KAZAA-seh-LOO I think.
×
×
  • Create New...