0 of 0

File information

Last updated

Original upload

Created by

raindish

Uploaded by

dnrvs

Virus scan

Safe to use

67 comments

  1. CAuMOHcs
    CAuMOHcs
    • member
    • 0 kudos
    Just checked: no, it doesn't crash the game.
  2. muscarine
    muscarine
    • premium
    • 288 kudos
    Crashes the game on the latest update
  3. justprevail
    justprevail
    • premium
    • 1 kudos
    must have
  4. MrMedicinal
    MrMedicinal
    • member
    • 10 kudos
    What a chad.
  5. dnrvs
    dnrvs
    • premium
    • 28 kudos
    Updated
    1. ComedownMach1ne
      ComedownMach1ne
      • member
      • 0 kudos
      Thanks!
    2. Weedpop5
      Weedpop5
      • member
      • 0 kudos
      Much love man! Your mod saved me from getting insta-killed so many times
  6. igromanru
    igromanru
    • premium
    • 41 kudos
    Fix for the Grim Protocols update from 03.12.2014
    1. Navigate into (game root directory)/mods/ChatBlock/scripts/mods/ChatBlock/ directory.
    Example for Steam: C:\Program Files (x86)\Steam\steamapps\common\Warhammer 40,000 DARKTIDE\mods\ChatBlock\scripts\mods\ChatBlock
    2. Open ChatBlock.lua with any text editor like Notepad.
    3. At line 68, replace Managers.state.cinematic:active() with Managers.state.cinematic:cinematic_active().
    Like this:
    if Managers.state.cinematic:cinematic_active() then
    return false
    end

    4. Save the file.
    1. AtomicStryker
      AtomicStryker
      • member
      • 0 kudos
      cheers!
    2. abadwin
      abadwin
      • member
      • 0 kudos
      Legend! Thank you!
  7. blakrajder
    blakrajder
    • member
    • 10 kudos
    Temporary fix for the 3.12.2024 update:

    Edit ChatBlock.lua file (Warhammer 40,000 DARKTIDE\mods\ChatBlock\scripts\mods\ChatBlock\ChatBlock.lua) with a text editor.
    Comment out the lines 68-70.

    So, instead of
        if Managers.state.cinematic:active() then
            return false
        end

    You will have:
    --    if Managers.state.cinematic:active() then
    --        return false
    --    end


    It's a dirty fix and I don't give any guarantees.
    But for me, with it, the game doesn't crash and the mod works, allowing my characters to block when I type messages in chat.
    1. Nickesponja
      Nickesponja
      • premium
      • 133 kudos
      It also works if you switch "active" for "active_camera", which may also give the intended result of not making you block during cinematics
  8. Seven7dayz
    Seven7dayz
    • member
    • 0 kudos
    We need an update, thank you!
  9. pottman
    pottman
    • premium
    • 5 kudos
    This mod causes crash after this update.
  10. ReckerPL
    ReckerPL
    • supporter
    • 1 kudos
    Po aktualizacji z 03.12.2024r.' mod nie działa. Gra podczas ładowania wywala do pulpitu
    1. FilthyTaffer
      FilthyTaffer
      • member
      • 0 kudos
      have you found a fix yet ?