Frictional Games Forum (read-only)

Full Version: (V1.2) Tetris: The dark descent
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6
Had a blast playing this, very surprising what the engine is capable of. Horror tetris, classic. Big Grin
Version 1.2 released. This mod is now a full conversion with no jitter!
Notes:
  • Full Conversion option, with custom logo and own profile directory.
  • No more "Jitter" when moving peices (Full Conversion Only)
  • Level system changed (With option to change difficulty)
  • High-score is tracked inside the save-name
  • More responsive controls (With option to change block-movement speed)

---
Also, thanks for all the great comments - Happy you are enjoying this mod.
The full conversion doesn't work.

I followed the exact instructions and it says that it won't work.

I made a shortcut to "Amnesia.exe" and then I went into it's properties. Under "Target", and this is what I put under it exactly including quotes:

"C:\Program Files (x86)\Steam\SteamApps\common\amnesia the dark descent\Amnesia.exe""tetris_TDD\tetris_main_init.cfg"

That didn't work so I tried this, including quotes:

"C:\Program Files (x86)\Steam\SteamApps\common\amnesia the dark descent\tetris_TDD\tetris_main_init.cfg"

That also didn't work the way it supposed to work. When I double click on it, it sends me to the "tetris_main_init.cfg".
What error does it give? My path reads:
Code:
"C:\Program Files (x86)\Steam\steamapps\common\amnesia the dark descent\Amnesia.exe" <space> "tetris_TDD\tetris_main_init.cfg"
With the mod (the cfg file) in the following directory:
Code:
C:\Program Files (x86)\Steam\steamapps\common\amnesia the dark descent\tetris_TDD

Edit:
It seems your folders are set up correctly from the information provided. The solution may be that you need a space before the part you add to the target (otherwise the path won't be valid). Have you tried this?
You might try instead doing
Code:
"C:\Program Files (x86)\Steam\steamapps\common\amnesia the dark descent\Launcher.exe" <space> "tetris_TDD\tetris_main_init.cfg"

As steam does "funky stuff" and launches Launcher even when you initially try and launch Amnesia..exe.

The latest updates (as of april 1st) include changes to that Launcher will pass tetris_TDD/tetris_main_init.cfg over to amnesia.exe correctly.
It works beautifully. Big Grin
(05-28-2011, 04:31 PM)Kyle Wrote: [ -> ]It works beautifully. Big Grin
Glad you got it working Smile.

(05-28-2011, 04:22 PM)Urkle Wrote: [ -> ]You might try instead doing
Code:
"C:\Program Files (x86)\Steam\steamapps\common\amnesia the dark descent\Launcher.exe" <space> "tetris_TDD\tetris_main_init.cfg"

As steam does "funky stuff" and launches Launcher even when you initially try and launch Amnesia..exe.

The latest updates (as of april 1st) include changes to that Launcher will pass tetris_TDD/tetris_main_init.cfg over to amnesia.exe correctly.
Thanks, updated the instructions to tell the user to point to the launcher instead of the main executable.
Just played V1.2 and it was a great improvement, my only suggestion is that you could add a sound when a line is cleared.

Nice update, looking forward to more from you Smile
You know, Angel Scripting is like scripting a normal game... Big Grin
Talk about bloatware, to have to install all of ATDD just to play some Tetris.
Pages: 1 2 3 4 5 6