- Aug 20, 2020
- 1,484
- 2,625
Same with mine, no idea what this is about lolTo be clear for others, this has nothing to do with my upload. ^
Same with mine, no idea what this is about lolTo be clear for others, this has nothing to do with my upload. ^
Okay... but then it will also update your gold... LOLI tried several things that didn't work until I found something that did:
__________________________________________________________
....try:
........ _default_keymap.keymap['K_PERIOD'] = MissionStatFucked, FuckAC
....except NameError:
........renpy.config.default_keymap['K_PERIOD'] = MissionStatFucked, FuckAC
What button is '/' (slash) on other keyboards? We talking about the "shift + 7" button?Cheat tested for v0.16.4 only:
Press '.' (dot) to add money 1000
Press '/' (slash) to set all mission stat to 10
--UPDATED-- : Use dev function PutGold and autoupdate screen
Only works if you don't decompile the game (don't unren)
Just unzip and copy paste inside 'game' directory.
Yes, in my version both now switch together: Money and A17 actions.Okay... but then it will also update your gold... LOL
BTW, I updated the cheat, if you'd like to try it... should've works now.
This is overcomplicated, y'know.Cheat tested for v0.16.4 only:
Press '.' (dot) to add money 1000
Press '/' (slash) to set all mission stat to 10
--UPDATED-- : Use dev function PutGold and autoupdate screen
Only works if you don't decompile the game (don't unren)
Just unzip and copy paste inside 'game' directory.
Non-English keyboard layouts are the reason most developers don't do this kind of thing, they simply add alias commands in common English script or add a UI. Most figured out this kind of issue in the early 2000s.Yes, in my version both now switch together: Money and A17 actions.
I tried your new version. Everything is the same as before :
['K_PERIOD'] does.
['K_SLASH'] does not.
I guess my non-English kyboard has a different view. There only ['K_PERIOD'] works. So I have used this for both.
_________________________________________________________________
Here is the version I changed, which achieves the desired effect for me.
you mean to create a folder in the "game " folder named script, open that folder and create a new folder named "Settings." and then place the file in that folder?For those that want to remove the checks and be able to cheat as one should in an indie AVN, place this file in game\script\Setting .
I've had no issues so far, although, my game has been unrenned and unrpyced first.
If it causes issues let me know, but so far, no issues here.
I'll update this file here as I find more checks and remove them
I basically made it so the condition check for cheating, is impossible to achieve. This should cause no issues.
Yep, if the game has not been unrenned, I believe those folders are not created either, so you may need to create them manually before putting the file in there.you mean to create a folder in the "game " folder named script, open that folder and create a new folder named "Settings." and then place the file in that folder?
The file I uploaded simply overrides IsTest, allowing cheating to work. Much simpler.Yep, if the game has not been unrenned, I believe those folders are not created either, so you may need to create them manually before putting the file in there.
I do know what it is. Overriding IsTest() currently (0.16.4) affects:If you know what the test means, that's not a good way.
The context you quoted you misunderstood.This game is not made to fool people. This code has the potential to cause problems with the quest.
Simple console commands can set it to whatever you want. *shrug* But I take it you mean automatic. I might bother to write a script up, I usually just remove DRM/AntiCheat and fix bugs, not really design cheats. Still, you'd probably look atHi BupoTiling03-Retired
I would like to ask you something .....
How would such a Ren'Py-addition to A17 look like, which automatically increases the money to 5000 and the A17 actions to 10 with each new day ? Without having to worry about it further ? I think that would be something useful !
action_sleeping
to implement those.