![]() 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. |
||
---|---|---|
data | ||
lua | ||
materials | ||
models | ||
settings/spawnlist | ||
sound | ||
.gitattributes | ||
.gitignore | ||
.luacheckrc | ||
.travis.yml | ||
addon.json | ||
CODE_OF_CONDUCT.md | ||
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.