Civ6 modding reference
Skill YUehai231/Civ6ModAgent/.agents/skills/civ6_modding_reference
Reference manuals and code recipes for Civilization VI XML/SQL database configurations, PBR 3D graphic formats, Artdefs, and UI interface overlays. Trigger this skill when the user asks to configure database items, design PBR models, edit artdefs, or write XML UI panels.From its SKILL.md
npx -y skills add YUehai231/Civ6ModAgent --skill civ6_modding_referenceAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.4 KB, 252 tokens by cl100k_base, as published. Nobody here has run it
Civilization VI General Modding & Modifier Reference Library
This reference skill provides the general modding guides, PBR 3D asset specifications, modifier recipes, and UI layout custom overlays.
References
- notes_general.md: Overall guide on mod structure, adding units/buildings, and common XML schemas.
- notes_graphics.md: 3D graphic asset pipeline, PBR channel map packing, Blender exports, and Artdef mappings.
Code Snippets (references/snippets/)
You can explore and copy working SQL/XML database recipes under:
modifiers/: 26 working modifier snippets (e.g. ignoring terrain combat, trade route yields, Great Person points, wall bypassing).ui_layout/: 8 XML UI layout templates and UI Lua script panels (e.g. keyboard hooks, shortcut button popups, Eureka popup disables).
What ships with it: 45 files
100.0 KB alongside SKILL.md
references/
- notes_general.md34.7 KB
- notes_graphics.md30.4 KB
- snippets/modifiers/modinfo文件样本.modinfo820 B
- snippets/modifiers/与更先进的文明贸易获得科技文化值.sql430 B
- snippets/modifiers/使用信仰购买单位.xml783 B
- snippets/modifiers/农场文化炸弹.sql461 B
- snippets/modifiers/加伟人点数.xml975 B
- snippets/modifiers/加资源.sql439 B
- snippets/modifiers/单位可以直接攻击城墙.xml1.2 KB
- snippets/modifiers/印加忽视丘陵.xml1.3 KB
- snippets/modifiers/商路带来产量.sql565 B
- snippets/modifiers/国际商路加资源.sql790 B
- snippets/modifiers/小麦让移动次数+1.sql962 B
- snippets/modifiers/开放全部边境.sql334 B
- snippets/modifiers/所有城市加忠诚度.sql538 B
- snippets/modifiers/拥有科技+1伟人.sql1.4 KB
- snippets/modifiers/提升外交能见度.sql1.1 KB
- snippets/modifiers/提高城市地块产出.xml846 B
- snippets/modifiers/揭开全部地图.sql1.1 KB
- snippets/modifiers/极限跳跃.xml1.0 KB
- snippets/modifiers/添加额外政策槽位.sql647 B
- snippets/modifiers/狂锤奇观奔向外交胜利.sql585 B
- snippets/modifiers/直接给钱.sql416 B
- snippets/modifiers/草原加一粮.sql1.1 KB
- snippets/modifiers/贸易线路+1.sql1.0 KB
- snippets/modifiers/贸易路线+1.xml1.8 KB
- snippets/modifiers/靠近水源+2住房.sql1.0 KB
- snippets/modifiers/额外加攻击次数.sql981 B
- snippets/ui_layout/按键输入示例 - Escape关闭城邦窗口/REPLACE.lua680 B
- snippets/ui_layout/按键输入示例 - Escape关闭城邦窗口/REPLACE.modinfo1000 B
- snippets/ui_layout/改变主菜单背景视频(2019秋更之前)/FrontEndBackground.xml358 B
- snippets/ui_layout/改变主菜单背景视频(2019秋更之前)/ReplaceBackgroundMovie.modinfo941 B
- snippets/ui_layout/改变主菜单背景视频(新版)/config.xml176 B
- snippets/ui_layout/改变主菜单背景视频(新版)/ReplaceBackgroundMovie_2.modinfo917 B
- snippets/ui_layout/替换界面 - 禁用尤里卡鼓舞弹窗/ReplacedScript.lua1.0 KB
- snippets/ui_layout/替换界面 - 禁用尤里卡鼓舞弹窗/ReplaceScripts.modinfo692 B
- snippets/ui_layout/最简单的界面交互示例/MyNewScreen.lua383 B
- snippets/ui_layout/最简单的界面交互示例/MyNewScreen.modinfo770 B
- snippets/ui_layout/最简单的界面交互示例/MyNewScreen.xml439 B
- snippets/ui_layout/添加快捷按钮并填充输入框/QuickSearchComponent.lua1.8 KB
5 more files not listed here. See all 45 in the repository.