0 of 0

File information

Last updated

Original upload

Created by

DONOKO

Uploaded by

DONOKOX

Virus scan

Safe to use

8 comments

  1. Quiibbz
    Quiibbz
    • premium
    • 0 kudos
    Bug that sometimes freezes text options is still there, regardless of the latest version. Makes for an annoyance on an otherwise very useful mod unfortunately.
  2. TheDarkLord7898
    TheDarkLord7898
    • member
    • 0 kudos
    It just keeps freezing.
  3. TunaSandwich01
    TunaSandwich01
    • member
    • 0 kudos
    how do I make game vanilla again?
  4. gingsz
    gingsz
    • member
    • 0 kudos
    It's working, but super slow, after pressing the key it's about 15 seconds to do something.
  5. Doombox101
    Doombox101
    • member
    • 0 kudos
    does this only work on the steam version?
    1. DONOKOX
      DONOKOX
      • member
      • 0 kudos
      yes,it only works on steam version
  6. shadeinhades
    shadeinhades
    • member
    • 0 kudos
    I appreciate the idea of this mod, but it didn't work, the game window just shows a black screen.
    I was able to write an Autohotkey script that auto-plays, press your controller's <BACK> button to toggle auto-play on/off, it feels very intuitive:

    isActive := false

    Joy7::
    {
    SoundBeep,3500,500 
    isActive := !isActive
    if (isActive) {
      Send "{Enter down}"
    } else {
      Send "{Enter up}"
    }
    }

    if you want to use a different controller button, look in the Autohotkey help file's 'Joystick' section, it points to a test script that shows all your controller codes
    1. DONOKOX
      DONOKOX
      • member
      • 0 kudos
      idk,it works on my PC
      did you use the mod correctly?