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
Denneisk 337214d938
Fix issues involving math.tau (#3054)
* Tau fallback value

* Change error to WireLib.Notify and add context

* Add antispam to WireLib.Notify on the client

* Change tau to use mathematically calculated always
1. It's defined like this in the math extension
2. Since I'm already going through the effort of reincluding its literal definition I may as well have it by default

* fix time calc

Co-authored-by: thegrb93 <grbrown93@sbcglobal.net>

---------

Co-authored-by: thegrb93 <grbrown93@sbcglobal.net>
2024-04-30 22:38:56 -04:00
.github Update WireLib.GetVersion (#3032) 2024-04-10 16:22:22 -04:00
data Add array:indexOf (#2939) 2024-01-16 22:37:47 +00:00
lua Fix issues involving math.tau (#3054) 2024-04-30 22:38:56 -04:00
materials Move spawnmenu icons (#2980) 2024-01-21 15:01:41 -05:00
models Remove unused model formats (#2956) 2023-12-30 14:53:28 -05:00
resource/fonts Added more screens. (#2551) 2023-05-30 10:51:15 -04:00
settings/spawnlist
sound
.gitattributes
.gitignore Update .gitignore (#2362) 2022-07-07 18:04:14 -04:00
.glualint.json Add gluafixer workflow (#2614) 2023-06-20 22:03:36 -04:00
addon.json Add gluafixer workflow (#2614) 2023-06-20 22:03:36 -04:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md New README.md (#2650) 2023-06-26 11:36:44 -07:00
LICENSE Rename license to LICENSE 2021-03-06 10:36:19 -05:00
README.md Add canary to readme (#2904) 2023-11-24 16:39:25 -08:00
SECURITY.md Update SECURITY.md 2019-07-22 22:44:57 -04:00
wiremod.fgd
wiremod.jpg

Wiremod License Discord Workshop

An addon for Garry's Mod which adds entities that communicate via wires. It can be used to create robots, vehicles, computers and much more!

⬇️ Installation

Addon Workshop GitHub
Wiremod (Stable) Wiremod https://github.com/wiremod/wire
Wiremod (Canary) Wiremod Canary https://github.com/wiremod/wire
AdvDupe2 AdvDupe2 https://github.com/wiremod/advdupe2
Wire Extras None yet https://github.com/wiremod/wire-extras

For git, inside of steamapps/common/Garrysmod/garrysmod/addons, run git clone https://github.com/wiremod/wire.

📖 Documentation

You can find documentation on our wiki!

🤝 Contributing

Before contributing to wiremod, take a look at the code of conduct.

💡 Suggestions

To submit a suggestion, use the discussions page.

🐛 Bug Reports

To submit a bug report, make an issue.

🧑‍💻 Pull Requests

Before making a PR, ensure your code follows the developer style guide.