Jump to content

Interface

Members
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Modding Interests
    Coder
    Scripter

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Interface's Achievements

  1. I updated the version. It now no longer requires the .NET runtime be installed as it's compiled as self-contained. That also means less files and smaller filesize. This now also supports a sort of batch-mode from command line, if you want to decompile multiple files with one command.
  2. Thanks for posting this. I didn't consider not everyone may have the latest .NET runtime installed. I have a few improvements I'm working on, once that is ready to upload here I can make an "all in one" build which has the runtime pieces inside the executable so you don't need to install it. I received some feedback from people with older PCs who weren't keen on installing the runtime (although it's not an upgrade, it sits side-by-side with older ones so shouldn't break anything). We tested the all-in-one build on Discord and it worked for them.
  3. Version 2.0 beta2

    731 downloads

    DEvaheb can open IBI files and convert them back into text file scripts you can open and edit with BehavED. DEvaheb 2.0 is command line only. However, it can open a text editor of your choosing when it has decompiled (such as notepad, BehavED,VS Code, etc.). https://github.com/jorisdg/DEvaheb/blob/v2.0-beta.1/Usage.md Quick Start The DEvahebOpen.cmd file wraps the executable and opens notepad. You can use this cmd file instead of the .exe to open your IBI files. You can edit the .CMD file in notepad (right-click Edit in Windows explorer) and instead of opening "notepad" you can point it to the location of BehavED.exe on your system, etc. Find the source code, file issues and ask questions at https://github.com/jorisdg/DEvaheb/
×
×
  • Create New...