P-148 Heist: Update 8: Climbing, Crouching, Hacking
This week I implemented a hacking minigame to allow the player to access server computers and open doors. It is essentially a login screen which the player can hack using a “fake” hacking tool, which will decrypt the password. This takes time, and the password will change every time is it interrupted. The length of the password can vary based on difficulty.
I also implemented climbing and crouching, which took some time. T3D does not have a build in system for ladders, so I had to manually create one. I also added support for crouching to my models, this is neccessary for the players to enter air vents (for example). It is now possible for players to climb a ladder, crouch on the ladder, and enter an air vent. This is a standard feature neccessary for this project.

