About This File
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/
THIS FILE IS NOT MADE, DISTRIBUTED, OR SUPPORTED BY ACTIVISION PUBLISHING, INC., RAVEN SOFTWARE, OR LUCASARTS ENTERTAINMENT COMPANY, LLC. ELEMENTS™ & © LUCASFILM LTD.™ & DISNEY, INC.™ AND/OR ITS LICENSORS. STAR WARS®, JEDI®, & JEDI KNIGHT® ARE REGISTERED TRADEMARKS OF LUCASFILM LTD™ AND WALT DISNEY, INC.™ STAR WARS®, JEDI®, & JEDI KNIGHT® ARE REGISTERED TRADEMARKS OF LUCASFILM LTD™ & DISNEY, INC.™
What's New in Version 2.0 beta2
Released
* This version is "self contained" meaning it does not require pre-installing .NET 6 runtime. It also makes for a smaller file, and less files.
* This version also allows specifying multiple files to decompile, for batch processing.
This is a Windows-only build, but I can easily produce a Linux or MacOS build if there's such a need, feel free to contact me.