See and download the files at https://github.com/gqqnbig-civ6-mods/civ6schema
Inspired by PlotinusRedux CIv6 ModInfo Schema, I'm not sure if anyone has done something similar, but I created civ6 schema, which defined all valid XML elements/attributes, and LUA methods/classes/constants.
This project is only 5% complete, but has helped me a lot when I wrote my mods. If the project is a duplicate, or someone has a better way in writing mods in a guided manner, certainly let me know! Otherwise please star/fork/contribute to this open source project. All comments are appriciated!
civ6schema works in Intellij Idea environment, provides auto-prompt, auto-completion, XML validation, documentation.
See the screenshot for details.
highlights incorrect attributes
autocomplete required attributes
list all text tags
list all valid values
LUA function prompt
LUA function documentations
Detailed explanation on certain topics
LUA reference setup
Inspired by PlotinusRedux CIv6 ModInfo Schema, I'm not sure if anyone has done something similar, but I created civ6 schema, which defined all valid XML elements/attributes, and LUA methods/classes/constants.
This project is only 5% complete, but has helped me a lot when I wrote my mods. If the project is a duplicate, or someone has a better way in writing mods in a guided manner, certainly let me know! Otherwise please star/fork/contribute to this open source project. All comments are appriciated!
civ6schema works in Intellij Idea environment, provides auto-prompt, auto-completion, XML validation, documentation.
See the screenshot for details.

highlights incorrect attributes

autocomplete required attributes

list all text tags

list all valid values

LUA function prompt

LUA function documentations

Detailed explanation on certain topics

LUA reference setup
Last edited: