For the benefit of anyone lost in the instructions, here's a couple examples of possible configurations, with edited lines bolded and underlined.
If you want to be guaranteed a vanilla experience:
; Running this file via the in-game console will force the game to spawn a particular NG+ variant ; ----------------------------------------------------------------------------------- ; Important things to note: ; - The appropriate console command is 'bat NewGamePlusPicker' ; - This command should be entered in the credits AFTER entering the Unity ; - The console can only be accessed in credits once the option to skip appears ; - DO NOT skip before entering the command, or the game will pick a universe for you ; - Semicolons are used to "comment out" undesired sections so they aren't run ; - Deleting starting semicolons causes the console to attempt to run a line ; - It is absolutely CRITICAL to preserve or delete semicolons correctly ; ----------------------------------------------------------------------------------- ; The below line sets up certainty that a variant universe will occur ; Only adjust this if you want to force vanilla to occur (change from 100 to 0) set 17E727 to 0 ; ----------------------------------------------------------------------------------- ; If this will be at least your second time entering the Unity, you can ignore this section ; If this is your first time, delete the below semicolon so the game won't force vanilla ;player.modav PlayerUnityTimesEntered 2 ; ----------------------------------------------------------------------------------- ; This section contains the actual universe variants you can choose from ; Each has a following comment quickly describing it ; Delete ONLY the STARTING semicolon for ONLY the variant you want ; Leave this section alone if you're forcing the vanilla outcome above ;set 1801B9 to 0; Hunter has killed Constellation except Vasco ;set 1801B9 to 1; Recruitable you has just showed up to Constellation ;set 1801B9 to 2; Constellation is just many versions of you ;set 1801B9 to 3; Zealot Andreja kills Constellation, wants to fight ;set 1801B9 to 4; Walter Stroud goes full Ferengi, offers to sell artifacts ;set 1801B9 to 5; The Hunter has killed Constellation, gives you artifacts for fun ;set 1801B9 to 6; Starborn Cora Coe trying to avenge her dad (avoidable fight) ;set 1801B9 to 7; Evil starborn you has killed Constellation, wants to fight ;set 1801B9 to 8; Four children larping as Constellation but w/o a hat ;set 1801B9 to 9; "Sarah Morgan" is a plant, named by a very judgy Noel ; ----------------------------------------------------------------------------------- ; Bonus tip: to just skip to NG+, do 'coc MQUnity' in the console while in game ; Quick start: 'Set 000a7d31 to 8' in main menu, new game, 'showlooksmenu player', then above
If you want to be guaranteed the "multiple me" outcome, and your character hasn't gone through the Unity before:
; Running this file via the in-game console will force the game to spawn a particular NG+ variant ; ----------------------------------------------------------------------------------- ; Important things to note: ; - The appropriate console command is 'bat NewGamePlusPicker' ; - This command should be entered in the credits AFTER entering the Unity ; - The console can only be accessed in credits once the option to skip appears ; - DO NOT skip before entering the command, or the game will pick a universe for you ; - Semicolons are used to "comment out" undesired sections so they aren't run ; - Deleting starting semicolons causes the console to attempt to run a line ; - It is absolutely CRITICAL to preserve or delete semicolons correctly ; ----------------------------------------------------------------------------------- ; The below line sets up certainty that a variant universe will occur ; Only adjust this if you want to force vanilla to occur (change from 100 to 0) set 17E727 to 100 ; ----------------------------------------------------------------------------------- ; If this will be at least your second time entering the Unity, you can ignore this section ; If this is your first time, delete the below semicolon so the game won't force vanilla player.modav PlayerUnityTimesEntered 2 ; ----------------------------------------------------------------------------------- ; This section contains the actual universe variants you can choose from ; Each has a following comment quickly describing it ; Delete ONLY the STARTING semicolon for ONLY the variant you want ; Leave this section alone if you're forcing the vanilla outcome above ;set 1801B9 to 0; Hunter has killed Constellation except Vasco ;set 1801B9 to 1; Recruitable you has just showed up to Constellation set 1801B9 to 2; Constellation is just many versions of you ;set 1801B9 to 3; Zealot Andreja kills Constellation, wants to fight ;set 1801B9 to 4; Walter Stroud goes full Ferengi, offers to sell artifacts ;set 1801B9 to 5; The Hunter has killed Constellation, gives you artifacts for fun ;set 1801B9 to 6; Starborn Cora Coe trying to avenge her dad (avoidable fight) ;set 1801B9 to 7; Evil starborn you has killed Constellation, wants to fight ;set 1801B9 to 8; Four children larping as Constellation but w/o a hat ;set 1801B9 to 9; "Sarah Morgan" is a plant, named by a very judgy Noel ; ----------------------------------------------------------------------------------- ; Bonus tip: to just skip to NG+, do 'coc MQUnity' in the console while in game ; Quick start: 'Set 000a7d31 to 8' in main menu, new game, 'showlooksmenu player', then above
If you want plant Sarah Morgan, but your character has been through the Unity before:
; Running this file via the in-game console will force the game to spawn a particular NG+ variant ; ----------------------------------------------------------------------------------- ; Important things to note: ; - The appropriate console command is 'bat NewGamePlusPicker' ; - This command should be entered in the credits AFTER entering the Unity ; - The console can only be accessed in credits once the option to skip appears ; - DO NOT skip before entering the command, or the game will pick a universe for you ; - Semicolons are used to "comment out" undesired sections so they aren't run ; - Deleting starting semicolons causes the console to attempt to run a line ; - It is absolutely CRITICAL to preserve or delete semicolons correctly ; ----------------------------------------------------------------------------------- ; The below line sets up certainty that a variant universe will occur ; Only adjust this if you want to force vanilla to occur (change from 100 to 0) set 17E727 to 100 ; ----------------------------------------------------------------------------------- ; If this will be at least your second time entering the Unity, you can ignore this section ; If this is your first time, delete the below semicolon so the game won't force vanilla ;player.modav PlayerUnityTimesEntered 2 ; ----------------------------------------------------------------------------------- ; This section contains the actual universe variants you can choose from ; Each has a following comment quickly describing it ; Delete ONLY the STARTING semicolon for ONLY the variant you want ; Leave this section alone if you're forcing the vanilla outcome above ;set 1801B9 to 0; Hunter has killed Constellation except Vasco ;set 1801B9 to 1; Recruitable you has just showed up to Constellation ;set 1801B9 to 2; Constellation is just many versions of you ;set 1801B9 to 3; Zealot Andreja kills Constellation, wants to fight ;set 1801B9 to 4; Walter Stroud goes full Ferengi, offers to sell artifacts ;set 1801B9 to 5; The Hunter has killed Constellation, gives you artifacts for fun ;set 1801B9 to 6; Starborn Cora Coe trying to avenge her dad (avoidable fight) ;set 1801B9 to 7; Evil starborn you has killed Constellation, wants to fight ;set 1801B9 to 8; Four children larping as Constellation but w/o a hat set 1801B9 to 9; "Sarah Morgan" is a plant, named by a very judgy Noel ; ----------------------------------------------------------------------------------- ; Bonus tip: to just skip to NG+, do 'coc MQUnity' in the console while in game ; Quick start: 'Set 000a7d31 to 8' in main menu, new game, 'showlooksmenu player', then above
Remember: with the sole exception of forcing vanilla, you are only ever adding or removing 1-2 semicolons to change what lines actually execute as commands. It probably sounds and looks 1000 times harder than it actually is.
For some strange reason, I could never get to the universe where "Walter Stroud goes full Ferengi, offers to sell artifacts" even after typing the proper console commands nor when I run this batch file (with the proper console command uncommented out). I am able to get to the other universes except this one and I honestly don't know why!! In other words, when I type the following commands at the end credits (skip), I don't get the alternate Walter universe. set 17E727 to 100 set 1801B9 to 4 [Walter Stroud buys up the place to sell you the artifacts for 100k]
I'm seeing mention of 1-9 and 'vanilla outcome' but not seeing mention of the newgame+ where the other version of you never showed up to the lodge. Is the 'vanilla outcome' that option?
Also because I'm unsure and haven't seen it mentioned, is the ng+ I'm talking about guaranteed the first time you go through the unity?
Every text after a ; will not be execute so we only have to select what we want by removing the unwanted ;
You might have letting the first time entering command over as it would not be so usefull and can only set more difficult to understand for non coder/modder people.
So if i understand well, we have only to execute following during credits :
set 17E727 to 100
And one of the following
;set 1801B9 to 0; Hunter has killed Constellation except Vasco ;set 1801B9 to 1; Recruitable you has just showed up to Constellation ;set 1801B9 to 2; Constellation is just many versions of you ;set 1801B9 to 3; Zealot Andreja kills Constellation, wants to fight ;set 1801B9 to 4; Walter Stroud goes full Ferengi, offers to sell artifacts ;set 1801B9 to 5; The Hunter has killed Constellation, gives you artifacts for fun ;set 1801B9 to 6; Starborn Cora Coe trying to avenge her dad (avoidable fight) ;set 1801B9 to 7; Evil starborn you has killed Constellation, wants to fight ;set 1801B9 to 8; Four children larping as Constellation but w/o a hat ;set 1801B9 to 9; "Sarah Morgan" is a plant, named by a very judgy Noel
Without the first ; like : set 1801B9 to 7; Evil starborn you has killed Constellation, wants to fight
all the rest is here to explain so we may get one bat file for every NG variation named like this :
set 17E727 to 100 Hunterkilledconstellationset 1801B9 to 0
set 17E727 to 100 Recrutableyouishereset 1801B9 to 1
set 17E727 to 100 Manyversionofyou set 1801B9 to 2
...
And so on. So i only have to type during the generic one of the text i choose like :
bat Recrutableyouishere
Thank you for the time you spend for us. Have a good day.
one thing is impossible what you mentionned here... it's misleading information honestly.
all 3 sections considering set 17E727 to 0 or set 17E727 to 100 got the same information applied. wich cannot be right.
so now here is my question... wich of the 3 set 17E727 to [?] does actually force vanilla to start over... without the chance of all the other special ones....
i assume these part of the post in it is obviously copy paste.... and this is like everywhere... with no clear indication what 0 to 100 does.
i put 100 , then i select universe -1 wich should force vanilla universe according to reddit.... surprised -1 isn't mentionned here... in that universe it's just you with the same first playthrough, no doublegangers whatsoever.
hell i kept finding plant sarah... i've been doing this over and over for over 3 hours.... same result... i know that part is incorrect.
0 to 100 cannot be the same result. however... either way i can't get it right....
The game was driving me insane because I just *could not* make the console commands work, then I learned about the forced vanilla universe for the first game from this mod. When I ran your script it gave me exactly the universe I wanted. Thanks for that!
So this works very well except every time I use the command and go through, I can't save or use my inventory afterwards. However, there is a console command that fixes this immediately:
39 comments
If you want to be guaranteed a vanilla experience:
If you want to be guaranteed the "multiple me" outcome, and your character hasn't gone through the Unity before:
If you want plant Sarah Morgan, but your character has been through the Unity before:
Remember: with the sole exception of forcing vanilla, you are only ever adding or removing 1-2 semicolons to change what lines actually execute as commands. It probably sounds and looks 1000 times harder than it actually is.
set 17E727 to 100
set 1801B9 to 4 [Walter Stroud buys up the place to sell you the artifacts for 100k]
Is the 'vanilla outcome' that option?
Also because I'm unsure and haven't seen it mentioned, is the ng+ I'm talking about guaranteed the first time you go through the unity?
I fell it easy to understand.
Every text after a ; will not be execute so we only have to select what we want by removing the unwanted ;
You might have letting the first time entering command over as it would not be so usefull and can only set more difficult to understand for non coder/modder people.
So if i understand well, we have only to execute following during credits :
set 17E727 to 100
And one of the following
;set 1801B9 to 0; Hunter has killed Constellation except Vasco
;set 1801B9 to 1; Recruitable you has just showed up to Constellation
;set 1801B9 to 2; Constellation is just many versions of you
;set 1801B9 to 3; Zealot Andreja kills Constellation, wants to fight
;set 1801B9 to 4; Walter Stroud goes full Ferengi, offers to sell artifacts
;set 1801B9 to 5; The Hunter has killed Constellation, gives you artifacts for fun
;set 1801B9 to 6; Starborn Cora Coe trying to avenge her dad (avoidable fight)
;set 1801B9 to 7; Evil starborn you has killed Constellation, wants to fight
;set 1801B9 to 8; Four children larping as Constellation but w/o a hat
;set 1801B9 to 9; "Sarah Morgan" is a plant, named by a very judgy Noel
Without the first ;
like : set 1801B9 to 7; Evil starborn you has killed Constellation, wants to fight
all the rest is here to explain so we may get one bat file for every NG variation named like this :
set 17E727 to 100
Hunterkilledconstellationset 1801B9 to 0
set 17E727 to 100
Recrutableyouishereset 1801B9 to 1
set 17E727 to 100
Manyversionofyou set 1801B9 to 2
...
And so on.
So i only have to type during the generic one of the text i choose like :
bat Recrutableyouishere
Thank you for the time you spend for us.
Have a good day.
it's misleading information honestly.
all 3 sections considering set 17E727 to 0 or set 17E727 to 100
got the same information applied. wich cannot be right.
so now here is my question... wich of the 3 set 17E727 to [?]
does actually force vanilla to start over... without the chance of all the other special ones....
i assume these part of the post in it is obviously copy paste.... and this is like everywhere...
with no clear indication what 0 to 100 does.
i put 100 , then i select universe -1 wich should force vanilla universe according to reddit.... surprised -1 isn't mentionned here...
in that universe it's just you with the same first playthrough, no doublegangers whatsoever.
hell i kept finding plant sarah... i've been doing this over and over for over 3 hours.... same result...
i know that part is incorrect.
0 to 100 cannot be the same result. however... either way i can't get it right....
SetInChargen 0 0 0
Hope this helps people!