danny221221

Newbie
Nov 16, 2020
59
34
Instead of changing anything in HeatSDK.Core.dll, you need to do these adjustments in HeatSDK.Misc.dll:


Code:
public class Auth : MonoBehaviour
{
    public void StartAuthenticate()
    {
        this.successModal.descriptionText = this._defaultText;
        this.PassNoConnect();
        //remove everything else
    }
}
Then when starting you click on authenticate and it starts the guided tour. The guided tour is probably the problem since it blocks the UI somehow.

Attached is my crack. Do NOT replace HeatSDK.Core.dll from the other crack.
I just tried it and it doesn't work
 

danny221221

Newbie
Nov 16, 2020
59
34
It works, you have to click Authorized when shown the menu ingame about authorizing. It'll run you through the tutorial (Which you can skip), but it works fine afterwards
Yea I made it work now but every time I launch it always goes back to the tutorial mode and its kind've annoying. Do you know how to make it so that it doesn't go back to the tutorial and auth screen every time?
 
Mar 3, 2021
54
216
Yea I made it work now but every time I launch it always goes back to the tutorial mode and its kind've annoying. Do you know how to make it so that it doesn't go back to the tutorial and auth screen every time?
I guess you could change in HeatSDK.Core.dll:

Code:
public class MFFConUI : Singleton<MFFConUI>
{
    ...
    public void BeginDemoAfterWait(bool force)
    {
        return;
    }
    ...
}
 

JacobBig

Newbie
Feb 13, 2023
53
96
Shits broken yo, no tongue, menu stuck.
Not to mention that the new player bodies are horrible to play with.
They also moan, big no-no :(

Sasha is great though.
 
Last edited:
  • Like
Reactions: Goblyn99

Ktxneb

New Member
Jun 5, 2023
2
1
Shits broken yo, no tongue, menu stuck.
Not to mention that the new player bodies are horrible to play with.
They also moan, big no-no :(

Sasha is great though.
please read the rest of the thread, you need to replace the misc SDK file with the one the user which I'm quoting provided- actually nevermind I can't fucking read, ignore this.
Instead of changing anything in HeatSDK.Core.dll, you need to do these adjustments in HeatSDK.Misc.dll:


Code:
public class Auth : MonoBehaviour
{
    public void StartAuthenticate()
    {
        this.successModal.descriptionText = this._defaultText;
        this.PassNoConnect();
        //remove everything else
    }
}
Then when starting you click on authenticate and it starts the guided tour. The guided tour is probably the problem since it blocks the UI somehow.

Attached is my crack. Do NOT replace HeatSDK.Core.dll from the other crack.
 
  • Thinking Face
Reactions: JacobBig
Mar 3, 2021
54
216
After I used the code, the tutorial disappeared, but now the escape button does not work
yeah it has a hardcoded demo mode in the source code, it is meant to always start the tutorial, but you can do this:

HeatSDK.Core.dll:

Code:
public static class Options
{
    ...
    public static bool authenticated = true;
    public static bool AllowMenuToggleOff = true;
    ...
}
This skips the tutorial and enables the menu
 

Goblyn99

Newbie
Sep 26, 2023
92
163
Wanted to play with the new girl, Sasha, but the menu won't go away, the VR controls don't work for movement (Quest 3), and grabbing items is still wonky. Going to give it another go with Quest Link instead of Virtual Desktop to see if that helps.

JacobBig is spot on.
 

otakunorth

New Member
Sep 8, 2020
10
14
Wanted to play with the new girl, Sasha, but the menu won't go away, the VR controls don't work for movement (Quest 3), and grabbing items is still wonky. Going to give it another go with Quest Link instead of Virtual Desktop to see if that helps.

JacobBig is spot on.
Same lots of issues with this one, controls are messed physics are bad, menu wont go away, everytime I reset my possion I'm at an angle (feels like a fake crack)
 

royalking

Newbie
Aug 20, 2017
45
73
It seems they added new things to the code this time around. the game still works somewhat but some issues are there that would likely need someone with a lot of experience in coding to perfect a crack for it. the simple changing auth makes it playable with some issues like the menu not closing or some people constantly getting the tutorial.
 

Goblyn99

Newbie
Sep 26, 2023
92
163
just cracked it myself using clean files seems to work and the menu seems to go away just place this in your manaaged folder and should be good
Amazing work! Problems are fixed... but possession seems to be busted in this build. When you possess the body shrinks, viewpoint is off (may need to adjust options), and limbs go bonkers. Also, Sasha's boob model is droopy and off when you enlarge breasts... but she's new so they're probably still working on her.

Sucks the Em is now the main default player body... I miss the old one.
 
  • Like
Reactions: garbage062
4.40 star(s) 27 Votes