Skip to content

inverse-prices v0.1.6

Choose a tag to compare

@github-actions github-actions released this 31 May 20:44
· 8 commits to main since this release

Inverse Prices - Version 0.1.6

This mod inverts the game's economy by making purchases pay the player instead of costing money.

Features

  • Device purchases refund money based on configured multiplier
  • Proposal costs are refunded when submitted
  • Tower link and socket costs are refunded
  • Configurable refund amounts (Free/Double/Custom)
  • Selectively enable/disable effects on devices, sockets, and proposals
  • Uses proper transaction system for refunds
  • Real-time monitoring of expenses and proposals

Installation

  1. Download the zip file below
  2. Extract the inverse-prices/ folder into your game's mods directory:
    • Windows: %APPDATA%\Godot\app_userdata\Tower Networking Inc\Mods\
    • Linux: ~/.local/share/godot/app_userdata/Tower Networking Inc/Mods/
  3. Ensure you have luajit-support installed
  4. Configure using ModManagerGUI.ps1

Files Included

  • entry.lua - Main mod file
  • mod.jsonc - Mod metadata (required by game)
  • metadata.yaml - Extended metadata
  • README.md - Documentation

For more information, visit the mod page