Create and Fuck your AI Cum Slut –70% OFF
x

Unity Alien Lust [v0.45] [XGroundhog]

4.20 star(s) 13 Votes

Ieishi

New Member
Mar 26, 2020
11
73
92
Hi!

call me a dingus but what does the modded dll do
It enables the patreon exclusive content.


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?
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),
            .
            .
            .
        }
    }
 
  • Like
Reactions: Mr.Shark

omgund

New Member
Oct 25, 2017
7
4
146
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),
            .
            .
            .
        }
    }
Great, I did the same but couldn't edit in C# as it wasn't compiling so added it in IL instead. Thanks!
 
4.20 star(s) 13 Votes