git404hub

what is buyanything fr?

drakebaileyrecords-bit/buyanything — explained in plain English

Analysis updated 2026-05-18

0C#Audience · generalComplexity · 2/5Setup · easy

tl;dr

A RimWorld mod that adds a Merchant Terminal for buying almost any item on demand, plus a paid Clean Colony service that removes filth instantly.

vibe map

mindmap
  root((BuyAnything))
    What it does
      Merchant Terminal buys anything
      Skips trade caravan waits
      Colony Services framework
    Tech stack
      C sharp
      RimWorld mod
    Use cases
      Buy items on demand
      Pay to clean filth
      Configure service costs
    Audience
      RimWorld players
    Setup
      Install as RimWorld mod
      Enable Colony Services
      Set Clean Colony cost
    Recent changes
      Added Clean Colony service
      Fixed silver deduction crash
      Improved multi stack stability

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Buy almost any in game item from a Merchant Terminal without waiting for a trade caravan or orbital trader.

VIBE 2

Pay silver to instantly clean blood, dirt, trash, ash, vomit, and other filth from a RimWorld colony.

VIBE 3

Toggle Colony Services and the Clean Colony service, and set a custom silver cost, through the mod's settings.

VIBE 4

Rely on the mod's silver deduction fixes so payments work correctly even when silver is split across several stacks.

what's the stack?

C#

how it stacks up fr

drakebaileyrecords-bit/buyanythinganulman/docx-saxatrblizzard/vtmb-sbox-mounter
Stars000
LanguageC#C#C#
Setup difficultyeasymoderatemoderate
Complexity2/54/53/5
Audiencegeneraldeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

The README available here is a version 0.6 changelog rather than full install instructions.

The README does not state a license.

in plain english

Buy Anything is a quality of life mod for the colony building game RimWorld. It is meant to remove the frustration of waiting for a trade caravan or an orbital trader to show up just so you can buy one item. Instead, the mod gives your colony a Merchant Terminal, a building that lets you browse and purchase almost any item in the game whenever you need it, without waiting on the game's normal trading events. The available README is really just a changelog for version 0.6 rather than a full description of the mod, so most of what it explains is about a new feature added in that update called Colony Services. The first service under this new framework is called Clean Colony, accessed through a new button in the Merchant Terminal. Using it instantly removes filth from your colony, including things like blood, dirt, trash, ash, vomit, and other mess types the game tracks. The service charges silver before it cleans, and it checks that the colony actually has enough silver on hand, correctly deducting the cost even when your silver is spread across multiple separate stacks. After running, it shows a confirmation message telling you how many filth objects were removed. This update also adds new settings so players can turn Colony Services and the Clean Colony service on or off, and configure how much the cleaning service costs in silver. The changelog also lists a couple of bug fixes, including one crash that happened when the silver collection was being modified while the game was still looping through it, and general improvements to stability when the mod deducts silver from multiple stacks at once.

prompts (copy fr)

prompt 1
Explain what the Merchant Terminal in the BuyAnything RimWorld mod lets me do.
prompt 2
Walk me through how the Clean Colony service works and what it costs in silver.
prompt 3
Help me find and change the Enable Colony Services and Clean Colony Cost settings for this mod.
prompt 4
Summarize the bug fixes in version 0.6 of the BuyAnything mod.

Frequently asked questions

what is buyanything fr?

A RimWorld mod that adds a Merchant Terminal for buying almost any item on demand, plus a paid Clean Colony service that removes filth instantly.

What language is buyanything written in?

Mainly C#. The stack also includes C#.

What license does buyanything use?

The README does not state a license.

How hard is buyanything to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is buyanything for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.