3.50 star(s) 128 Votes

E-Dog

A pain in his girlfriend's ass
Donor
Apr 9, 2018
1,413
3,126
Well sort of. During the bush administration West Virginia was forced to raise its drinking age from 18 to 21 by the Feds or the Federal government was going to withhold all federal road money.
So yeah the minimum drinking age is technically set by the state but don't think of treating an adult like an adult until they are 21, unless its voting for President then even though you are too irresponsible to drink, or buy ammo, or in some places purchase cigarettes you can vote at 18.

Maybe the aunt has come to take Amanda away because she works for Patreon?
Still on chapter 4. Only commenting on the drinking age. Forgot about that. Ok, i concede, 21 to PURCHASE alcohol.
 
  • Like
Reactions: RustyV

Penfold Mole

Engaged Member
Respected User
May 22, 2017
3,187
7,923
hello all! Why am i unable to play Ch 9? i am supposed to just click on the start.bat right?
Depends if you are on a windows pc with google chrome as your default browser or not. And in windows one click may not run a file (depending on your settings). It may need a double click or a right click and "Open".
And if chrome isn't your default, then
* open chrome and type in the address bar
That's it.
__________

If you're on a Linux PC or a Mac, you won't be able to run start.bat. You'll have to open terminal, navigate into the "game" sub-directory (or open a terminal in your "game" sub-directory) and run a python web server there.
If you don't have Python installed (possibly on a Mac), then you'll need to install it first.
At first find out your python version:
python --version
In case it's 2.7.x, then run
python -m SimpleHTTPServer 29595
In case it's 3.x, then
python -m http.server 29595
Continue at *
 

RedFoot

Newbie
Aug 20, 2017
69
25
The online version for Chapter 4 no longer leads to anything but another download link.

The downloaded file doesn't detect that you completed chapter 3, and doesn't let you import that file in any way either.

As it is, the game is broken and can't be played past Chapter 3 without using the backup files provided in this thread. I hope someone fixes this...
 

bas

retired
Donor
Respected User
Former Staff
May 6, 2017
3,988
30,585
That's cracked games for you; less than perfect but better than nothing at all.

Best advice if you want a seamless experience is to play the free versions once they're released. I've played chapters 1-7 so far and have not had a single issue. Just downloaded chapter 8 the other day but haven't played yet.
 

RedFoot

Newbie
Aug 20, 2017
69
25
I'm honestly starting to doubt these saves even work. Anytime I start a new game(online) the name of the MC is Jordan, despite having changed it every time.
 

pagaru

Newbie
Jun 24, 2018
86
102
How to play the cracked version on linux (and probably MacOS):
(you're going to need python3, wich most distro have installed by default)


1) After downloading the cracked version, unpack it, and place the following code on new file called dfd.py in the same directory as the Start.bat file:
You don't have permission to view the spoiler content. Log in or register now.
2) open a terminal in the same folder and execute the file:
Code:
python dfd.py
or:
Code:
chmod +x dfd.py; ./dfd.py

It's nice of you to try to help us poor mac users. But always remember to help people in the cases like we are five years old. With a step by step. I have no idea what it means to place a code on new file called dfd.py. ^^
 

pagaru

Newbie
Jun 24, 2018
86
102
For any Mac users stuck here, you have to install python first. You can find that online or follow this link:
Then just open up the application and create a file by copying and pasting the code provided. Save the file as "dfd.py" From here, just move the file into the same folder as the Start.bat file. Once you've done that, just double-click the dfd.py file, and your python application should automatically run. At the top of the screen, you'll see a "Run" option. Click that and go to Run Module. It'll open the game up in your browser. Make sure to have a save file from Ch. 4 or 5.
When I type the code into IDLE in python i get a syntax error after http.server. Why is that?
 

Sycho

Conversation Conqueror
Respected User
May 9, 2018
7,252
8,696
I'm honestly starting to doubt these saves even work. Anytime I start a new game(online) the name of the MC is Jordan, despite having changed it every time.
They do work, you just have to import the save into the new game. The file should have been saved as "DFD_chapter_(version here)_backup.dat".

Ex: DFD_chapter_8_backup.dat, etc..

That's the file you'll want to browser for in whatever web browser you're using. I always move the saves into the folder of the game that I'm about to play. For instance, in this example, I'm playing chapter 9, so that's the folder I'd want to move the chapter 8 .DAT file to.
 

arkie84

New Member
Mar 3, 2018
2
0
Depends if you are on a windows pc with google chrome as your default browser or not. And in windows one click may not run a file (depending on your settings). It may need a double click or a right click and "Open".
And if chrome isn't your default, then
* open chrome and type in the address bar "localhost:29595"
That's it.
__________

If you're on a Linux PC or a Mac, you won't be able to run start.bat. You'll have to open terminal, navigate into the "game" sub-directory (or open a terminal in your "game" sub-directory) and run a python web server there.
If you don't have Python installed (possibly on a Mac), then you'll need to install it first.
At first find out your python version:
python --version
In case it's 2.7.x, then run
python -m SimpleHTTPServer 29595
In case it's 3.x, then
python -m http.server 29595
Continue at *
You are absolutely right!!
 
Apr 26, 2017
21
2
I played chapters1,2and 3 offline and then i downloaded ch4 (cracked)from main page
when i clicked on start. bat the game opens in my browser then loading and i clicked on continue the a blank page i don't know what to do is that a online version which i downloaded from the main page
 
3.50 star(s) 128 Votes