An attempt to recreate Deus Ex conversation editor (ConEdit or ConvEdit) in Delphi Language (Pascal).
what in NOT implemented yet:
- Insert event
text wrapalso make it dynamicsearch functionslabel checkingdeletion of unused tables entries- and other minor stuff
Also some bugs here and there.
--
- Uses FreeEsVCLComponents: https://github.com/errorcalc/FreeEsVclComponents
- Uses Xml.VerySimple: https://github.com/Dennis1000/verysimplexml
Built with Delphi 11.3
Compatible with [Windows 2000 .. Windows 11] (not sure about Windows 2000/XP, need to check)
Enhancements over OG ConEdit:
- Portable -- only single .exe file and all configuration data stored in .ini file. Does not uses System Registry. No more messing with .ocx files!
- Customizable -- you can use dark mode or/and change some colors.
- Supports scrolling with mouse wheel!
- Extended search. DblClick one of items in the list to jump to it.
- Label verification. DblClick on item to jump to event which refers to invalid label
- Tables. Added presets, and you can add own presets. Check the 'ActorsPawns_Custom.txt' file for details.
- Playing audio file now really works.
- Supports XML files generated by ConEditExport tool. You can load .XML and save as .CON and vice versa.
- ...and other enhancements anf improvements...
Screenshot of main window with loaded conversations file:
Search:
Label verification:
Enhanced 'Tables' window: