Skip to content

[beta] [version 2024.4.2.321]

Pre-release
Pre-release
Compare
Choose a tag to compare
@LoadLineCalibration LoadLineCalibration released this 02 Apr 12:17
· 179 commits to main since this release
2eda124

Main changes:

  • Loading files from commandline. Usage: ConEditPlus.exe C:\PathToFile\filename.con or ConEditPlus.exe C:\PathToFile\filename.xml
  • Improved related events highlighting (can be disabled in program settings).
  • Text wrap for all events containing text field (TConEventComment, TConEventAddNote, etc.).
  • Cut/Copy/Paste events to clipboard. ¹
  • Added option to enable/disable logging. ²
  • Added command to duplicate selected event ³.
  • Insert Event.
  • Added menu command to expand tree with/without flags, so "Expand flags..." option has been removed.
  • Fixed saving file for the first time.
  • Redesigned the "Settings" window.
  • New toolbar and menu icons.
  • DblClick on flag in Conversations Tree to toggle value (can be disabled in program settings).
  • Ask to save file if it has been modified.

The ReadMe.md file contains additional information: https://github.com/LoadLineCalibration/Convedit_Plus/blob/main/README.md
Custom table items and templates: https://github.com/LoadLineCalibration/Convedit_Plus/blob/main/ConEditPlus.Consts.pas

This is still beta, so use at your own risk.

Installation is not required, just extract archive into any directory (like C:\Games\DeusEx\Tools\ConEditPlus) and run the .exe file.


¹ The original ConEdit seems to use its own clipboard implementation, so the contents of the Windows Clipboard remain untouched when copying conversations or events.
ConEditPlus uses own data format and works with Windows Clipboard.
For now, only events are supported. Copying and pasting the whole conversation will be added to one of the next releases.


² Logging slows down most of operations, especially when loading large files like AiBarks.con. Disable for maximum performance.


³ The EventLabel for the new event will be removed, to avoid duplication. Can be useful if you don't want to use copy/paste.