From f7febe50153bd0e20a741fcc7171f98e583b7c06 Mon Sep 17 00:00:00 2001 From: haoyuren <13851610112@163.com> Date: Tue, 19 May 2026 18:59:52 +0800 Subject: Add mod descriptor, custom religions, custom cultures MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mod files: - descriptor.mod + alt_song.mod (V3 launcher recognition) - common/religions/01_alt_religions.txt: volga_orthodox (Great Khanate state church) - common/cultures/01_alt_cultures.txt: 7 new cultures - northern_han (Jianzhou + north of Yangtze) - southern_han (south of Yangtze + Vietnam/Burma) - mongol_rus (Great Khanate ruling class) - novgorod_rus (Northern Ulus) - ukrainian (emerging identity from serf estates) - mongol_magyar (Hungarian Plain hybrid) - illyrian (unified South Slavic) Country definitions updated to use new cultures where applicable (Song → northern+southern_han, Jianzhou → northern_han, Great Khanate → mongol_rus, Northern Ulus → novgorod_rus, Illyria → illyrian, Australia → southern_han) Co-Authored-By: Claude Opus 4.6 (1M context) --- mod/descriptor.mod | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 mod/descriptor.mod (limited to 'mod/descriptor.mod') diff --git a/mod/descriptor.mod b/mod/descriptor.mod new file mode 100644 index 0000000..3c809c2 --- /dev/null +++ b/mod/descriptor.mod @@ -0,0 +1,6 @@ +name="Alternate Song Dynasty" +tags={ + "Alternative History" + "Total Conversion" +} +supported_version="1.8.*" -- cgit v1.2.3