LoadLineCalibration / Convedit_Plus

Deus Ex conversations editor remake
GNU General Public License v3.0
6 stars 2 forks source link
conedit convedit conversations-editor delphi deus-ex deusex pascal windows

ConEditPlus

An attempt to recreate Deus Ex conversation editor (ConEdit/ConvEdit) in Delphi Language (Pascal).

ToDo list:

Known bugs I have not fixed yet:


Built with Delphi 11.3

Compatible with [Windows XP .. Windows 11]

Screenshot The program is working under Windows XP, but there is some problem rendering TProgressBar. Everything else seems to be working fine. The program crashes under Windows 2000, so this OS has been removed from compatibilty list. ![изображение](https://github.com/LoadLineCalibration/Convedit_Plus/assets/44388228/9129ad5c-194b-4a7d-a4aa-0ae519d45a3e)

Enhancements over OG ConEdit:

How to get the "play audio" function to work:

Open the program options and point to the path where your audio files are. For example, I'm working with the GameConversations package located in C:\Games\DeusEx_RTX\

So the correct path will look like C:\Games\DeusEx_RTX\GameConversations\Audio. изображение

Screenshot of main window with loaded conversations file: ![image](https://github.com/user-attachments/assets/3e4d5187-c0cb-41d0-841e-8cdf6123bd64)
Search: ![изображение](https://github.com/LoadLineCalibration/Convedit_Plus/assets/44388228/2591cb79-8e34-46fe-9bba-259d3579c246)
Label verification: ![изображение](https://github.com/LoadLineCalibration/Convedit_Plus/assets/44388228/2795e541-f871-4ae4-8eae-e8aef114f496)
Enhanced 'Tables' window: ![изображение](https://github.com/LoadLineCalibration/Convedit_Plus/assets/44388228/d512c738-6c02-41aa-804f-99909df3d93a)
Duplicate Event and Expand Tree with/without flags: ![изображение](https://github.com/LoadLineCalibration/Convedit_Plus/assets/44388228/4905b818-cc86-4417-b29c-f4f4ed13cb03) ![изображение](https://github.com/LoadLineCalibration/Convedit_Plus/assets/44388228/f3534f14-6f88-464a-b0d6-5ea5ec5bda97)
How to build from sources: * Install Delphi 11.3 or Delphi Community Edition 11.3. Community edition is free. * Install CNPack (optional). * Download and install FreeEsVCLComponents components library. * Download and install the Xml.VerySimple. * Download sources, open the .dproj file and hit F9 (by default).