# FAQ

## <mark style="color:yellow;">Where do I get started?</mark>

Please see the [Getting Started](/getting-started-dark-future.md) page. :relaxed:

## <mark style="color:yellow;">What does this mod do?</mark>

Dark Future makes the game more challenging by adding the need to eat, drink, sleep, and relax. It also features a full-fledged addiction system, and provides other gameplay challenges, such as optionally disabling Fast Travel, the ability to freely summon vehicles, and the ability to craft anywhere.

## <mark style="color:yellow;">Do I need Phantom Liberty to use Dark Future?</mark>

Dark Future is compatible with Phantom Liberty, but does not require it.

## <mark style="color:yellow;">What version of Cyberpunk 2077 do I need in order to use Dark Future?</mark>

You will find the currently required version of Cyberpunk 2077 and all other required mods on the [Getting Started](/getting-started-dark-future.md) page.

## <mark style="color:yellow;">Is this mod compatible with (insert mod here)?</mark>

Dark Future should be widely compatible with most mods. For a list of mods with specific compatibility notes, please see the Compatibility section at the bottom of [Getting Started](/getting-started-dark-future.md#compatibility).

## <mark style="color:yellow;">How do I uninstall the mod?</mark>

From Mod Settings, toggle "Enable Dark Future" to Off. Then, save your game, and exit. Remove all mod files, either manually or using Vortex. You should then be able to load your previous save game.

## <mark style="color:yellow;">Why doesn't watching TV restore Nerve?</mark>

Watching TV is implemented in an inconsistent way throughout the game in each of V's apartments. It's possible to be sitting on the couch without the TV on in some apartments, and it's not easy to determine the TV's on or off state.

## <mark style="color:yellow;">Why doesn't using an arcade machine restore Nerve?</mark>

I would only want this benefit to extend if used in one of V's apartments, as arcade machines are located throughout the city. As a modder, it's difficult to determine if you are located within one of V's apartments. There are some mods that accomplish this by checking if the player is within a set of coordinates (using a mathematical technique called a point-in-polygon test). It was determined to be not worth the development effort to enable this specific feature, as this was the only feature that would have necessitated this information.

## <mark style="color:yellow;">Does this mod update the cost of items, vehicles, or other services?</mark>

For the most part, Dark Future steers clear of any updates to the game's economy. The only exception is updates to the cost and weight of all consumables in order to discourage hoarding resources.

## <mark style="color:yellow;">I don't like how much consumables weigh, or how much they restore. Can I change them?</mark>

As of Dark Future 1.1, you can modify the restoration, weight, and vendor price of nearly all consumables via Mod Settings.

## <mark style="color:yellow;">Does this mod update the availability, cost, or weight of ammo?</mark>

CDPR did not seem interested in balancing or distributing ammo as a scarce resource mechanic. Some player archetypes are flooded with ammo they never use, while others run through all of it almost every fight and need to continually craft more. The reasons for this are varied, and making ammo more interesting as a resource starts with the balance of combat itself (time-to-kill per enemy, etc). Rebalancing combat outside of survival mechanic penalties is outside of the scope of this mod. Given all of that, I thought it best to steer clear of restricting how much ammo the player can find.

Ammo availability is indirectly restricted by the Stash Crafting mechanic. You must at least be near an owned vehicle in order to craft at your trunk while out in the city.

As of Dark Future 1.1, you can now enable Ammo Weight as an optional feature, and tweak the weight and vendor price of ammo as you desire, for those that wish to have this feature in their game.

## <mark style="color:yellow;">Can I sleep anywhere other than inside my apartments?</mark>

As of Dark Future 1.1, you can now [sleep in vehicles](/sleeping-in-vehicles.md)! Doing so is less restful and more dangerous than sleeping in a bed in one of your hideouts, but it's better than nothing.

## <mark style="color:yellow;">Can accepting the whiff of Black Lace from Dum Dum kill me like other narcotics can?</mark>

This interaction has a hard-coded Nerve change that will always be beneficial. Dying in the middle of a cutscene would be a real bummer!

## <mark style="color:yellow;">Why do Addiction Withdrawal effects last so long, by default?</mark>

It's relatively trivial to skip time in Cyberpunk, so anything with a short real-time duration becomes a meaningless penalty. In order for Withdrawal to have any teeth at all, it needs to last quite a while so that your Basic Needs have an opportunity to need attention. This almost creates a mini-game out of skipping time and managing your meters until the Withdrawals expire.

## <mark style="color:yellow;">Who are you?</mark>

I'm Dark Fortune Teller. I love survival games and survival mods for other games, and I made this mod. I hope you enjoy it!

If you'd like to reach out, feel free to drop me a line at <mark style="color:yellow;"><darkfortuneteller@gmail.com></mark>.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.darkfuture2077.com/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
