Building with Wiremod Components (Basic)
Wiremod is a powerful addon for Garry's Mod that introduces a system of interconnected components, allowing users to create complex logic gates, circuits, and automated systems. While it can become incredibly intricate, understanding the basic components and how they interact is the first step to building functional contraptions that go beyond simple physics manipulation.
To get started with Wiremod:
- Access Wiremod: Open your Q menu and navigate to the 'Wiremod' tab.
- Spawn Components: You'll find various components categorized by their function. For basic logic, start with:
- Inputs: Buttons, switches, levers that provide a sal.
- Logic Gates: AND, OR, NOT, XOR gates that process input sals.
- Outputs: Lights, displays, or actuators that react to processed sals.
- Connect Components: Use the 'Input' and 'Output' tools (also found in the Wiremod tab) to draw virtual wires between the output of one component and the input of another.
- Power the Circuit: Ensure your input components are powered or activated to send sals through the wires.
Basic Circuit Example: A Simple Light Switch
To create a circuit that turns a light on and off:
- Spawn a Button (Input).
- Spawn a Light (Output).
- Spawn an Inverter (NOT Gate) (Logic).
- Connect the Button's output to the Inverter's input.
- Connect the Inverter's output to the Light's input.
When you press the button, the Inverter will flip the sal, turning the light on. Releasing the button will revert the sal, turning the light off. This basic setup demonstrates how sals can be manipulated to control outputs.
Wiremod opens up possibilities for creating everything from simple door mechanisms to complex automated factories and even rudimentary computers within Garry's Mod. Experimenting with different combinations of components is key to mastering its potential.