*blockgasm*

Thread in 'Discussion' started by Muf, 10 Apr 2008.

  1. jujube

    jujube Unregistered

    good games Ghett0. you were stacking fine and making tetrises, but i guess with ARS the garbage was a little hard for you to clear. hope to play again sometime. maybe i'll try ARS, but no promises [​IMG]
     
  2. Altimor

    Altimor a.k.a. Ghett0


    We can have a proper game tomorrow, when I get a good keyboard layout to work with.
     
  3. Zaphod77

    Zaphod77 Resident Misinformer

    Well, once again my mod is obsolete, since the hebo devs have put in my functions. [​IMG]

    BTW, to the devs. You're welcome. [​IMG]
     
  4. For those who didn't see it in IRC, a video of how I somehow managed to send over 83 million lines to caffeine during some netplay games:


    www.tetrisconcept.com/Movie.wmv
     
  5. Rosti: Fantastic. :'>
     
  6. tepples

    tepples Lockjaw developer

    A back-to-back tetris or T-spin double in Tetris DS sends five lines of garbage. This number as a 32-bit integer is 0x00000005; if you reverse the order of bytes, you get 0x05000000 = 83,886,080. Are all parties using the same kind of computer (for example, not PowerPC vs. x86)? Or might changes to the protocol have changed the position of some bytes in the data stream?
     
  7. DeHackEd

    DeHackEd green Gm

    The server suffers from a case of assuming that a recv() call always returns a full size packet. Funky TCP happenings (easy with a bit of packet loss) can result in server crashes or screwing up data. Maybe this is what happened?


    As for CPU types, the game is distributed as an x86 windows EXE. Even if you ran it on wine + qemu for x86 support, it simulates the right byte order by necessity. So.... uhhh...
     
  8. tepples

    tepples Lockjaw developer

    Sorry, had it confused with the C++ SDL version.
     
  9. DeHackEd

    DeHackEd green Gm

    If you want to host your own server, here's my linux version.


    Source code, requires linux 2.6 or linux 2.4 with the epoll patch.


    Changes:

    • Linux code. Uses epoll for socket monitoring. Lots of windows code was commented out or deleted.
    • Receive buffering. Should prevent crashes next time network lag results in recv() acting up.

    To compile, just run "gcc heboserver.c -o heboserver". Needs no special libraries that don't come with a modern linux C compiler.


    The usual sprinkling of sarcastic commentary is found for those of you who choose to read the C file. You'll easily be able to spot which comments are mine.
     

  10. Cool. Lets hope this fix makes it into the base version.
     
  11. Amnesia

    Amnesia Piece of Cake

    Fast abstract of our fisrt visit Bou and me..


    We began with awfull setting of ARE, LC, LD and DAS..


    1 : Bou VS zaphod : no problem as my expectation..


    2 : Bou VS hektor : no problem as well, but I suspect hektor to be a noob in parameter setting..


    3 : Bou VS caffeine.. [​IMG] ..A disaster, but the second session has been more balanced once our setting began to be good, Bou killed caffeine one time after 1 attempts, and was close to destroy him a second time when the connection has been cut.. Result 10-1 or something like that..


    4 : Me VS caffeine..No comment, I stay quiet for the next battle because my setting were very slow..(ARE and LC = 1 hour)

    So I have not been able to win one match..


    By the way, if somebody knows the exact values to simulate :

    - Heboris C7 G4 Master 500 (max speed curve)

    - Heboris C7 G4 DOOM 200
     

  12. You might as well pull those values from the Wiki article on Ti, because they're basically identical.
     
  13. johnberhenry

    johnberhenry Unregistered


    Where'd hebo160a go?
     
  14. Hosiken removed it from his site due to an incident involving Heboris U.E. videos on Youtube and Nicovideo using copyrighted art and sounds from the TGM series. I'm not exactly sure about all the details, but the end result sure stinks.
     
  15. johnberhenry

    johnberhenry Unregistered

    Anyway, does anyone have a mirror?
     
  16. johnberhenry

    johnberhenry Unregistered

    THX!

    Anyway, what keys do you use?
     
  17. Amnesia

    Amnesia Piece of Cake

    Bou (DRD) VS matt_hatter (ARS)


    2-10

    ..

    3-20


    [​IMG] Don't worry my padawan..

    One day the DRS will make you stronger than everybody here.. [​IMG]
     
  18. johnberhenry

    johnberhenry Unregistered

  19. Amnesia

    Amnesia Piece of Cake

    Yeah.. [​IMG] You understand very well..

    Currently Bou doesn't master yet it..

    But by the time, he will become very powerfull and beat everybody..

    He is like sangohan who doesn't master yet his whole power..
     

Share This Page