Wasteland Features

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.

NEW

AI Integration

Some of the features of the dialogue editor utilize AI, either cloud or local (Ollama)

NEW

VCL Styles

Apply various VCL styles to tune the GUI to your liking. Several themes are included with the tool.

NEW

Syntax highlighting and parameter help

The tool features a syntax highlighted component for editing custom code. All known built in functions and variables are displayed by pressing ctrl+space.

Script Export

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.

Scripting engine

The tool includes a DelphiWebScript component for additional features via so called HelperScripts. The syntax is very similar to Object Pascal.

Plugin support

This tool has a plugin architecture for adding new features to the tool.