diff --git a/N3OW.mod b/N3OW.mod index 11c6f7e3..92cdbe86 100644 --- a/N3OW.mod +++ b/N3OW.mod @@ -4,7 +4,7 @@ tags={ } name="New Era Old World" picture="thumbnail.png" -path="C:\Users\pkkim\Documents\Paradox Interactive\Crusader Kings III\mod\N3OW\N3OW" +path="mod/n3ow_dev_work/N3OW" replace_path="common/landed_titles" replace_path="history/characters" replace_path="history/cultures" diff --git a/N3OW/descriptor.mod b/N3OW/descriptor.mod new file mode 100644 index 00000000..e462f754 --- /dev/null +++ b/N3OW/descriptor.mod @@ -0,0 +1,12 @@ +version="0.0.1" +tags={ + "Total Overhaul" +} +name="N3OW" +replace_path="common/landed_titles" +replace_path="history/characters" +replace_path="history/cultures" +replace_path="history/provinces" +replace_path="history/titles" +supported_version="1.18.*" +path="mod/n3ow_dev_work/N3OW" \ No newline at end of file