RimWorld

RimWorld

218 betyg
Clean Categories: Spots (DEVELOPMENT CEASED)
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Mod, 1.5, 1.6
Filstorlek
Lades upp
Uppdaterades
572.892 KB
28 jan @ 3:39
17 jul @ 4:20
10 ändringsnotiser ( visa )

Abonnera för att ladda ner
Clean Categories: Spots (DEVELOPMENT CEASED)

I 1 samling av ferny
The Progression Modpack | (1.5)
913 artiklar
Beskrivning
What does this do?
This is a comprehensive reorganization of spots throughout all categories. It moves all colony-based spots to the zone menu, it moves all spots to the ends of their respective menus, and does a few other little tweaks. I highly reccomend you use this mod alongside my other category/progression mods for the full effect.

Changelist
Core
  • All spots now at top.
Royalty
  • Moved Meditation Spot to Zone
  • All spots now at top.
Ideology
  • All spots now at top.
Biotech
  • All spots now at top.
Anomaly
  • All spots now at top.
Alpha Prefabs
  • Moved Prefab Delivery Spot to Zone
  • All spots now at top.
Enter Here
  • Renamed "Enter here" to "Entrance Spot"
  • Moved Entrance Spot to Zone
  • All spots now at top.
Guarding Pawns
  • All spots now at top.
Ice Blocks
  • All spots now at top.
Medieval Overhaul
  • All spots now at top.
Museums
  • All spots now at top.
Prisoner Arena
  • Renamed "Arena Spot" to "Prison Arena Spot"
  • Moved Prison Arena Spot to Zone
  • All spots now at top.
Regrowth Core
  • Added Bathing Zone to Recreation category
Run and Hide
  • Moved Bunker Spot to Security/Combat
  • All spots now at top.
Smarter Visitors
  • Moved Visiting Spot to Zone
  • All spots now at top.
Trade Ships Drop Spot
  • Moved Drop Spot to Zone
  • All spots now at top.
[GMT] Trading Spot
  • Moved Trading Spot to Zone
  • Made Trading Spot place down instantly
  • All spots now at top.
Vanilla Expanded Framework
  • Moved Outpost Delivery Spot to Zone
  • All spots now at top.
Vanilla Factions Expanded - Tribals
  • Moved Research Spot to Production
  • All spots now at top.
Vanilla Races Expanded - Android
  • All spots now at top.
Vanilla Storytellers Expanded - Winston Waves
  • Renamed Reward Drop Spot to Storyteller Reward Drop Spot
  • Moved Storyteller Reward Drop Spot to Zone
  • All spots now at top.
Roo's Minotaur Xenotype
  • All spots now at top.
Progression: Agriculture
  • All spots now at top.
AnimalHarvestingSpot
  • All spots now at top.
  • Retexture: (By Gerrymon!)

Hospital
  • Renamed "Patients land here" to "Patient landing spot"
  • All spots now at top.

Compatibility and Cohesion
- All of Vanilla Expanded
- Anything in my modpack
- Should work well with most other stuff too

FAQ
- Some stuff isn't organized properly! | Use Drag-Sorting to move anything I didn't include.

Credits
- Gerrymon for the retexture, thanks man!




[discord.gg]
20 kommentarer
ferny  [skapare] 7 sep @ 6:13 
This mod has ceased development and has been replaced by this. Feel free to fork the mod!
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3563882422
Chromium 5 aug @ 7:34 
So if the trading spot mod is not yet updated but I download this , I can use the spot and it will work fine?
Mythophile 26 jul @ 8:30 
So logical and organized to make sense...
royallyTipsy 22 jul @ 22:42 
Isn't Outpost Delivery Spot exclusive to VE Outposts? Never had it in my modlist, so I was quite surprised to see it when I downloaded this mod.

Excellent work otherwise. Keep it up, and please take care of yourself.
ferny  [skapare] 17 jul @ 4:20 
v9/v10 - Renamed "patients land here" from hospital to "patient landing spot", moved it to top, and fixed the prison arena patch
Lama man 13 jun @ 12:27 
man Ferny already on the 1.6 Grind
ferny  [skapare] 11 jun @ 17:15 
v8 - updated to 1.6
ferny  [skapare] 8 apr @ 12:50 
v7 - fixed error
ferny  [skapare] 8 apr @ 12:50 
@事不过三兄ToumanRin Whoops, thanks
事不过三兄ToumanRin 7 apr @ 23:37 
XML error: <Flammability>0.0</Flammability> doesn't correspond to any field in type ThingDef.
XML error: <WorkToBuild>0</WorkToBuild> doesn't correspond to any field in type ThingDef.
XML error: <Beauty>0</Beauty> doesn't correspond to any field in type ThingDef.

In ./Mods and Shit/trading spot patch.xml, line 11

You forgot the `<statBases>...</statBases>`
better write
<Operation Class="PatchOperationReplace">
<success>Always</success>
<xpath>Defs/ThingDef[defName="TradingSpot"]/statBases/WorkToBuild</xpath>
<value>
<WorkToBuild>0</WorkToBuild>
</value>
</Operation>