• 0

    posted a message on Map Generation Script. (Source code+'10 version)
    I made a new version!
    http://azjherben.org/AMGS.zip



    It adds the lazer(string,int,int); function to the list. Also lets you choose an input script name and an output map name. I also added the A in AMGS. Also, alot more brick types work now. Including water and lava and ore.
    Posted in: Mods Discussion
  • 0

    posted a message on Map Generation Script. (Source code+'10 version)
    That what I ment from "I'm adding functions soon."
    So, yes, I'm almost done with them actually.

    Oh and there are no quotes, and it's stone, not rock.
    Posted in: Mods Discussion
  • 0

    posted a message on Map Generation Script. (Source code+'10 version)
    Here is zlib1.dll if you need it:
    http://azjherben.org/zlib1.dll


    (Windows already has it.)
    Posted in: Mods Discussion
  • 0

    posted a message on Map Generation Script. (Source code+'10 version)
    http://www.filefront.com/16401561/SMGS.zip
    Download ^^^

    Put the .dll files in the dll folder into your C:\windows directery, and the smgs.exe into system32. Then you can just type SMGS to open it from anywhere. Or you could just put the smgs.exe and the dlls into the same folder some where and click on it.

    New op coming soon.
    Posted in: Mods Discussion
  • 0

    posted a message on Last one who posts here wins
    146th post
    Posted in: Forum Games
  • 0

    posted a message on Moving sun
    Quote from evilgrim »
    But IF the light changed...
    THE GRASS!
    Think about it!
    It would be like a grass apocalypse!

    How about if grass didn't need light all the time.
    Posted in: Suggestions
  • 0

    posted a message on 5 Word Story
    so everyone worked at walmart
    Posted in: Forum Games
  • 0

    posted a message on Banned on the 255x255x128 Giant Flatgrass/Ocean server
    Ez just got banned from that, he said so in chat.
    I'm not even going to bother to go there.
    Posted in: Alpha - Minecraft Servers
  • 0

    posted a message on (Reborn with New Management!) Minecraft Translation Project
    I'd try german.
    Posted in: Discussion
  • 0

    posted a message on The rest of you guys having a problem with the IRC?
    The "widget" says page can not be displayed.
    Posted in: Discussion
  • 0

    posted a message on Last one who posts here wins
    I see you got your title changed back, Snowman.
    Posted in: Forum Games
  • 0

    posted a message on The rest of you guys having a problem with the IRC?
    Works fine now.
    :biggrin.gif:
    Posted in: Discussion
  • 0

    posted a message on MGS
    Yeah, I'll look in the saving class or whatever, not that I know any java.
    Also, If this works good, I might add it to the wiki.

    But then again I should actually finish it before planning a help page.

    ATM, I'm stuck on why this dosn't work:

        char magicnum[] = {0x27,0x1b,0xb7,0x88,0x02};   
        file.write(magicnum,sizeof(magicnum));
        
        char intro1[] = {0xAC,0xED,0x00,0x05,0x73,0x72,0x00,0x20,0x63,0x6F,0x6D,0x2E,0x6D,0x6F,0x6A,0x61,0x6E,0x67,0x2E,0x6D,0x69,0x6E,0x65,0x63,0x72,0x61,0x66,0x74,0x2E,0x6C,0x65,0x76,0x65,0x6C,0x2E,0x4C,0x65,0x76,0x65,0x6C,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02};   
        file.write(intro1,sizeof(intro1));  
       
        char intro2[] = {0x00,0x0F,0x4A,0x00,0x0A,0x63,0x72,0x65,0x61,0x74,0x65,0x54,0x69,0x6D,0x65,0x49,0x00,0x05,0x64,0x65,0x70,0x74,0x68,0x49,0x00,0x06,0x68,0x65,0x69,0x67,0x68,0x74,0x5A,0x00,0x0B,0x6E,0x65,0x74,0x77,0x6F,0x72,0x6B,0x4D,0x6F,0x64,0x65,0x46,0x00,0x08,0x72,0x6F,0x74,0x53,0x70};   
        file.write(intro2,sizeof(intro2));
        
        char intro3[] = {0x61,0x77,0x6E,0x49,0x00,0x09,0x74,0x69,0x63,0x6B,0x43,0x6F,0x75,0x6E,0x74,0x49,0x00,0x0B,0x75,0x6E,0x70,0x72,0x6F,0x63,0x65,0x73,0x73,0x65,0x64,0x49,0x00,0x05,0x77,0x69,0x64,0x74,0x68,0x49,0x00,0x06,0x78,0x53,0x70,0x61,0x77,0x6E,0x49,0x00,0x06,0x79,0x53,0x70,0x61,0x77};   
        file.write(intro3,sizeof(intro3));
        
        char intro4[] = {0x6E,0x49,0x00,0x06,0x7A,0x53,0x70,0x61,0x77,0x6E,0x5B,0x00,0x06,0x62,0x6C,0x6F,0x63,0x6B,0x73,0x74,0x00,0x02,0x5B,0x42,0x4C,0x00,0x07,0x63,0x72,0x65,0x61,0x74,0x6F,0x72,0x74,0x00,0x12,0x4C,0x6A,0x61,0x76,0x61,0x2F,0x6C,0x61,0x6E,0x67,0x2F,0x53,0x74,0x72,0x69,0x6E,0x67};   
        file.write(intro4,sizeof(intro4));
        
        char intro5[] = {0x3B,0x4C,0x00,0x08,0x65,0x6E,0x74,0x69,0x74,0x69,0x65,0x73,0x74,0x00,0x15,0x4C,0x6A,0x61,0x76,0x61,0x2F,0x75,0x74,0x69,0x6C,0x2F,0x41,0x72,0x72,0x61,0x79,0x4C,0x69,0x73,0x74,0x3B,0x4C,0x00,0x04,0x6E,0x61,0x6D,0x65,0x71,0x00,0x7E,0x00,0x02,0x78,0x70,0x00,0x00,0x01,0x22};
        file.write(intro5,sizeof(intro5));
        
        char intro6[] = {0x90,0x93,0x46,0xAC,0x00,0x00,0x00,0x40,0x00,0x00,0x01,0x00,0x00,0x42,0x84,0x00,0x00,0x00,0x16,0xA1,0xC1,0x00,0x00,0x00,0x68,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0xA9,0x00,0x00,0x00,0x14,0x00,0x00,0x00,0x72,0x75,0x72,0x00,0x02,0x5B,0x42,0xAC,0xF3,0x17,0xF8,0x06,0x08,0x54,0xE0,0x02,0x00,0x00,0x78,0x70,0x00,0x40,0x00,0x00};
        file.write(intro6,sizeof(intro6));
    
    
    for(int slice = 0; slice < 64; slice++){
            cout<<"Writing slice: "<<slice<<"\n";
    for(int poz = 0; poz < 65536; poz++)
    {
            file.write(air,sizeof(air));
            }}
    
    char closingdata[] = {0x74,0x00,0x02,0x2D,0x2D,0x73,0x72,0x00,0x13,0x6A,0x61,0x76,0x61,0x2E,0x75,0x74,0x69,0x6C,0x2E,0x41,0x72,0x72,0x61,0x79,0x4C,0x69,0x73,0x74,0x78,0x81,0xD2,0x1D,0x99,0xC7,0x61,0x9D,0x03,0x00,0x01,0x49,0x00,0x04,0x73,0x69,0x7A,0x65,0x78,0x70,0x00,0x00,0x00,0x00,0x77,0x04,0x00,0x00,0x00,0x0A,0x78,0x74,0x00,0x0C,0x41,0x20,0x4E,0x69,0x63,0x65,0x20,0x57,0x6F,0x72,0x6C,0x64};
    file.write(closingdata,sizeof(closingdata));
    Posted in: Mods Discussion
  • 0

    posted a message on Cheat detected: Too much lag
    Quote from Zuriki »
    Aparently you have slow connections... dial-up slow...

    Things that might help:
    Don't download
    Don't view other sites/pages
    Don't use IRC
    Don't use MSN/Yahoo!/AIM/ICQ

    This might be some kind of prevention against speedhacks, though I cannot confirm this. (It would seem likely, speedhacks = increased m/s Ping)

    I can confirm that:

    It's true I was using cheat engine for the first time, I couldn't figure out any of the "hacks" people do, like no-clip or flying, but I was able to speed hack of course, putting it over 5 resulted in this. I don't bother to use CE anymore though.
    Posted in: Legacy Support
  • 0

    posted a message on 5 Word Story
    And it was eaten by
    Posted in: Forum Games
  • To post a comment, please .