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
1. Upload "Cyber Engine Tweaks"
2. Turn on Cyberpunk. Press " ` " button to open the console. Paste the command into the console.
Game.GetQuestsSystem():SetFactStr("sq030_judy_lover", 0) print(Game.GetQuestsSystem():GetFactStr("sq030_judy_lover"))
//turning off the romance with Judy
3. Now panam is calling us.
4. If you again need to invite Judy. You need this command
Game.GetQuestsSystem():SetFactStr("sq030_judy_lover", 1) print(Game.GetQuestsSystem():GetFactStr("sq030_judy_lover")).
5. If you want to have a choice between Judy and Panama at the end of the game, turn on the romance with Judy
("sq030_judy_lover", 1) - romance with Judy on. ("sq030_judy_lover", 0) - romance with Judy off.
Game.GetQuestsSystem():SetFactStr("sq030_judy_lover", 0) print(Game.GetQuestsSystem():GetFactStr("sq030_judy_lover"))
Game.GetQuestsSystem():SetFactStr("sq030_judy_lover", 1) print(Game.GetQuestsSystem():GetFactStr("sq030_judy_lover")).
Do you know what are the commands to turn on and off Panam Romance ?
for panam lover set
Game.GetQuestsSystem():GetFactStr("sq027_panam_lover", 1)
Game.GetQuestsSystem():SetFactStr("sq030_judy_lover", 0)
sq028_kelly_lover
sq029_river_lover
When I do this and ask for it to print to make sure panam is lover I still get 0
please help :(
This dark magic has destoyed me