Skip to content

MartelSimon/NoCostShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NoCostShop

NoCostShop is a quality-of-life mod for Data Center that makes the in-game shop effectively free.

It removes both XP and coin costs from purchases while keeping the checkout system fully functional through a compatibility workaround.

The mod integrates with the in-game modular menu system via DataCenter-RustBridge for easy configuration.


✨ Features

  • Disable XP unlock costs
  • Disable coin prices
  • Shop items appear to cost 0
  • Cart items and total display 0
  • Prevents XP and coin deductions
  • Restores original values when disabled
  • Real-time behavior (applies continuously)
  • In-game configuration menu

📦 Requirements

Before installing, make sure you have:


📥 Installation

  1. Install MelonLoader into Data Center
  2. Install DataCenterModLoader
  3. Download the latest release of NoCostShop
  4. Place NoCostShop.dll into your Mods folder:
GameFolder/
└── Mods/
    └── NoCostShop.dll
  1. Launch the game

⚙️ Configuration

All settings are available in-game through the modular menu.

Available Options

  • DisableXpCost (default: true)
    Removes XP requirements for all shop purchases.

  • DisableCoinCost (default: true)
    Removes coin prices from all shop purchases.


🧠 How It Works

  • The mod hooks into shop and player systems at runtime
  • It tracks original item values (XP + coins)
  • It replaces costs internally while preserving game logic
  • It overrides UI text to display 0 everywhere

Important Detail

The mod does not set prices to true zero internally.

Instead:

  • XP unlock cost → 0 - The game can tolerate XP being 0 on the backend. 1 will lock a fresh save out of all items.
  • Coin price internal value → 1
  • Coin price displayed value → 0

This is required because the game cannot process orders with a coin price of 0, and setting it directly would break checkout.


🎯 Scope

This is a shop-focused quality-of-life mod.

It does not:

  • Modify unrelated gameplay systems
  • Rebalance the entire economy
  • Permanently edit save data

⚠️ Notes

  • Designed for convenience and sandbox-style gameplay
  • Keeps purchase flow intact while making items free
  • Uses runtime patches rather than invasive changes

🛠️ Development

  • Mod Loader: MelonLoader
  • Framework: .NET 6
  • Language: C#

📜 License

MIT License © 2026 Neox

About

Quality-of-life mod for Data Center that removes all shop costs, makes items free, and eliminates XP requirements, with integration into the in-game modular menu via DataCenter-RustBridge.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages