边缘世界 RimWorld

边缘世界 RimWorld

UltimateRaids
27 条留言
Vanquisher02 7 月 19 日 下午 12:38 
@polios3 ah ! this what i'm looking for as alternative mod ! thx a lot ! your mod was a master piece even if the game was no designed for allow so many people in single raid before 1.6
polios3  [作者] 7 月 19 日 下午 12:34 
Ultimate Raids mod WILL NOT BE UPDATED TO 1.6! i'm not even using my own mod anymore as "Unlimited Threat Scale" is just better at being my mod, less problems, less bugs etc.
polios3  [作者] 7 月 19 日 下午 12:33 
@Vanquisher02 , nope. it's old and not very good piece of code. just use "Unlimited Threat Scale" mod. there is option in mod settings to uncap threat points and wealth curves
Vanquisher02 7 月 19 日 上午 11:48 
1.6 ?
polios3  [作者] 2023 年 8 月 19 日 上午 10:02 
@UNCLELOZZY If I remember correctly, there is an option in DEV mode to summon a Raid which does not have a pre-set size. I just don't remember where exactly. I guess it was in "Spawn Incident" -> "Enemy Raid"???
UNCLELOZZY 2023 年 8 月 19 日 上午 9:16 
Please add this to Dev mode. I need BIGGER raids to hurt me.
polios3  [作者] 2023 年 2 月 15 日 下午 10:04 
no, i can't
A V.O.I.D Representative 2023 年 2 月 15 日 下午 2:48 
One question. can you add this to dev mode please
Ethan 2022 年 12 月 12 日 下午 11:13 
this is my favorite mod
Don't hack it 2022 年 10 月 24 日 上午 8:24 
1.4?
polios3  [作者] 2021 年 9 月 7 日 下午 10:38 
@gredeniand no. rimworld don't even use 10-20% of your CPU. Rimworld use only 1 thread from your CPU. you have many threads in your CPU. example: i3-9300 have 4 threads. so rimworld can't use more then 25% of CPU on i3-9300.
gredeniand 2021 年 9 月 7 日 下午 6:35 
My computer would catch on fire from 1000 raiders
troxism 2021 年 8 月 23 日 下午 10:29 
Thank you for the update :)
polios3  [作者] 2021 年 8 月 23 日 上午 6:13 
NOW is for 1.3. enjoy
polios3  [作者] 2021 年 8 月 23 日 上午 4:50 
yes. this mod is NOT for 1.3
troxism 2021 年 8 月 11 日 下午 4:52 
In 1.3/Ideology with this mod enabled, the game doesn't seem to actually spawn raids/quests (not 100% sure on the quests, could be RNG), and constantly throws this error until the debug log is maxed out:


System.MissingFieldException: Field 'RimWorld.Storyteller.difficultyValues' not found.
at UltimateRaids.UltimateRaidsUtility.Prefix (RimWorld.IIncidentTarget target, System.Single& __result) [0x00001] in <6bb6e32fbb394ede904387892c611a4c>:0
at (wrapper dynamic-method) RimWorld.StorytellerUtility.RimWorld.StorytellerUtility.DefaultThreatPointsNow_Patch1(RimWorld.IIncidentTarget)

Also the game throws a different error whenever you try to open the 'Do incidents' (first one on the list) dev menu and a few others (and the sub menu doesn't pop up), but I am pretty sure this is related to the former issue.

Disabling this mod fixes both issues.

Would be nice to see a fix if possible as I haven't been able to find any other mods with similar functionality.
polios3  [作者] 2021 年 7 月 4 日 上午 12:53 
@Cheol nothing for my mod. my mod only change max raid points. when you turn off ""wealth-independent progress mode" your raid points is taken from "time" -> "how much days your colony is Alive". i only change MAX. i don't change anything else.
Cheol 2021 年 7 月 3 日 上午 2:06 
What happens when I turn off the "wealth-independent progress mode" in the storyteller setting?
RΞΛPΞRisONLINE 2021 年 1 月 22 日 上午 7:49 
Update: Polios3 helped me figure out the problem. If you are using Rimthreaded and the raid becomes too big, the RT thread will timeout and cancel out the raid. To fix this, increase the RT thread timeout in the mod settings.
polios3  [作者] 2021 年 1 月 22 日 上午 7:48 
I and @Reaperisonline test my mod with RimThreaded, this is compatible, but you need set bigger timeout. Big Raids take too long time to generate :D
RΞΛPΞRisONLINE 2021 年 1 月 22 日 上午 3:19 
Hello, ive been playing this with Rimthreaded. Your mod seemed compatible between the 17th and 21th, however today i loaded up my save and encountered an issue. I am playing with Rimthreaded and WaveSurvival. However when the next raid comes, the thread restarts and the game is unable to spawn the raid. Looking at your changelog, i dont see anything 'big' that could affect this behaviour...I deleted UltimateRaids from my list and raids seemed to work again.
could you post a link to the old version? I want to test if its something I did or if in fact something became incompatible.You can also contact me in the RT discord.
Kocur 2021 年 1 月 21 日 上午 3:11 
Dobra robota polios
Holgast 2021 年 1 月 18 日 上午 5:38 
no; I didn't see anywhere that your assembly was referenced in xml, but that makes sense if it just hooks into something hardcoded.
polios3  [作者] 2021 年 1 月 17 日 下午 10:36 
0Harmony.dll? You don't need to put this in your mod. users only need to install Harmony as a standalone mod for All other mods that use it.
Holgast 2021 年 1 月 17 日 下午 4:50 
Oh, I see. I didn't see the assembly called anywhere but that makes sense.
polios3  [作者] 2021 年 1 月 17 日 上午 6:58 
@Holgast , yes, this assembly IS this mod. MaxPoints are hardcoded in rimworld Assembly-CSharp.dll so i need to use harmony to patch this hardcode.
Holgast 2021 年 1 月 17 日 上午 6:34 
What does this need Harmony for? You've included an assembly but it doesn't seem to do anything?