First Person Tetris

Thread in 'Discussion' started by mikehaggar, 16 Jan 2010.

  1. Muf

    Muf

    D:
     
  2. Mindscrew.
     
  3. SYN7HOR

    SYN7HOR Drama Queen

    Very annoying to play. I keep twisting my head. But definitely a cool idea.
     
  4. Folks,

    Just in case anyone was tring to get this beastie working offline, running the game locally on your hard drive won't play the MP3 tunes. Even after downloading the all of the HTML/CSS/JS/SWF/MP3s and recreating the proper directory structure on your hard drive, the game STILL won't play the MP3s when the game is ran locally.

    To solve this:

    1 - Download "Flasm" from http://flasm.sourceforge.net .

    2 - Decompress the "FirstPersonTetris.swf" file:

    FLASM -x FirstPersonTetris.swf

    3 - Load the decompressed "FirstPersonTetris.swf" into your hex-editor of choice.

    4 - Change:

    /Audio

    to:

    SPACEAudio

    i.e. " Audio" (minus the quotes)

    5 - Recompress the "FirstPersonTetris.swf" file:

    FLASM -z FirstPersonTetris.swf

    That's it, the game will now load in the MP3 music files (as long as the game's files use the original directory structure that's on his server):

    Directory of: "First-Person Tetris"
    firstpersontetris.htm

    Directory of: "First-Person Tetris\audio"
    track_1_fast.mp3
    track_1_slow.mp3
    track_2_fast.mp3
    track_2_slow.mp3
    track_3_fast.mp3
    track_3_slow.mp3

    Directory of: "First-Person Tetris\css"
    full_flash.css

    Directory of: "First-Person Tetris\js\swffit"
    swffit.js

    Directory of: "First-Person Tetris\js\swfmacmousewheel"
    swfmacmousewheel2.js

    Directory of: "First-Person Tetris\js\swfobject"
    swfobject.js

    Directory of: "First-Person Tetris\swf"
    FirstPersonTetris.swf
     
  5. m:)

    m:)

    wouldn't "First Person Tetris" be from the point of view of the tetrimino?
     
  6. Muf

    Muf

    LEVEL: 05
    LINES: 059
    SCORE: 017860
    TOP SCORE: 017860

    :sowsuser:
     
  7. Wow! I just discovered this, and came back here to report. Topic already covered, but in case you missed it, BUMP :)

    So COOL!!!
     

Share This Page