Compiled with the latest Delphi 13.1
The tool is now compiled with the latest Delphi compiler. 64-bit build will be available soon as well.
The tool is now compiled with the latest Delphi compiler. 64-bit build will be available soon as well.
Some of the features of the dialogue editor utilize AI, either cloud or local (Ollama)
Apply various VCL styles to tune the GUI to your liking. Several themes are included with the tool.
The tool features a syntax highlighted component for editing custom code. All known built in functions and variables are displayed by pressing ctrl+space.
Dialogues can be exported to .ssl and .msg files for later editing and compiling to the .int format.
There is a separate tool for this called DialogueConverter. The scripts can be directly compiled to .int from this tool using ScriptCompiler.dll that I built from SSLC sources.
The tool includes a DelphiWebScript component for additional features via so called HelperScripts. The syntax is very similar to Object Pascal.
This tool has a plugin architecture for adding new features to the tool.