Wear comfortable shoes with insoles and or bring a rug, bring a cooler with snacks and food, bring Motrin or other painkillers, be prepared to show up early and stay later than core hours because people want to play games.
Hey MIVS people,
I left my game running in MIVS for 24 hours a day (unattended outside core hours) and had a good amount of post-core hour plays.
Here's a quick doc on some of the setup/parts used to harden it for unattended overnight use:
Overview: I used two mac minis to demo Dr. Spacezoo at Magfest and left it up for the entire duration of the show. The game had good play outside core hours and was a nice bonus of not having to tear down/setup each day.
I setup a launch daemon in OS X to make sure the game was always running (so I could quit the game if having issues and it would relaunch automatically). The setup was kept safe by putting everything in a box and using a cable trap for the joysticks / hdmi cables inside the box holding the two mac minis. I locked the box to a chair/table with a bike cable lock. The setup survived MAGFest just fine, and was really cool to see people still playing Dr. Spacezoo at 2am.
Parts: cable traps: http://www.amazon.com/gp/product/B000ZLTNOI (xb360 controllers ran through these inside the box so they could not be pulled out) 10' hdmi 2pack: https://www.amazon.com/AmazonBasics-High-Speed-HDMI-Cable-Standard/dp/B014I8T4MO (I needed long cables) lock cable: http://www.amazon.com/gp/product/B000NOO3ZQ (I already had a lock. and this is a thick cable). box: http://www.homedepot.com/p/Cantex-12-in-x-12-in-x-6-in-Junction-Box-R5133713/202043349 (similar to this, and i drilled it full of holes / added mounting brackets to hold the macs) exhaust fan: http://www.amazon.com/gp/product/B009OXTWZIBox pics: http://i.imgur.com/HSGvklE.jpg - completed. The cable trap is not installed here but all cables were fed through 2 cable traps inside the box. Be sure the breakaway part of the controller cable is on the correct side of the lock so they can't be pulled out. http://i.imgur.com/naWt4wM.jpg - exterior. Fan was key to keeping temps under control. http://i.imgur.com/AOrCcf9.jpg - exterior http://i.imgur.com/uldRdJJ.jpg - interior. power strip inside for everything (computers, fan, monitors) so i only had to plug one cable into the magfest power strip. http://i.imgur.com/HJA6Ujz.jpg - cable trap for controllers, and big lock for the box to the table.
I've since bolted a U bolt to the outside of the box body for easier securing with the bike lock cable. Here's a pic of the box under the table during MIVS Setup (just needed a sweet ass rug): https://twitter.com/SmashRiot/status/700152290687197185
Play graph for magfest (core hours ran until ~6pm last year)http://i.imgur.com/nz7PfcU.png
As you can see, there was a lot of activity outside the core hours.
OS X: I have a demo account setup on each machine that is automatically logged in when the computer starts. Once the computer is booted and logged in, a launch daemon starts up and ensures the game stays running in case it crashes.
**Launchd:**Here are proper instructions to get a game auto-launching/re-launching using a Standard permission OS X account (I'm using 10.11.6):
Create ~/Library/LaunchAgents in your user's home directory and chmod 700 if it doesn't exist (didn't exist on my Standard user account).
Computer:LaunchAgents username$ pwd /Users/<username>/Library/LaunchAgents
$ cat ~/Library/LaunchAgents/com.smashriot.drspacezoo.plist <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Label</key> <string>com.smashriot.drspacezoo</string> <key>ProgramArguments</key> <array> <string>/usr/bin/open</string> <string>/Applications/DrSpacezoo.app</string> </array> <key>ProcessType</key> <string>Interactive</string> <key>RunAtLoad</key> <true/> <key>KeepAlive</key> <true/> <key>StartInterval</key> <integer>15</integer> <key>StandardOutPath</key> <string>/Users/drspacezoo/Documents/drspacezoo.log</string> <key>StandardErrorPath</key> <string>/Users/drspacezoo/Documents/drspacezoo.log</string> </dict> </plist>
I’m using the open command above so my game is brought into the foreground with focus.
While testing this out, you can load/unload the launch agent plist to save you from having to log out/in to test.
From ~/Library/LaunchAgents/
launchctl unload com.smashriot.drspacezoo.plist launchctl load com.smashriot.drspacezoo.plist
Launchd Reference:
https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man5/launchd.plist.5.htmlDisable Crash Reporter:
The stupid crash reporter window stays in the foreground after a crash so get rid of it. I think this does it:
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.ReportCrash.Root.plist
24h Setup:
For the 24 hour setup: here's a pic of a cable trap with a xb360 with the breakaway cord.
Put the trap between the breakaway / controller so it can't be pulled out: