Jump to content
SubSpace Forum Network

Maverick

»VIP
  • Posts

    3556
  • Joined

  • Last visited

Everything posted by Maverick

  1. - Operating system? - Does the computer just shuts down immediatly or do you see the windows shutting down screen before it goes off? - Do you have an antivirus scanner? -MMaverick
  2. Oops.. forgot to login
  3. Telson, the idea is to make one site for all 17th PArallel league matters like we have now. Having a forum there is an idea so discussion can be helt there at that central place. Maybe in time we will discard this forum and go over to the forum at league.17thparallel.com. But... in time.. Nothing is certain yet. liquidize, Yes I have been posting admin messages to get it on the homepage, dunno why - it worked. I am going to try to put a story on it, maybe that works better. Thanks for the tip EDIT: Yes that worked much better! Got it all changed now - thanks for the tip -MMaverick
  4. Maverick

    RRL6 News

    I agree with Delic. I put the rules on league.17thparallel.com under Downloads and updated the news. -MMaverick
  5. You got it -MMaverick
  6. Hiya everybody! Royal Rumble League is coming! We now have all the current sign ups and rosters put online on league.17thparallel.com. There you can also find any downloads related to the league. In time that site will expand with maybe a forum and league schedules, etc. So I suggest you sign up for it Don't forget to send an email to thrawn@17thparallel.com to sign up for RRL! -MMaverick
  7. lol Premier Suppose all other staff members quit - what then?
  8. Thanks Swift :swift: -MMaverick
  9. 17th Parallel Staff forum - first topic -MMaverick
  10. While I was trying to upload a 65,1 KB (66.681 bytes) .zip file because the old one wasn't downloadable anymore for some reason <_<
  11. Thanks alot 50% Packetloss :swift::swift::swift::swift::swift::swift::swift::swift::swi ft::swift::swift::swift::swift::swift::swift: -MMaverick
  12. hmmm.. Can I write a whole struct with the same .write(..) statement? That { on the first line is my style of programming, I don't like to waste space so I always put { right after the statement -MMaverick
  13. Hmmm. 50% Packetloss told me of this link: http://www.forumhq.net/forums/index.php?showtopic=548 Though it only has a piece of code on how to read a .lvl file, not to write them. He also informed me of the map.h file of Mervbot, it has the following functions: Uint32 getLinear(Uint32 x, Uint32 y); // Convert rectangular coords to linear coords struct tileData { Uint16 x, y; // Coordinates BYTE type; // Type }; Sint32 getNumeric(Sint32 y); char getAlpha(Sint32 x); String getCoords(Sint32 x, Sint32 y); tileData makeTileData(Uint32 raw); // File data is in blocks of 32 bits Uint32 makeTileData(Uint16 x, Uint16 y, BYTE type); // Produce just such a block void convertFileToMatrix(char *fileData, char *mapData, Uint32 len); // Convert from disk to memory format Uint32 getMapSize(char *mapData); // Retrieve the length of the map on disk void convertMatrixToFile(char *mapData, char *_fileData); // Convert the map to disk format I don't know how to do the job with these functions. Any help is appreciated -MMaverick
  14. -*BAD WORD*-o everybody, I got a problem. I am trying to make a bot which is able to write a .lvl file. I have found the .lvl file format here. ( <-- Click on 'here') This is what I got so far and I thought would work  if (c->check("makefile")) {   int tile = 5;   int x = 5;   int y = 5;   fstream myFile ("test.lvl", ios::in | ios::out | ios::binary);   myFile.write ((char *)&tile, 8);   myFile.write ((char *)&y, 12);   myFile.write ((char *)&x, 12);   myFile.close();  } but SSME doesn't accept it. http://home.hccnet.nl/ton.werdler/ssme%20error.png Can someone help me with this? Thanks -MMaverick
  15. Maverick

    Excuse me

    Congrats Kyla. You deserved it -MMaverick
  16. Ok. There was a problem with the application form. It has been fixed now, but it might be that alot of applications were deleted because an email address didn't exist. So if you want to be staff and you have already applied lately, please apply again. -MMaverick
  17. Maverick

    Meeting?

    What do you mean with a meeting? IRL ? -MMaverick
  18. Maverick

    RRL

    RRL Rules -MMaverick
  19. Phantomdragon, the form you submit is sent to different people in (upper) staff. I already heard the form fails to sent to one of the email addresses because it doesn't exist anymore. The head website already fixed this problem but I will ask him to check it again. Anyways, I think your form has been submitted successfully, only not to the one email address which doesn't exist . -MMaverick
  20. Then give some constructive critisism why they are so freaking bad . -MMaverick
  21. Too bad you are leaving dkr. The time before you got busy and all it was good fun with you. You hosted alot, you did good things, you had some nice sarcasm. Fun fun. Too bad you have to go now. Cya dkr - take care. -MMaverick
  22. Then I fail to see why you are still here <_< I like these setts, they haven't changed much with the original ones but these setts bring interesting changes. These setts should be tested on a long run to really see if the changes are succesfull. -MMaverick
  23. Maverick

    It's True

    !staff is a realtime view of the current moderate.txt, smod.txt and sysop.txt from the server. Where should you be then Maurauder? EDIT: Nvm, already got it -MMaverick
  24. Maverick

    Info

    lol sure Delic w/e -MMaverick
  25. You showed us why delic
×
×
  • Create New...