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 developed, distributed, or endorsed by Activision Publishing, Inc., Raven Software, Lucasfilm Ltd., Disney, Inc., or any of their affiliated entities. All trademarks, copyrights, and intellectual property rights belong to their respective owners. Star Wars®, Jedi®, and Jedi Knight® are registered trademarks of Lucasfilm Ltd.™ and Disney, Inc.™. This file is intended for educational, non-commercial, or fan-based use under the principles of fair use. No copyright infringement is intended. Any claims of ownership or DMCA takedown requests can be submitted here.
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.