dominions-mod-support READMEThis extension provides syntax highlighting, autocomplete and hover information on commands. FeaturesFull list of known commands and information about it. As well as auto formated snippets when creating/editing objects like monsters or items. Addtional details including relevent tables for some keywords. Will add more in the future. Error checking for illegal values and missing #end commands. If you refernce a vanilla asset such as with #selectarmor, if you hover over the value it will give you details of what armor you are selecting. Known IssuesI'm sure there's a handful. Just undocumented so far. See below. There's missing diagnostics and some are intentionally disabled due to needing some refactoring to account for edge cases.
Release NotesThere is likely errors in my data for all the commands. I did a lot of scraping and regex instead of going through it by hand. If you catch any and are feeling extra generous please fix and submit a pull request. Or if not and it's small just let me know via discord @zegma and I can include the fix in during an update. 2.0.5Added more commands. Thanks everyone who points these out. CreditsI wanted to highlight djmcgill for creating a syntax highlighting tool years ago. Used that for a while and the decided I wanted to improve on that base. Thanks logg-y for the list of mod manual missing commands. Thanks larzm42 for raw game data. General thanks to all the folks in the Dom Modding Discord. Plenty of help when getting clarification of mechanics to provide more accurate information in this extension. ToDOIn no particular order things I want to do.
Enjoy! |