How do I interact with this creature? It just walks around.
How do I interact with this creature? It just walks around.
Dude, how did you get this scene?
It enables the patreon exclusive content.call me a dingus but what does the modded dll do
I simlpe set the variable is_Patreon to true in Awake():Hi,
Thanks for this, I wasn't sure how to do it yesterday, but I did add an stfld in the IL of the awake method in Game_Manager.
Is that the same approach you used?
private void Awake()
{
is_Patreon = true; <- this line
all_Resolutions = new Vector2[8]
{
new Vector2(640f, 480f),
.
.
.
}
}
Girls with daddy issues are my fetishYou guys fap to girls this ugly? No wonder OnlyFans makes so much money.
Hold the Q button.How do I interact with this creature? It just walks around.
you gotta get knocked up first, then you'll get your own lil alien with Q button for interactingWhere can I find the new monster? I installed the modified file, but it's not there.
Great, I did the same but couldn't edit in C# as it wasn't compiling so added it in IL instead. Thanks!I simlpe set the variable is_Patreon to true in Awake():
That was all
Code:private void Awake() { is_Patreon = true; <- this line all_Resolutions = new Vector2[8] { new Vector2(640f, 480f), . . . } }