Here is a little something I've been putting together to serve as the base for a player-carried item that controls certain aspects of coop play.
First, credits need to go out. I used the mesh from the medigun from U4E (they have a medigun?). It was perfect for this and fits the idea exactly. Thank you guys for leaving your code and models intact in the source. Also some of the coding is credited to FeraliDragon for helping me understand weapon from code to anim to state.
So what is this thing? Well it's a hand-held remote control that is utilized in the same manner as a weapon. When equipped it will create an overlay on your HUD that put tags on most movers telling you where they are (distance to the mesh itself). This will help you find some of those hidden doors.
If you put your crosshairs onto the mover and hit fire it will send an order to the mover to cycle open. This has a generous distance (2000 units) so you can reach stuck elevators overhead or down below. Alt-fire send the order for the mover to cycle closed. Do be careful on usage though. Forcing movers will screw up the sequences because the event tag isn't called on the mover. You'll have to use the scanner to open subsequent movers in the event string (if there are more). Overall though it's a cool way to sightsee through a map or to keep handy in case a door doesn't open right.
Also when you bring up the scanner it adds a light to the player so you can see around you in dark areas. When you put down the scanner the glow is removed. Handy for peeking into those dark recesses to look for things.
Here's a sample shot from Dig:

You can see the hidden door on the left and if desired you can point at it and manually open.
This will serve as the base for continued development of a player remote control for coop play. To use just summon it: scanner.scanner or add it to the loadout. You are welcome to use this in whatever way you want, just be sure to credit the U4E guys for the model. My stuff I don't care. I'll send you the source if you want it, just let me know.


