Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Which isn't there anymore, obviously. So softlock for me too AND no message from Rinder even after skipping multiple weeks ingame.
Same if you spare Rinder but tell him to call Regina but with a difference: the quest should activate after he texts you the code, at least in 2.01 worked like that, now it instantly activates and tells you to go to the garage even if you don't know the code yet.
Beside the difference above same outcome, go nearby the garage, it autocompletes, then activates again and remains stuck to the "input code" step.
EDIT: I've found a way to bypass the locked door. If you have Cyber Engine Tweaks look at the door and use this command:
msg = function(text) PreventionSystem.ShowMessage(text, 3.0) end TTLO = Game.GetTargetingSystem():GetLookAtObject(Game.GetPlayer(), false, false) if TTLO == nil then PreventionSystem.ShowMessage('LOOK AT THE DOOR FIRST', 3.0) return end D = TTLO:ToString() if D == "Door" then TTLO:OpenDoor() msg('DOOR DETECTED, OPENING! \nIF IT IS STILL CLOSED USE THE COMMAND "FORCE DOOR/FAKE DOOR OPENING"') elseif D == "FakeDoor" then msg('FAKE DOOR DETECTED, USE THE COMMAND\n"FORCE OPEN THE DOOR / FAKE DOOR"') elseif D ~= "Door" and D ~= "FakeDoor" then msg('THIS IS NOT A DOOR') end
The door will open and the quest will properly update to take Rinder's stuff and properly completes once you take them. Not a fix but at least you won't be softlocked anymore.