SKS OCDoc
OpenComputers
Computronics
Minitel

Nanomachines

Nanomachines, son.

These little guys interface with your nervous system to make you harder, better, faster, stronger, or kill you. Sometimes both at the same time! Put simply, nanomachines provide a power driven system for applying buffs (and debuffs) to the player they reside in. To "install" nanomachines, eat them!

Once injected, a new power indicator in your HUD will indicate how much energy your nanomachines have left to work with. You can recharge them by standing near a charger. The more use you make of the nanomachines, the more energy they'll consume.

Nanomachines provide a certain number of "inputs" that can be triggered, causing many different effects on the player, ranging from visual effects such as particles spawning near the player, to select potion effects and some more rare and special behaviors!

Which input triggers what effect depends on the current configuration of the nanomachines, the actual "connections" being random per configuration. This means you'll have to try enabling different inputs to see what they do. If you're unhappy with a configuration, you can always reconfigure your nanomachines by injecting a new batch (just eat some more). To completely get rid of the nanomachines in you, consider drinking some grog. Beware that enabling too many inputs at a time has severe negative effects on you!

By default, the nanomachines will be on standby. You'll need to control them using wireless messages, so carrying a tablet with a wireless network card is strongly recommended. Nanomachines will only react to wireless signals emitted by devices no further than two meters away, but they will react to messages on any port, and from any device!

Nanomachines react to a simple, proprietary protocol: each packet must consist of multiple parts, the first of which is the "header" and must equal the string nanomachines. The second part must be the command name. Additional parts are parameters for the command. The following commands are available, formatted as commandName(arg1, ...):

For example, in OpenOS: - component.modem.broadcast(1, "nanomachines", "setInput", 1, true) will enable the first input. - component.modem.broadcast(1, "nanomachines", "getHealth") will get the player's health info.

© ShadowKat Studios
The software used to generate this page is licensed under the Mozilla Public License version 2 and can be found here