The Witcher 3
0 of 0

File information

Last updated

Original upload

Created by

c0de_junkie

Uploaded by

c0dejunKie

Virus scan

Safe to use

About this mod

This mods allows you to open locked doors without any key. You only need to type "ToggleLock" in console, while interaction button is visible.

Requirements
Permissions and credits
Original Mod Info:
Description

This mods allows you to open locked doors without any key. You only need to type "ToggleLock" in console, while interaction button is visible. 

Installation
Move folder "modDoorUnlocker" to "<game_path>\mods".

Additional info
This mod adds new function in "game\player\playerCheats.ws". 
Full code:
exec function ToggleLock()
{
var door  : W3LockableEntity;
door = (W3LockableEntity)theGame.GetInteractionsManager().GetActiveInteraction().GetEntity();
door.ToggleLock();
}

Link to original mod: http://www.nexusmods.com/witcher3/mods/359/?

All I did was update Grizlee11's Door Unlocker mod to work with v1.21 and Blood & Wine.  All props to him, if he would like this mod removed then I will be happy to do so.  

Remember you must install a Debug Console, the one that I us can be found HERE .