kokin2345

New Member
Dec 14, 2023
1
1
This relates to like the previous 10 comments about pirating this game and whatnot

I just wanna say the reason I pirate games like this are due to not wanting to pay constantly every month to have access to new builds. another reason is just to try out a game before buying and im glad i am a pirate it has saved me a bunch of money from buying into shit game(not Heat). I have gotten burned before by helping fund games even if was only like 1-5$ a month it was something but then those games end up never getting finished, end up getting abondoned, or the dev ends up milking the community instead of actually updating their game. The biggest reason why I pirate heat specifically is I am not paying $20 each time a new major build(not milestones) comes out lol. its such a big barrier from people who actually love the game but just cant afford or dont want to pay 10-20 a month for a porn game.

I am a pro pirate, but it depends on a circumstance. pirating an indie game? no thats being a dick. pirating a game you have bought before? yes that is fine in my opinion. pirating a game to test it out either to see if you enjoy it or to see if your pc can handle it. pirating a game that is in alpha or in development stages but cant afford to dish out money monthly to play new builds? i am fine with, to a point.

all of this is my opinion
absolutely agree ur preaching the truth
 
  • Like
Reactions: MrStal0ne

Chrystales

New Member
Feb 14, 2019
2
1
I know I'm being very retarded but how do you close the main menu with the Index? 'B' apparently opens it but I can't close it. Can't click away either. 'A' opens the radial menu. Touchpad and thumbstick does nothing.
 
Last edited:
  • Like
Reactions: M_e_*

gaygames

Newbie
Jul 22, 2020
42
6
hello, does anyone know if pokemon mods can be added such as characters or style, if there is something or something is coming, I definitely want to know
 
Dec 30, 2023
16
5
I know I'm being very retarded but how do you close the main menu with Index? 'B' apparently opens it but I can't close it.
Just tried 6.3.0 with index and everything seems to work normally. "B" should open and close the main menu "A" should open and close the mini menu for toggles, thumbsticks should let you turn, walk, and teleport move.

Try a clean install of the game make sure you have the right version DLL file, resetting the controller mapping in the steam UI, and disconnecting any other controllers from your pc.
 
  • Like
Reactions: Chrystales

Chrystales

New Member
Feb 14, 2019
2
1
Just tried 6.3.0 with index and everything seems to work normally. "B" should open and close the main menu "A" should open and close the mini menu for toggles, thumbsticks should let you turn, walk, and teleport move.

Thanks. Not the solution but it did confirm to me that it was an actual bug and not because I couldn't figure out the controls. It pushed me to search in the right direction. I tried using the separate experimental crack dlls but they crashed the game on launch, but I eventually found this as the working solution:

Try to replace the code in HeatSDK.Core.dll
Code:
public static bool AllowMenuToggleOff = false;
to
Code:
public static bool AllowMenuToggleOff = true;
works for me
It seems absurd that it's off by default in the first place. Either someone somewhere somehow messed up or it's an ultra-subtle anti-piracy measure made by the devs because you can still explore the menus and see the features, but it's just that you struggle to actually properly enjoy the game lol.
 
Last edited:
Mar 11, 2023
81
218
Thanks. Not the solution but it did confirm to me that it was an actual bug and not because I couldn't figure out the controls. It pushed me to search in the right direction. I tried using the separate experimental crack dlls but they crashed the game on launch, but I eventually found this as the working solution:



It seems absurd that it's off by default in the first place. Either someone somewhere somehow messed up or it's an ultra-subtle anti-piracy measure made by the devs because you can still explore the menus and see the features, but it's just that you struggle to actually properly enjoy the game lol.
Yeah, ever since the addition of Subscribestar as a subscription option, the method of cracking the dll has changed a little if you are using dnSpy (I do not know about other methods):

Now both the 'Authenticated' & the 'AllowMenuToggleOff' variables must be changed to true for the crack to be usable.

On top of that there is some new error with something something "tuple" that wont let you compile the crack, so you have to go in & delete all the code it's complaining about (it's like 3 little blocks of code, just make sure you only delete the blocks & that you delete the full block to prevent any errors) removing the code has no effect on the game so far as I know.

Otherwise the process is the same, just a couple extra steps

