Mehni / kNumbers

Quick comparison of colonist stats
MIT License
34 stars 28 forks source link
rimworld rimworld-mod

Numbers!

Adds a customizable general overview tab, allowing you to see any stats on all your colonists or prisoners in a single window. Quickly compare colonists to see who your best doctor is, or to assign gear optimally.

Main Image

Features

Usability

It can be added to existing saves without problems.

Links

Credits

Much thanks to Maarxx for singlehandedly adding support for Royalty. Check out their mods here!

Languages

Adding a column (for contributors)

  1. Add a new class in Numbers\PawnColumnWorkers. Use the Numbers namespace. Inherit from the correct PawnColumnWorker.
  2. Create a new PawnColumnDef. Save it in 1.1\Defs\PawnColumnDef\PawnColumns_Numbers.xml. Adhere to the naming scheme there.
  3. To add your new column to the Misc button, add the defName of your PawnColumnDef to the appropriate Def in 1.1\Defs\PawnColumnOptionDef\Numbers_PawnColumnOptionDef.xml. This step should not be skipped.
  4. To add your new column to the default table, add the defName of your PawnColumnDef to the approppriate PawnTableDef in 1.1\Defs\PawnTableDef\Numbers_PawnTableDef.xml.

License

Original idea by koisama: https://github.com/koisama/kNumbers, whose original license I respect by the preceding link. For the license since 2018/11/21, see LICENSE.