I’m a big fan of the Input/Output systems that can be found within source. It is an easy thing to learn, as long as you think logically about the puzzle.
So, here is a thread deigned to help people with i/o systems, and to show off some crazy stuff. Hopefully people can get back into using this stuff instead of relying on LUA for even basic things.
I/O systems run all sorts of things in maps. A door that is opened by a button is a basic i/o system. More complex i/o systems can create power generators that need to be fuelled by specific objects, or even entire gamemodes.
What I have done is create a quick vmf with some common i/o systems that can be adapted to suit any needs. The first system is a door that is controlled by a button. The second is a light that turns on and off, but the skin of the light changes to suit the on/off state. The third is a system that was requested in my events manager thread. When the button is pressed, the system spawns either a shotgun or a magnum. The forth is a valve that fills or empties a pool.
The file can be found here: http://www.filefront.com/16570101/iotuts.rar
The most important thing to remember when creating these systems is the create meaningful naming conventions. Yes, you could call one relay “bob” and another “simon”, but it is a lot easier if the name matches what it does.
If anyone wants me to create a system example for them, ask in here with clear steps as to what you want it to do. There are tons of tutorials out there, and examples can help, but the best stuff is the things you can create yourselves. I’ll update this post every so often with new examples, including (hopefully) a tech demo of a gamemode I have been experimenting with…no lua involved.
And…and old video showing what I/O can do:
This is the block of i/o stuff from the thread on the events manager, the link of which can be found at the end of the quote. People are welcome to use the events manager, but i would rather not see any of the buildings found on the map in any other maps, unless permission is first asked.