![]() * Add files via upload * Add files via upload * Lots more monitors * Add files via upload * Add character lcd * Update init.lua * More console/lcd special characters * New font, and hi res screens. Github dif broke changed files: textscreen cl_init consolescreen cl_init digitalscreen cl_init oscilloscope entity egp cl_init wiremonitors.lua gpulib increased RT size to 1024 added a font from https://mdileo.tripod.com/utilities.html This may break some things. * LCD models by fasteroid ! ! * More lcd models 16x4 40x4 * Use matrices instead of looping through an array * One more because i felt like it 20x4 added * Update cl_init.lua * Update cl_init.lua * Interactive props * Update cl_init.lua * Make digital screen better * Fix tabs Changed tabs into double spaces. * FIx tabs (again) * Refactor * Fix potential issue * Make only certain values floor * Made cursor drawing independent of rest of drawing * Some fixes --------- Co-authored-by: thegrb93 <grbrown93@sbcglobal.net> |
||
---|---|---|
.github | ||
data | ||
lua | ||
materials | ||
models | ||
resource/fonts | ||
settings/spawnlist | ||
sound | ||
.gitattributes | ||
.gitignore | ||
.luacheckrc | ||
addon.json | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
generate-luacheck.sh | ||
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
Contributor Guidelines
See CONTRIBUTING.md for guidelines on contributing and participating in the wiremod project.