VBA-M Forums

Full Version: Enquiry on screen capture control for Mac VBA
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I'm a Mac OS X user here. I would like to know what buttons do I have to press in order to make screen captures of my game on VBA.
Thank you.
According to /etc/vbam.conf, it should be F12, however it may not work without a few configuration changes. By default the captureDir is commented out in that config file, so it will likely save (I don't know for sure, but I am assuming it does) to ~/.vbam/, you may want to uncomment and change that setting (line 128 of mine) and make sure the permissions are set correctly on the directory.

Spenser
Reference URL's