Using the Console to change Witcher 2 import decision

+
Using the Console to change Witcher 2 import decision

Hello. Is it possible to use the Witcher 3 Console to change a decision imported from the Witcher 2 (Save file).

I saved Henselt, but want I want the game to think Roche killed him, is there a command for this?

Cheers.
 
Last edited:
try
removefact(import_henselt_alive)

found it in "gameplay\globals\w2import.csv" :

Code:
W2Fact;Value;NewFact
act1_finished_with_iorweth;1;import_iorweth_path
riszon_let_go;1;import_letho_alive
sheala_escape;1;import_sheala_alive
q215r_henselt_lives;1;import_henselt_alive
q308_triss_saved;1;import_council_exists
q000_duel_with_arjan_start;1;import_arjan_dead
q000_fight_with_everyone;1;import_arjan_dead
q307_freed_dragon;1;import_saskia_alive
q303_redania_done;1;import_radowid_has_anais
q308_triss_saved;1;import_geralt_rescued_triss
q212_met_odrin_entry;1;import_odrin_met
sq102_got_tatoo;1;import_geralt_has_tattoo
interactive_scholars_participation_agreed;1;import_geralt_drank_mysterious_potion
 
try
removefact(import_henselt_alive)

found it in "gameplay\globals\w2import.csv" :

Code:
W2Fact;Value;NewFact
act1_finished_with_iorweth;1;import_iorweth_path
riszon_let_go;1;import_letho_alive
sheala_escape;1;import_sheala_alive
q215r_henselt_lives;1;import_henselt_alive
q308_triss_saved;1;import_council_exists
q000_duel_with_arjan_start;1;import_arjan_dead
q000_fight_with_everyone;1;import_arjan_dead
q307_freed_dragon;1;import_saskia_alive
q303_redania_done;1;import_radowid_has_anais
q308_triss_saved;1;import_geralt_rescued_triss
q212_met_odrin_entry;1;import_odrin_met
sq102_got_tatoo;1;import_geralt_has_tattoo
interactive_scholars_participation_agreed;1;import_geralt_drank_mysterious_potion

So, judging by all these, you'd think we would see something about each of these things in the game. I've been bummed since release about no mention of the mysterious potion. And also, that "Radowid has anais" thing is SCARY! Why is none of this mentioned? Sigh.
 
Top Bottom