2x Bandwidth Switches#

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

Version0.1.2
Authortreefarmer741
Status🟢 Active Development
Game Versionbeta
Last Updated2026-01-31

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.

Note: This functionality is also available in the Device Tweaker mod which offers more comprehensive device customization. However, this mod remains available as a simple, feature-complete example - it was originally a template mod by treefarmer741 and makes an excellent starting point for new mod developers.

Description#

Switches in the game have a limited network bandwidth capacity. This mod increases that capacity by 2x, allowing switches to handle more network traffic without bottlenecks.

Features#

  • Automatically doubles the installed network bandwidth (nbw) of all switch devices
  • Works on all types of switches (device_hardware_class == 1)
  • Modification applies when devices are spawned

Installation#

  1. Place the 2x-bandwidth-switches folder in your lua/ directory
  2. Load or reload the game
  3. All newly spawned switches will have doubled bandwidth

Usage#

No additional configuration required. The mod activates automatically when devices are spawned.

Compatibility#

  • Game Version: beta
  • Dependencies: None

Author#

treefarmer741

Notes#

This mod only affects switches and does not modify other device types.


Additional Notes

This mod only affects switches and does not modify other device types.


Technical Details
FieldValue
Mod ID2x-bandwidth-switches
Creation Date2025-11-20
Last Updated2026-01-31
Game Versionbeta
DependenciesNone
Websitehttps://github.com/CJFWeatherhead/TNI-Mods/tree/beta/lua/2x-bandwidth-switches

Release URLs:


Back to All Mods