2x Bandwidth Switches
2x Bandwidth Switches#
This mod doubles the bandwidth capacity of all switches in The Network Inc game.
Mod Information#
- Author: treefarmer741
- Development Status: Active Development
- Game Version: beta
- Last Updated: 2025-12-29
- Website: https://github.com/treefarmer741/Tower-Networking-Inc-modding-kit/tree/beta/lua/2x-bandwidth-switches
Download#
Download 2x Bandwidth Switches
Installation Instructions#
- Download or clone this repository
- Copy the
lua/2x-bandwidth-switches/folder to your game’s mods directory:- Windows:
%APPDATA%\Godot\app_userdata\Tower Networking Inc\mods\ - Linux:
~/.local/share/godot/app_userdata/Tower Networking Inc/mods/
- Windows:
- Ensure you have luajit.elf installed
- Enable and configure using ModManagerGUI.ps1
Detailed Documentation#
2x Bandwidth Switches#
This mod doubles the bandwidth capacity of all switches in The Network Inc game.
Description#
This mod was originally a template mod by treefarmer741. I’ve made a few small adjustments. 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.