边缘世界 RimWorld

边缘世界 RimWorld

[1.4] Vanilla Factions Expanded - Medieval
Deadweight UwU <3 2022 年 5 月 2 日 上午 7:26
Renegade Lord start gives error after start location select
After a lot of trial and error I managed to find this that this start is giving me an error I just can't figure out why.
The log is here: https://gist.github.com/f7cd9a67d2ac68adb01dacdcc7f16a7a
The bug appears the following way: After clicking on "Next" on the map select the map view should change into the main menu background but instead it remains on the map select. The "Choose your ideoligion" page shows up but it barely functions. After clicking next (doesn't matter what was selected) it shows the next window greyed out, clicking back leads back to the choose your ideoligion screen but clicking back again leads back to the greyed out window. The only way to leave is either finish the creation of the new game or to alt-f4.
The line that causes the issue in the log is the following:
Root level exception in OnGUI(): System.NullReferenceException: Object reference not set to an instance of an object
< >
正在显示第 1 - 2 条,共 2 条留言
Deadweight UwU <3 2022 年 5 月 2 日 下午 2:00 
Apparently the issue is with the part in the scenario that says new kingdom (where you select new arrival/tribal). Also the issue is strictly with this mod, tried testing it out on a fresh game with only Ideology, Harmony, VEFramework and this mod and it still gives the same error.
Deadweight UwU <3 2022 年 5 月 3 日 下午 12:15 
I seem to have fixed the issue. In Defs->FactionDefs->Factions_Player.xml I added the following:
<allowedCultures>
<li>VFEM_Feudal</li>
</allowedCultures>
<disallowedMemes>
<li MayRequire="Ludeon.RimWorld.Ideology">Transhumanist</li>
</disallowedMemes>
<disallowedPrecepts>
<li MayRequire="Ludeon.RimWorld.Ideology">Nudity_Male_CoveringAnythingButGroinDisapproved</li>
<li MayRequire="Ludeon.RimWorld.Ideology">Nudity_Female_CoveringAnythingButGroinDisapproved</li>
</disallowedPrecepts>
I'm not sure if the disallowed memes and precepts are needed, I think the main issue was with the allowedCultures def missing from the XML.
最后由 Deadweight UwU <3 编辑于; 2022 年 5 月 3 日 下午 12:16
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50