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
AbigailBuccaneer 6a6f38a64c Split the code of conduct into a separate file
This is GitHub's recommended practice, and I think it'll make the code
of conduct show up in a separate link somewhere. It also makes it easier
to link to the code of conduct to tell people to behave.
2018-03-01 09:30:39 +00:00
data Fix all whitespace errors 2018-02-02 00:02:28 +00:00
lua Merge pull request #1575 from wiremod/fix/1574/wirelib-table-zero 2018-02-28 09:13:50 +00:00
materials Fix all whitespace errors 2018-02-02 00:02:28 +00:00
models Renamed all files to lowercase, for Workshop compatibility 2013-07-12 00:55:14 -07: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
.luacheckrc Merge pull request #1565 from wiremod/debugger-permissions 2018-02-27 09:36:22 -08:00
.travis.yml Allow tags to be built by Travis 2018-03-01 08:56:09 +00:00
addon.json Split the code of conduct into a separate file 2018-03-01 09:30:39 +00:00
CODE_OF_CONDUCT.md Split the code of conduct into a separate file 2018-03-01 09:30:39 +00:00
CONTRIBUTING.md Split the code of conduct into a separate file 2018-03-01 09:30:39 +00:00
generate-luacheck.sh Fix minor issues in generate-luacheck.sh 2018-02-21 08:12:09 +00:00
git-hooks-pre-commit
gitrid.sh
license Fix all whitespace errors 2018-02-02 00:02:28 +00:00
readme.md updated copyright date 2017-03-07 20:38:04 +01:00
wiremod.fgd Fix all whitespace errors 2018-02-02 00:02:28 +00:00
wiremod.jpg

Wiremod

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

Workshop Installation

Wiremod is now available via the Steam Workshop! Go to its Workshop page and press Subscribe, and it will automatically appear in Garry's Mod.

Manual Installation

Simply clone this repository into your addons folder:

cd "%programfiles(x86)%/Steam/SteamApps/common/GarrysMod/garrysmod/addons"
git clone https://github.com/wiremod/wire.git wire

License

Copyright 2009-2017 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.

Contributor Guidelines

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