RimWorld

RimWorld

169 vurderinger
Large Faction Bases (Continued)
   
Pris
Føj til foretrukne
Gjort til foretrukken
Fjern som foretrukken
Mod, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6
Filstørrelse:
Offentliggjort:
Opdateret:
1.381 MB
30. maj 2024 kl. 13:41
24. aug. kl. 11:39
6 ændringsbemærkninger ( vis )

Abonner for at downloade
Large Faction Bases (Continued)

I 1 samling af Mlie
Mlie's resurrected mods
954 genstande
Beskrivelse

Update of newcolonists mod https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1841553735



[discord.gg]
[github.com]


Generate larger faction bases. Their size and manpower evolve with time. It also factors in the difficulty level, and some randomness. A high-risk, high-reward challenge.

Safe to add/remove in-game.

For compatibility with other mods changing faction bases, check Choose your enemy base from BrokenBed.


  • See if the the error persists if you just have this mod and its requirements active.
  • If not, try adding your other mods until it happens again.
  • Post your error-log using the Log Uploader or the standalone Uploader and command Ctrl+F12
  • For best support, please use the Discord-channel for error-reporting.
  • Do not report errors by making a discussion-thread, I get no notification of that.
  • If you have the solution for a problem, please post it to the GitHub repository.
  • Use RimSort[github.com] to sort your mods

| tags: high-risk challenge
52 kommentarer
Mlie  [ophavsmand] 24. aug. kl. 21:39 
@SlappyBrine Please see the Reporting Issues section described above
SlappyBrine 24. aug. kl. 20:26 
there is a bug I don't know if its my mods but the people usually run away form the base.
Mlie  [ophavsmand] 24. aug. kl. 11:40 
@Victor Fixed now
Victor 24. aug. kl. 8:35 
The patch for the cube sculptures should be like this, otherwise there's an error https://gist.github.com/HugsLibRecordKeeper/98b7326c991000b072c108c313d488d5
<disallowedThingDefs>
<li MayRequire="Ludeon.RimWorld.Anomaly">DirtCubeSculpture</li>
<li MayRequire="Ludeon.RimWorld.Anomaly">StoneCubeSculpture</li>
<li MayRequire="Ludeon.RimWorld.Anomaly">SandCubeSculpture</li>
<li MayRequire="Ludeon.RimWorld.Anomaly">ScrapCubeSculpture</li>
</disallowedThingDefs>
Mlie  [ophavsmand] 18. aug. kl. 12:42 
@Victor Should be added now
Victor 17. aug. kl. 19:00 
Oh I finally found out why the game wasn't filtering the stone blocks... I was adding the mineable walls defnames, not the bricks......... but I did found out that in Odyssey they patch out vacstone blocks and gravlite panels so they are not obtainable on the planet, so I recommend you slap this:
<disallowedThingDefs>
<li MayRequire="Ludeon.RimWorld.Odyssey">GravlitePanel</li>
<li MayRequire="Ludeon.RimWorld.Odyssey">BlocksVacstone</li>
</disallowedThingDefs>
in MapGen_DefaultStockpile3 ResourcesRaw category.
Victor 17. aug. kl. 18:12 
There's a bug with Savage Tribe settlements, their traps only generate correctly on half the base, on the other half they get placed in a row on the center of the map
Victor 17. aug. kl. 17:53 
Hmm, I'm trying to patch out stone blocks from the loot table, but even adding every defname inside a disallowedThingDefs along ResourcesRaw in ThingSetMaker_MarketValue, but they keep showing up. Have you got any idea how I could do that? I don't think I need five stacks of x144 different stone blocks (I got a mod that adds a lot).
Mlie  [ophavsmand] 17. aug. kl. 10:39 
@Victor Thanks, should be added now
Victor 17. aug. kl. 8:56 
It may need a mayrequire though