0 of 0

File information

Last updated

Original upload

Created by

Jonathan Feenstra

Uploaded by

JonathanFeenstra

Virus scan

Safe to use

Mod articles

  • How to modify dialoguemenu.swf to allow for instantly skipping dialogue

    Download and install JPEXS Free Flash Decompiler (FFDec) and use it to open dialoguemenu.swf. 
    In the tag list, navigate to scripts/__Packages/<default package>/DialogueMenu. 
    Click the Edit ActionScript button at the bottom of the screen.

    Recommended method (removing all unnecessary code)
    Remove the following code:
    static var ALLOW_PROGRESS_DELAY = 750;

    In function DialogueMenu:
    this.bAllowProgress = false;

    In function InitExtensions:
    gfx.io.GameDelegate.addCallBack("NotifyVoiceReady",this,"OnVoiceReady");

    Remove the whole functions: OnVoiceReady, StartProgressTimer, and SetAllowProgress.

    In the first if-statement of function onItemSelect, change
    if(this.bAllow...