Fallout 4
0 of 0

File information

Last updated

Original upload

Created by

charlieoctopus5000

Uploaded by

charlieoctopus5000

Virus scan

Safe to use

Tags for this mod

10 comments

  1. yuser
    yuser
    • member
    • 20 kudos
    Is it possible to make this mod compatible with Better Console - F4SE? They both have the same file Interface/Console.swf.
    1. charlieoctopus5000
      charlieoctopus5000
      • member
      • 5 kudos
      Hi yuser,
      Thanks for the feedback, Yes, I've gotten it to work. To merge changes into the Console class in the F4SE version, open up the F4SE version of Console.swf in a decompiler (such as JPEX) and copy the Regex class into the source, just above the definition to Console. Then manually make the last changes in Console to add and initialize the regexHelp:RegexHelp instance, and make the yellow changes to AddHistory and onKeyUp. as described in this article.
    2. yuser
      yuser
      • member
      • 20 kudos
      Oh... Can you make a version of Console.swf with these changes, please? I think it can be considered as compatibility patch and will not violate any rules.
    3. charlieoctopus5000
      charlieoctopus5000
      • member
      • 5 kudos
      Sure thing, find a version of BetterConsoleF4SERegexHelpPatch.7z as a secondary download file here:
    4. yuser
      yuser
      • member
      • 20 kudos
      Thanks, it works! Endorsed.

      One more question: help <regex> 0 is too slow or just doesn't work at all? I coulnd't get any results from such commands. For example, what if I want to find some locations?
    5. charlieoctopus5000
      charlieoctopus5000
      • member
      • 5 kudos
      Sorry, help <regex> 0 is not implemented (too many items to load). You must use either 1, 3, or 4 with a known <form type>, for example"help <regex> 4 WEAP" or "help <regex> 4 AMMO". Cheers!
    6. yuser
      yuser
      • member
      • 20 kudos
      Is it possible to use regex search along with default? It seems that now new search replaces old (simple) one completely.
    7. charlieoctopus5000
      charlieoctopus5000
      • member
      • 5 kudos
      Hi yuser, yeah, I found an obvious bug in the F4SE version of Console.swf I posted yesterday. It looks like one of my exclamation points got accidentally dropped - it should be fixed now. Please download the most recent version of BetterConsoleF4SERegexHelpPatch.7z. Thanks for the help!
    8. yuser
      yuser
      • member
      • 20 kudos
      Now both kinds of search (default and regex) works as intended. Thank you very much!

      xkcd: Regular Expressions
    9. charlieoctopus5000
      charlieoctopus5000
      • member
      • 5 kudos
      Thank you!