Garry's Mod add-on that allows users to wire up components in order to make more elaborate automatic and user-controlled contraptions. https://www.wiremod.com/
Go to file
shadow7483147 778a8197b9
Update .gitignore (#2362)
Adds sublime project files to the gitignore
2022-07-07 18:04:14 -04:00
.github/ISSUE_TEMPLATE Update issue templates 2022-05-22 03:08:32 +02:00
data Add try/catch stmt, @strict directive & runtime error handling to E2 (#2174) 2021-08-14 17:38:35 -04:00
lua Revert "Add non-ASCII character support to Expression 2 Editor (#2237)" (#2357) 2022-07-04 14:08:35 -04:00
materials Merge my wire addons into wire (#2231) 2021-09-29 13:31:32 -04:00
models Fix rocker_switch having missing material skin. Fixes: #1291 (#2290) 2022-03-10 04:55:29 -05:00
settings/spawnlist Normalize line endings. 2013-07-28 15:51:47 +01:00
sound Renamed all files to lowercase, for Workshop compatibility 2013-07-12 00:55:14 -07:00
.gitattributes Fix all whitespace errors 2018-02-02 00:02:28 +00:00
.gitignore Update .gitignore (#2362) 2022-07-07 18:04:14 -04:00
.luacheckrc Revert "Add non-ASCII character support to Expression 2 Editor (#2237)" (#2357) 2022-07-04 14:08:35 -04:00
addon.json Update addon.json 2021-03-06 10:46:21 -05:00
CODE_OF_CONDUCT.md Split the code of conduct into a separate file 2018-03-01 09:30:39 +00:00
CONTRIBUTING.md Update CONTRIBUTING.md 2021-03-06 10:33:52 -05:00
generate-luacheck.sh Fix minor issues in generate-luacheck.sh 2018-02-21 08:12:09 +00:00
LICENSE Rename license to LICENSE 2021-03-06 10:36:19 -05:00
README.md Rename readme.md to README.md 2021-03-06 10:36:48 -05:00
SECURITY.md Update SECURITY.md 2019-07-22 22:44:57 -04:00
wiremod.fgd Fix all whitespace errors 2018-02-02 00:02:28 +00:00
wiremod.jpg Added Workshop required files 2013-07-10 12:35:55 -07:00

Wiremod

Wiremod is a Garry's Mod addon which adds entities that communicate via data wires. It can be used to control robots, vehicles, to make computers inside Garry's Mod, and much more!

Workshop Installation

The Wiremod Collection is available on the Steam Workshop! Go to the Workshop page and press Subscribe on the addons you want

Manual Installation

Clone this repository into your steamapps\common\GarrysMod\garrysmod\addons folder using this command if you are using git:

git clone https://github.com/wiremod/wire.git wire

License

Copyright 2008 onwards by the Wire Team

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Links

Wiremod landing page

Wiremod Official Discord

Contributor Guidelines

See CONTRIBUTING.md for guidelines on contributing and participating in the wiremod project.