P.S. I believe the AllowMenuToggleOff is for the tutorial that the game is supposed to put you through, but because we are bypassing the authentication, we never hit the flag that turns the toggle on.
 

ElmoCamper

New Member
May 22, 2023
2
3
Of course they are not, but they absolutely are related to the devs/game, if you ask me
Not really - sry.

I didn't understand the short "edef" - sry.

I would give them the advice to release the game on steam for protection and give a stable and updated version to all players. That would be fair for everyone and they could work with dlc's for new characters, locations and functions for a fair price.

This would my idea for them, but with this, they'll get less money - so they wouldn't do this.

Because, when i take a look at the game, it looks finish for me with the versions now - so they could release it (that is my oppinion about this).

Sorry, when i see both sides and not only one - please don't spank me about this.
 

SirBobbeth

New Member
Mar 1, 2021
6
6
Not really - sry.

I didn't understand the short "edef" - sry.

I would give them the advice to release the game on steam for protection and give a stable and updated version to all players. That would be fair for everyone and they could work with dlc's for new characters, locations and functions for a fair price.

This would my idea for them, but with this, they'll get less money - so they wouldn't do this.

Because, when i take a look at the game, it looks finish for me with the versions now - so they could release it (that is my oppinion about this).

Sorry, when i see both sides and not only one - please don't spank me about this.

steam doesnt deliver as much protection as people think, there are purpose built tools to easily make a crack for any game (that uses steam profile authentication as its DRM) by simulating a fake steam client.
 

WhiteWolfy14

New Member
May 9, 2023
2
0
Thanks. Not the solution but it did confirm to me that it was an actual bug and not because I couldn't figure out the controls. It pushed me to search in the right direction. I tried using the separate experimental crack dlls but they crashed the game on launch, but I eventually found this as the working solution:



It seems absurd that it's off by default in the first place. Either someone somewhere somehow messed up or it's an ultra-subtle anti-piracy measure made by the devs because you can still explore the menus and see the features, but it's just that you struggle to actually properly enjoy the game lol.

I'm not sure what program to edit it with! I have the same issue on my Rift.
 
Mar 14, 2022
69
122
Yeah, ever since the addition of Subscribestar as a subscription option, the method of cracking the dll has changed a little if you are using dnSpy (I do not know about other methods):

Now both the 'Authenticated' & the 'AllowMenuToggleOff' variables must be changed to true for the crack to be usable.

On top of that there is some new error with something something "tuple" that wont let you compile the crack, so you have to go in & delete all the code it's complaining about (it's like 3 little blocks of code, just make sure you only delete the blocks & that you delete the full block to prevent any errors) removing the code has no effect on the game so far as I know.

Otherwise the process is the same, just a couple extra steps

P.S. I believe the AllowMenuToggleOff is for the tutorial that the game is supposed to put you through, but because we are bypassing the authentication, we never hit the flag that turns the toggle on.


you can kinda tell by the way the account is designed it sounds and looks pretty much exactly how edef talks so theres no doubt thats an alt to someone related to heat
 
  • Like
Reactions: ftneko5
Mar 14, 2022
69
122


you can kinda tell by the way the account is designed it sounds and looks pretty much exactly how edef talks so theres no doubt thats an alt to someone related to heat
unless edef has an official account here, which then will obviously prove it but it's not an alt finding contest lmao
 
  • Like
Reactions: ftneko5
Mar 14, 2022
69
122
You know, you are talking about the illegal (cracked) version?
As a dev i would change a lot, about the registration, to make it difficult for cracks - abd i think we have the same here.
On the legal version i don't think, they'll have the problem.



Why you don't start a game like this yourself, if you think it would be that easy?
I'm not a programming person, but i can believe it is hard to create a game for pc with vr stuff and watch so much different hardware - the tripple A studios have the same problem with different hardware and they have more people and money for this.
Also you're not an AAA studio. Immediately after getting a menu complaint in your discord you immediately resorted to raging out about it in multiple paragraph form on this site a literal DAY later to try to gain more fame? What more of a coincidence so we need just name yourself edef be honest and go about your day
 
  • Like
Reactions: ftneko5
4.30 star(s) 28 Votes