You are viewing a potentially older version of this package. View all versions.
Piepieonline-PlayerDialogAdditions-0.11.4 icon

PlayerDialogAdditions

Adds dialog options for the player to say to NPCs, as well as modifying some responses.

Date uploaded 6 months ago
Version 0.11.4
Download link Piepieonline-PlayerDialogAdditions-0.11.4.zip
Downloads 6702
Dependency string Piepieonline-PlayerDialogAdditions-0.11.4

This mod requires the following mods to function

BepInEx-BepInExPack_IL2CPP-6.0.667 icon
BepInEx-BepInExPack_IL2CPP

BepInEx pack for IL2CPP Unity games. Preconfigured and ready to use.

Preferred version: 6.0.667
Piepieonline-DDSLoader-1.0.4 icon
Piepieonline-DDSLoader

Library. Loader for (new and patch overrides) DDS Tree/Message/Block content and localised strings

Preferred version: 1.0.4
Venomaus-SODCommon-1.1.8 icon
Venomaus-SODCommon

A common library for SOD mods.

Preferred version: 1.1.8
Piepieonline-Asset_Bundle_Loader-2.0.3 icon
Piepieonline-Asset_Bundle_Loader

Library. Provides helpers to load new assets into Shadows of Doubt. Includes functions for creating ScriptableObjects from raw JSON files, as well as built Unity AssetBundles

Preferred version: 2.0.3

README

Piepieonline's DialogAdditions

Adds and modifies dialog lines that the player can say.

  • Added: A line to allows the player to ask some to call their partner when they answer the door
  • Added: Show a photo of someone at an eatery, to find out if they regularly meet up with anyone there
  • Changed: "Have you seen or heard anything"
    • If they know the person, and like them, they might lie. If they don't like them, they'll give more info.
  • Changed: "Do you know this person"
    • People won't always answer if you present a photo of themselves (Depends if they would have answered "What is your name?").
    • Murderers will no longer self-incriminate when asked about a person they have murdered

Manual Installation

  • Ensure you have BepInEx BE installed
  • Extract the mod to ".\BepInEx\plugins", so you should have ".\BepInEx\plugins\DialogAdditions\DialogAdditions.dll"

Source:

https://github.com/piepieonline/ShadowsOfDoubtMods/tree/master/DialogAdditions

CHANGELOG

0.13.0

  • Updated to AssetBundleLoader 2.0
  • Introduced "What is your passcode?"
    • It has a very low pass rate by default, though restraining someone changes that
    • It can be bribed, but is expensive
    • Can be turned off in configuration, but requires launching the game once to do so (and a restart when changed)

0.12.0

  • Modified "DoYouKnowThisPerson"
    • Added "Yes, that is the suspicious person I saw earlier!" if someone says they saw something suspcious earlier and a correct photo is presented (Can be turned off in config)
    • Removed "Murderers will no longer 'know' the person they murdered to prevent self-incrimination" as this was introduced into the base game

0.11.6

  • Removed changes that were incomplete and broke gameplay

0.11.5

  • Fixed for game version 1.0

0.11.4

  • "I'd like to ask you about some friends of mine"
    • Fixed an error when procedural murderers are turned off

0.11.3

  • "I'd like to ask you about some friends of mine"
    • Fixed when talking about groups 2 of, the description would be for the wrong person
    • Slightly less stilted dialog

0.11.2

  • Minor change to how murders avoid self-incrimination

0.11.1

  • Doco update

0.11.0

  • Added showing a photo of someone at an eatery, to find out if they regularly meet up with anyone there ("I'd like to ask you about some friends of mine")
  • Added more answers to "Have you seen or heard anything" (If they have, and they like the person, they won't answer. If they don't like them, they might give you a name)
  • Modified "DoYouKnowThisPerson"
    • People won't always answer if you present a photo of themselves (Depends if they would have answered "What is your name?").
    • Murderers will no longer 'know' the person they murdered to prevent self-incrimination

0.10.0

  • Added config for the request being rejected, added more dialog lines.

0.9.1

  • Fixed broken manifest and icon.

0.9.0

  • Initial release. Working "Ask for partner", but limited in scope