![]() 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 |
||
---|---|---|
data | ||
lua | ||
materials | ||
models | ||
settings/spawnlist | ||
sound | ||
.gitattributes | ||
.gitignore | ||
.luacheckrc | ||
.travis.yml | ||
addon.json | ||
CONTRIBUTING.md | ||
generate-luacheck.sh | ||
git-hooks-pre-commit | ||
gitrid.sh | ||
license | ||
readme.md | ||
wiremod.fgd | ||
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.