Mods for Tower Networking Inc

Browse and download community-created mods. All mods are open-source Lua scripts that are easy to install and configure.

Quick Start

  1. Download the Mod Manager (recommended)
  2. Browse mods below and click to install
  3. Or manually download from GitHub Releases

Requirement: All Lua mods need luajit.elf in your mods folder.


Available Mods

ModDescriptionVersionAuthorStatusDownload
2x Bandwidth SwitchesThis mod doubles the bandwidth capacity of all switches in the Tower Networking Inc game.0.1.8treefarmer741🟢 ActiveDownload
All ProposalsShows all available proposals at once by overriding the game’s proposal batch size.2.0.4CJFWeatherhead🟢 ActiveDownload
Chaos EngineA controlled chaos mod that introduces randomness and unpredictability to Tower Networking Inc0.1.21CJFWeatherhead🟢 ActiveDownload
Device TweakerA comprehensive mod for tweaking device properties in Tower Networking Inc.4.0.3CJFWeatherhead🟢 ActiveDownload
Floor Reward ScalingFloor Reward Scaling Mod automatically scales user daily payment rates based on their floor number using configurable progression systems. Choo…0.1.9CJFWeatherhead🟢 ActiveDownload
Inverse PricesThis mod inverts the game’s economy by making purchases pay the player instead of costing money.0.1.6CJFWeatherhead🟢 ActiveDownload
ModAPI Diagnostic ToolZero-overhead development tool for TNI game engine modding (0.10.11+).4.5.9CJFWeatherhead🟢 ActiveDownload
Money CheatInstantly add money and restock merchants via keyboard shortcuts.5.0.3CJFWeatherhead🟢 ActiveDownload
Supa Mod LoaderAutomatically added by the ModManager GUI when mods are installed via ModManagerGUI.ps1.4.1.2CJFWeatherhead🟢 ActiveDownload
TARDIS - Time ControllerControl game time like a Time Lord! Preset-based speed control and time manipulation via keyboard shortcuts.4.0.2CJFWeatherhead🟢 ActiveDownload
User Floor-Based AddressingThis mod sets DHCP mode, DNS servers, and assigns network addresses based on floor number and user increment.0.1.12CJFWeatherhead🟢 ActiveDownload
Random Device WarrantiesA simple example mod that randomizes warranty periods of all devices in Tower Networking Inc. Superseded by Device Tweaker, but kept as a useful de…0.1.8CJFWeatherhead🔴 DiscontinuedDownload

Installation

Option 1: Mod Manager (Recommended)

The easiest way to manage mods:

  1. Download the Mod Manager
  2. Run the application
  3. Browse available mods and click Download
  4. Configure settings through the GUI
  5. Launch the game!
Option 2: Manual Installation
  1. Download the mod zip from its page or GitHub releases
  2. Extract to your mods folder:
    • Windows: %APPDATA%\Godot\app_userdata\Tower Networking Inc\mods\
    • Linux: ~/.local/share/godot/app_userdata/Tower Networking Inc/mods/
  3. Ensure luajit.elf is also in the mods folder
  4. Launch the game

Create Your Own Mods

Interested in modding? Check out the GitHub repository for development guides, templates, and API documentation.


Last updated: 2026-05-31 | 12 mods available

User Floor-Based Addressing

User Floor-Based Addressing

This mod sets DHCP mode, DNS servers, and assigns network addresses based on floor number and user increment.

Version0.1.12
AuthorCJFWeatherhead
Status🟢 Active Development
Game Version0.10.11+
Last Updated2026-05-31

Download

Installation Instructions
  1. Download the Mod Manager
  2. Find User Floor-Based Addressing in the Available mods list
  3. Click Download to install automatically
  4. Configure parameters in the GUI

Manual Installation

  1. Download the zip file above
  2. Extract the user-floor-addressing/ folder to your mods directory:
    • Windows: %APPDATA%\Godot\app_userdata\Tower Networking Inc\mods\
    • Linux: ~/.local/share/godot/app_userdata/Tower Networking Inc/mods/
  3. Ensure luajit.elf is in the mods directory

Configuration

Configure these settings using the Mod Manager or edit entry.lua directly.

[]

2x Bandwidth Switches

2x Bandwidth Switches

This mod doubles the bandwidth capacity of all switches in the Tower Networking Inc game.

Version0.1.8
Authortreefarmer741
Status🟢 Active Development
Game Versionstable
Last Updated2026-04-17

Download

Installation Instructions
  1. Download the Mod Manager
  2. Find 2x Bandwidth Switches in the Available mods list
  3. Click Download to install automatically
  4. Configure parameters in the GUI

Manual Installation

  1. Download the zip file above
  2. Extract the 2x-bandwidth-switches/ folder to your mods directory:
    • Windows: %APPDATA%\Godot\app_userdata\Tower Networking Inc\mods\
    • Linux: ~/.local/share/godot/app_userdata/Tower Networking Inc/mods/
  3. Ensure luajit.elf is in the mods directory

Full Documentation

2x Bandwidth Switches

A simple example mod that doubles the bandwidth capacity of all switches in the Tower Networking Inc game.

[]