更新一下,这个mod有bug,需要手动修复,n网的评论区给出了解决方案:
For everyone who is crashing on startup, go into the submodule.xml and do the following: 打开mod文件夹里面的submodule.xml
Line 13- <DependedModule Id="StoryMode" /> delete the space after the quotation and before the forward slash. 13行最后“和/中间的空格删掉
Line 14- </DependedModules> their is a space after the > delete it. 14行最后>后面的空格删掉
Line 15- <Official value="false" /> same as line 13, delete the space after the quotation and before the forward slash 15行和13行一样
And completely remove line 16 <DependedModules/> 把16行都删掉
I did these and it works for me.
Hope this helps.