Big Huge Script - Language serverA language server that provides support for the development of Big Huge Scripts, i.e a file with a .bhs extension. Big Huge Script is used in the real-time strategy video game Rise of Nations (RoN) as a tool to add extra functionalities when creating custom scenarios. The game provides an internal scripting editor that in my experience has a lot of issues and this extension provides an option to develop these scripts in Visual Studio Code. FunctionalityThis Language Server works for Big Huge Script files (.bhs). It has the following language features:
Important: Keep in mind that by default the fetching of variables and diagnostics will occur on every file change. There is an option in the settings to change this to only occur when a file save is done, which is necessary as the file sizes expand or if the computation is performance-critical because of hardware or other factors. GeneralA template is available by inputting ´!template´ into the editor. The template provides a lot of labels that are relevant to some of the internal RoN functions. I refer to the documentation if unsure about any of the parameters (down below). LICENSEThis extension is licensed under the MIT License |