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
relt-1 f7a9706627
Added more screens. (#2551)
* 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>
2023-05-30 10:51:15 -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 Added more screens. (#2551) 2023-05-30 10:51:15 -04:00
materials Merge my wire addons into wire (#2231) 2021-09-29 13:31:32 -04:00
models Added more screens. (#2551) 2023-05-30 10:51:15 -04:00
resource/fonts Added more screens. (#2551) 2023-05-30 10:51:15 -04: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 Update .gitignore (#2362) 2022-07-07 18:04:14 -04:00
.luacheckrc E2 Extension Preprocessor upgrades (#2372) 2022-07-28 19:23:52 -04:00
addon.json Update addon.json 2021-03-06 10:46:21 -05:00
CODE_OF_CONDUCT.md Split the code of conduct into a separate file 2018-03-01 09:30:39 +00:00
CONTRIBUTING.md Update CONTRIBUTING.md 2021-03-06 10:33:52 -05:00
generate-luacheck.sh making shell script POSIX (#2389) 2022-08-21 15:12:55 -07:00
LICENSE Rename license to LICENSE 2021-03-06 10:36:19 -05:00
README.md Rename readme.md to README.md 2021-03-06 10:36:48 -05:00
SECURITY.md Update SECURITY.md 2019-07-22 22:44:57 -04: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 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.