安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
Also, since it's just a texture mod, it presumably still works in 1.6, so no need to include it.
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2982697389
Could not resolve arrival mode for raid. Defaulting to EdgeWalkIn. parms=target=Map-0-PlayerHome, points=3253.389, faction=Faction_405 (TradersGuild), raidStrategy=SrFactionFirst
UnityEngine.StackTraceUtility:ExtractStackTrace ()
[SR.ModRimWorld.FactionalWar]raid arrival mode is not usable: target=Map-0-PlayerHome, points=3253.389, faction=Faction_405 (TradersGuild), raidStrategy=SrFactionFirst
UnityEngine.StackTraceUtility:ExtractStackTrace ()
– https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2222935097
also, please, consider intergrating support for this mod to specifically restric loot spawning from these events or make them drop less:
– https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2002001082
🙏
So I prevented the events of these two mods on these maps for avoid immersion breaking.
Odessy may have the same problem
As previous 1.5 continued author, just a reminder that Odessy space map will also need the same patch for this mod and Raid Extensions, to prevent mod events from triggering there.
In the class HarmonyUtil, function IsSOS2SpaceMap(Map map), you now need to identify all space maps from SOS2, Rimnauts 2 and Odessy DLC. You can refractor it to IsSpaceMap(Map map) and use the following function to identify OdessySpaceMap by the new biome "Space" / "Orbit".
I implemented this function in my other mods having the same compatibility requirement with Odessy.
======================
public static bool IsOdessySpaceMap(Map map)
{
return (ModsConfig.OdysseyActive && map.Biome == BiomeDefOf.Space
|| ModsConfig.OdysseyActive && map.Biome == BiomeDefOf.Orbit
) //Odessy space maps
;
I'm the 2nd hand author of 1.5 continued (Factional War and Raids Extension)
I see you update actively these two mods, so I just abandoned mines and redirect to your forks. You can remove your fork tag if you want, from 1.6 yours will be official continued. I will focus on my other mods.
Just one thing to be added in description: In 1.5 continued I added compatibility of SOS2/Rimnaut 2 to prevent the event from happening in space. Maybe good to know to some SOS2/Rimnaut 2 players
Tried running with just Harmony and factional war + all dlc. Immediate error spam as soon as I go into map and spawn a site.
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2982697389
If you are interested you can keep on this fork. I'm working on something else for now
@@Headstrong: Actually, as reminded, the mod has an option to do mothballing, although it should be enabled by default, so I don't know what exactly your problem should be.
@Headstrong: The mod does not do anything special here. Try searching for a mod that checks mothballing.
@kmarx4235: Can you reproduce that in a new otherwise unmodded game?