RimWorld

RimWorld

217 ratings
Clean Categories: Spots (DEVELOPMENT CEASED)
   
Award
Favorite
Favorited
Unfavorite
Mod, 1.5, 1.6
File Size
Posted
Updated
572.892 KB
28 Jan @ 3:39am
17 Jul @ 4:20am
10 Change Notes ( view )

Subscribe to download
Clean Categories: Spots (DEVELOPMENT CEASED)

In 1 collection by ferny
The Progression Modpack | (1.5)
913 items
Description
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 Comments
ferny  [author] 7 Sep @ 6:13am 
This mod has ceased development and has been replaced by this. Feel free to fork the mod!
https://steamproxy.com/sharedfiles/filedetails/?id=3563882422
Chromium 5 Aug @ 7:34am 
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:30am 
So logical and organized to make sense...
royallyTipsy 22 Jul @ 10:42pm 
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  [author] 17 Jul @ 4:20am 
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:27pm 
man Ferny already on the 1.6 Grind
ferny  [author] 11 Jun @ 5:15pm 
v8 - updated to 1.6
ferny  [author] 8 Apr @ 12:50pm 
v7 - fixed error
ferny  [author] 8 Apr @ 12:50pm 
@事不过三兄ToumanRin Whoops, thanks
事不过三兄ToumanRin 7 Apr @ 11:37pm 
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>