Releases: LoadLineCalibration/Convedit_Plus
ConEditPlus beta5 [version 2024.4.19.430]
Main changes:
- Implemented Cut/Copy/Paste conversation. ¹
- Automatically find and use the conversation owner when adding a new conversation.
- Added hotkeys, like Ctrl+O to open a file, Ctrl+S to save, and so on.
- Verify labels before saving the file.
- Implemented the "Highlight Speech/Choice Events Missing Audio" option.
- Implemented AutoSave. Both formats (.con/.xml) are supported. Check the program settings for more details.
- Fixed highlighting events with invalid references to label(s).
- Don't rebuild the whole tree after editing conversation properties, only add/change/remove items that were changed.
- Fixed messed up events in the list after reordering them.
- Mark file as modified only if order of events has been changed.
- Fixed "ghost" new events with fixed size, such as TConEventEnd.
- Added support for .con files from 2027 mod.
- Fixed filename generation for Infolink conversations.
- Added menu commands to simplify working with voice acting (copy speech text, file path, etc.).
- Fixed the "Play" button caption while playing the audio file.
- DblClick flag in conversations tree to toggle its value like in original ConEdit. Disabled by default.
- Implemented "Add name_Played Flag?" option.
- Added right-click menu command to copy table item to clipboard.
- Fixed recent files list.
This is still beta, so use at your own risk.
Installation is not required; just extract the archive into any directory (like C:\Games\DeusEx\Tools\ConEditPlus) and run the .exe file.
¹ Like with events, Windows Clipboard is used to store data. See previous release for details.
[beta] [version 2024.4.2.321]
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.
[beta] [version 2024.2.29.194]
- Better text wrap
- Highlight of related events
- Some minor changes
This is still beta, so use at your own risk.
Installation is not required, so just extract archive into any directory (like C:\Games\DeusEx\Tools\ConEditPlus) and run the .exe file.
version 2024.2.10.48
- Implemented search in conversations
- now label verification is case-insensitive
- Check if file exists before loading
- Some minor changes
This is still beta, so use at your own risk.
Installation is not required, so just extract archive into any directory (like C:\Games\DeusEx\Tools\ConEditPlus) and run the .exe file.
[beta] [version 2024.2.6.7]
- implemented label checking
- implemented deletion of unused table items
- Some minor interface changes
- Range Check error fix on loading .XML choices
This is still beta, so use at your own risk.
Installation is not required, so just extract archive into any directory (like C:\Games\DeusEx\Tools\ConEditPlus) and run the .exe file.