System Shock – Obtaining the Out-of-bounds Security Audio Log with Double Leaning

There is an audio log out of bounds in security. This guide will show you how to grab it.

The Audio Log

Сrеdit gоеs to Jake !

This audio log spawns inside the left wall as soon as you exit the elevator leading from Engineering to Security. If you have Sensaround on, you can see it on your minimap:

I tried to interact with it without glitches but couldn’t find an angle to grab it.

The Double Lean Glitch

So, System shock doesn’t let you use modifier keys when rebinding controls. For example, you couldn’t put the map to CTRL + M.

This was a problem for me, as I like to use E as my interact key, but also Q and E make the most sense for leaning, so I wanted to map them to a modifier like one of my side mouse buttons, similar to Wolfenstein.

So my solution was to make an Autohotkey script. I bound Mouse 4 + Q/E to a different key (such as ] and [), and then rebound leaning to those keys.

The only problem with my script was that if I let go of the mouse button before I let go of Q or E, the lean button would be stuck held down. But due to this, I found a way to effectively lean in the same direction twice and screw up your camera.

By letting go of the mouse button whilst leaning, and then repeatedly pressing the mouse button + the other lean button, you’ll eventually cause your character to lean twice in the same direction.

I’m not sure how to perform the trick without the Autohotkey script. I’m sure someone with interest could figure it out.

Putting It All Together

So now that you know where the log is, and how to perform the double lean glitch, let’s run through the steps to get this audio log.

First of all you need to download AutoHotKey v1.1

Once you’ve done that, right-click your desktop and create a new AHK script, and paste the following into it:

#SingleInstance force
#IfWinActive System Shock

;XButton1 is Mouse4. If you don't have a 4th mouse button, change it to something else.

XButton1 & Q::[   ; Make sure to rebind "Lean Left" to [ in your control settings.

XButton1 & E::]   ; Make sure to rebind "Lean Right" to ] in your control settings.

Save the script to your desktop and run it.

Go into your control settings in-game, and change “Lean Right” and “Lean Left” to ] and [ respectively.

You can put them on something else, but you will have to change them in the script to match.

Now you’re ready to perform the glitch. Go to the wall with the audio log and perform the following steps:

  1. Hold down Mouse4, and hold E to lean right.
  2. Let go of Mouse4, and you should still be leaning right. Let go of E, and you should still be leaning.
  3. Repeatedly press Mouse4 and Q over and over until your character leans further to the right. You are now double leaning.
  4. Push your new camera angle into the wall and grab the audio log.
  5. Save and reload to fix your camera.

And you’re done! You can close the Autohotkey script by right clicking it in your taskbar.

Volodymyr Azimoff
About Volodymyr Azimoff 13802 Articles
I love games and I live games. Video games are my passion, my hobby and my job. My experience with games started back in 1994 with the Metal Mutant game on ZX Spectrum computer. And since then, I’ve been playing on anything from consoles, to mobile devices. My first official job in the game industry started back in 2005, and I'm still doing what I love to do.

3 Comments

  1. I was able to do it without leaning. If you look eye level with the wall right where the log is, and push yourself as close to the wall as you can, you can slowly look down and your head will clip through. Your cursor doesn’t need to be right on the log itself but if you mash the use button you can get it.

  2. I didn’t use a script, just lean standing and adjust accordingly and carefully until you see an out of bounds area where the audio log is at.

    Fun fact: Drop a grenade near the audio log on the wall and watch it being blasted away.

Leave a Reply

Your email address will not be published.


*