2x Bandwidth Switches
2x Bandwidth Switches#
This mod doubles the bandwidth capacity of all switches in the Tower Networking Inc game.
| Version | 0.1.2 |
| Author | treefarmer741 |
| Status | 🟢 Active Development |
| Game Version | beta |
| Last Updated | 2026-01-31 |
Download#
Installation Instructions
Using Mod Manager (Recommended)#
- Download the Mod Manager
- Find 2x Bandwidth Switches in the Available mods list
- Click Download to install automatically
- Configure parameters in the GUI
Manual Installation#
- Download the zip file above
- 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/
- Windows:
- 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#
- Place the
2x-bandwidth-switchesfolder in yourlua/directory - Load or reload the game
- 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#
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
| Field | Value |
|---|---|
| Mod ID | 2x-bandwidth-switches |
| Creation Date | 2025-11-20 |
| Last Updated | 2026-01-31 |
| Game Version | beta |
| Dependencies | None |
| Website | https://github.com/CJFWeatherhead/TNI-Mods/tree/beta/lua/2x-bandwidth-switches |
Release URLs: