Vertius
Active Member
- Dec 22, 2019
- 622
- 916
- 215
I never said the developer was responsible for it, I don't know why you're so flustered.There are several checks in the game for counts/amounts of various items, such as containers, rock bombs, money, etc.
That way, the game mechanics from the dev perspective can be predictable. As an example, some if/else loop could be like this: (if money < 100; elif < 1000, elif < 15000, elif < game.CurrentCap).
Production, commercial software would likely account for such wacky scenarios, probably even throw a message up saying "Hey, contact your support rep, something is fishy here...". This scenario is different in that the game does not HAVE to provide for that extra money/container/bomb/whatever, as it should not be obtainable by the player.
No game producer/coder is responsible for cheating actions taken by a player. If they choose to confine certain variables for play, or even their own amusement at the fallout of these manipulations, so be it. They are not obligated to account for whatever scenario any player can 'dream up', and therefore these errors are not the fault of the dev or the team. The cause of the 'break' is the player and their choices.
My only and original point was that I don't see any issue with single player cheating.
If someone wants to "ruin" the experience for themselves by giving themselves items and taking away some of the difficulty, then so be it. And, for 99.99999% of my gaming experience thus far, it would seem that creators would agree with me. So I was a little bit disappointed to find out that NLT was such a stick in the mud that even minor tweaks here and there would lead to 'soft breaks' in the game.