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
stepa2 7d69fbaf24
E2 sound extensions (#2578)
* Exported E2 SoundCore functions

* Added modified parts of xtrasound core
https://steamcommunity.com/sharedfiles/filedetails/?id=2221932128

* Added emitsound core

* Replaced tabs with spaces

* Refactoring fix

* Another refactoring fix
I really need to sometimes test *before* pushing

* Merged emitsound into sound core, un-exported soundcore internals

* Fixed `emitSound` and `emitSoundStop` documentation
2023-05-30 10:08:17 -04:00
.github Create stale.yml (#2514) 2022-12-10 18:59:28 -08:00
data Fix discard precedence (#2526) 2023-01-04 14:28:22 -08:00
lua E2 sound extensions (#2578) 2023-05-30 10:08:17 -04:00
materials
models
settings/spawnlist
sound
.gitattributes
.gitignore
.luacheckrc E2 Extension Preprocessor upgrades (#2372) 2022-07-28 19:23:52 -04:00
addon.json
CODE_OF_CONDUCT.md
CONTRIBUTING.md
generate-luacheck.sh making shell script POSIX (#2389) 2022-08-21 15:12:55 -07:00
LICENSE
README.md
SECURITY.md
wiremod.fgd
wiremod.jpg

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.