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 9ae1f5504f Fix all whitespace errors
Now nobody's commit should be flagged by Travis unless it actually
introduces whitespace errors (which we do want to check for).

This doesn't fully sort out indentation everywhere, but does fix all
whitespace that Git doesn't like. You can check the whitespace across
the entire codebase with:

    git diff-tree --check "$(git hash-object -t tree /dev/null)" HEAD
2018-02-02 00:02:28 +00:00
data Fix all whitespace errors 2018-02-02 00:02:28 +00:00
lua Fix all whitespace errors 2018-02-02 00:02:28 +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 Made .gitignore ignore everything in the root folder except data, lua, materials, models, settings (and files in folders other than these) 2012-05-27 01:39:29 +02:00
.luacheckrc Don't warn about shadowing 2017-12-19 22:09:40 +00:00
.travis.yml Fix all whitespace errors 2018-02-02 00:02:28 +00:00
addon.json Update addon.json 2017-03-07 03:54:56 -05:00
CONTRIBUTING.md Update CONTRIBUTING.md 2017-07-27 17:17:27 +02:00
generate-luacheck.sh Teach generate-luacheck.sh to ignore tutorials 2017-04-24 10:15:14 +01:00
git-hooks-pre-commit Added my .git/hooks/pre-commit file 2012-12-17 21:05:12 -08:00
gitrid.sh Added a script called "gitrid.sh", which will update wire_version.txt and remove the git repository. 2012-05-09 12:44:05 +02:00
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 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 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.