- Jun 5, 2017
- 5,063
- 12,609
So let me get this right, not only does this game have a anti-cheat for no reason, but its also breaking peoples runs? Theres no way that can be right....right?
It's almost as if it's a 0.1.4 release...So let me get this right, not only does this game have a anti-cheat for no reason, but its also breaking peoples runs? Theres no way that can be right....right?
Anti-Cheats tracks all possible scenarios and is triggered when it founds something that is not expected.Why is everyone argueing back and forth over "cheats"? if you don't like the game creator's decision, make your own game
However, I do wonder WHY a Porn Game has Anti-Cheat thats actually bugging the game
Early versions are good excuses for lack of content, not adding a anti cheat in a porn game that also kills runs. Its more then ridiculous. There's a good reason the game has 2 stars, doesn't matter how good the game is when the developer goes out of the way to hurt players freedom.It's almost as if it's a 0.1.4 release...
Dev is allowed some time this early in development to test things out.
so.... is there a way to remove it?Anti-Cheats tracks all possible scenarios and is triggered when it founds something that is not expected.
So, when adding a new content, one should be careful to update anti-cheat accordingly.
I think it can be called "Security through complication".
There are not many easy ways to add anti-cheat into game that can be run offline, especially when it is made in Twine.
She's Re-creating EA's Moto in Porn games.50$ for a cheat?
Are you for real? I can understand wanting to monetize your content, hell I would even be willing to pitch 5$ for a stat-altering cheat, but 50$ for a game that is still in it's early phase and lacks content to justify a -monthly- 50$ contribution to use cheats?
Just tried to do that, I think there is a bug because I didn't get any gold.
That bug will be fixed in the next hotfix (Today). Thank you both for reporting it.Also, There's a bug on day 1 relating to payment of offer from Francis and that other guy.
The reason why those are sold so high is because the man selling it, is a greedy merchant. He overcharges for all of his goods. The shop is just there to reflect his personality. That is why it is stated that everyone in the village avoids him. The player is not meant to buy things from him. In fact, when you first meet him then your character or your father (If he is with you) comment on his outrageous prices themselves.Why items in Cherlese village are 8x more expensive thn base village? For e.g You can buy Leather jacket for 10 gold in base but need 80 gold to buy in cherlese, Is there any reason for it?
Also, There's a bug on day 1 relating to payment of offer from Francis and that other guy.
The problem is that I don't of a good way to tell the player in-game about what paths are ahead without breaking the forth wall or pulling the player out of the immersion. I always aim for this game to be realistic to an extent, where the player can still enjoy the content they like but immersion is important to me so I try not to hold the player's hand and let them find the content themselves, replaying the game to find things you might have missed.It's almost as if it's a 0.1.4 release...
Dev is allowed some time this early in development to test things out.
Violet Kitten
I want to have a certain amount of control in tailoring the story to my individual wants. One of the best and easiest ways to give that control is with better information. I really think that is the better approach when thinking about how to guide a player through the game.
Anyway really liking the game so far.
The anticheat bugs should be all fixed. I tested plenty of paths before this release and I also haven't received any new reports since then so I assume all the bugs are fixed.Why is everyone argueing back and forth over "cheats"? if you don't like the game creator's decision, make your own game
However, I do wonder WHY a Porn Game has Anti-Cheat thats actually bugging the game
The cheat version is not 50$. In fact, it is actually impossible for it to be 50$ with the current reward system because the cheat version is part of a pack which has all the rewards of the previous pack. The previous pack (Warrior Tier pack) is priced at 20$ so that must be substracted from the Paladin price to determine the value of the cheat version. Doing that leaves you with 30$ for the 3 new rewards, though it is impossible for anyone other than the person who priced it to determine the value.50$ for a cheat?
Are you for real? I can understand wanting to monetize your content, hell I would even be willing to pitch 5$ for a stat-altering cheat, but 50$ for a game that is still in it's early phase and lacks content to justify a -monthly- 50$ contribution to use cheats?
Pretty much every game on this site gets a cheat mod or comes with cheats trying to stop that just so you can monetize your cheats is gross that being said 2 stars doesn't mean much when it's just 8 votes. lolEarly versions are good excuses for lack of content, not adding a anti cheat in a porn game that also kills runs. Its more then ridiculous. There's a good reason the game has 2 stars, doesn't matter how good the game is when the developer goes out of the way to hurt players freedom.
I understand that some people might value it differently for themself but I just don't like when someone generally states the value they believe as a factual value. Everyone can value it differently but when someone asks me why I value it at something that I don't, then I must object. I do not value it that way so there is nothing else I can say but to set the record straight.That's A-tier mental gymnastics right there. The fact that you have to pay 50$ for cheats values those cheats at 50$ at the very least. Just because there are other rewards at that tier, doesn't mean people don't have differing priorities. I personally couldn't care less about an update dropping a week early, since I wait for several updates before diving back into games.
So, that means that the tier now drops to two 'viable' rewards, and discord updates aren't exactly worth money, at least in my opinion. So that leaves cheats for me, which at that point, are a 50$ reward.
If you want to play the 'I'm the only one that can base the value of the rewards' know that not everyone will share your valuation, nor your priorities. As I said, no problem with monetization, but at this point, paying 50$ for what's essentially just the cheats, to me, makes no sense.
Well I have suggestions. These would be applicable only to sex scenes, story scenes obviously don't need the same kind of "guiding".The problem is that I don't of a good way to tell the player in-game about what paths are ahead without breaking the forth wall or pulling the player out of the immersion. I always aim for this game to be realistic to an extent, where the player can still enjoy the content they like but immersion is important to me so I try not to hold the player's hand and let them find the content themselves, replaying the game to find things you might have missed.
That is pretty much my goal. I want players to find the content instead of just being told, "it is there". I'm open to adding some hints but I just don't know a good way to do that without know what the player wants and without breaking immersion.
I'm glad that you are liking the game by the way.
Yes.so.... is there a way to remove it?
It's not encrypted, it's just encoded in hex. I've already dumped out the game code, but it's so ridiculously convoluted with calculations that I can only edit gold.Yes.
There was an post some time ago, where the 1.2 version was posted with anti-cheat removed (not completely, though ).
There are two layers on anti-cheat: one that tracks the game progress and checks whether current state is possible on current stage, and another that encrypts the game code, preventing one to simply modify the html file.
If you know HTML and JavaScript well - you can easily (more or less) modify it in a way you like.
Keep in mind that if you miss something, even if it is very small, in code you might not only fail to remove the anti-cheat but also break the game.
Personally me, I'm not outraged with anti-cheat system, I can live with that and I can value the attention DEV put into managing the paths and skill distribution.