A Town Uncovered [v0.29a] [Geeseki]
cheat code - smokeyribage
cheat code - smokeyribage
I gotta laugh at this onewhat is the cheatcode for 0.29 plz?
Are you sure?sonofa.... I think GeeSeki booby trapped the game code. I dunno what version this started in but if you enable the dev console it seems it causes duplicates of some scenes to come into scope... preventing the game from loading. Sneaky mofo.
init 1701 python in _console:
config.console = True
config.developer = False
&re: CursedFlame91slitherhence
create a py file under game and insert these in:
the issue is if you set developer to True it will spit out every warning/errorPython:init 1701 python in _console: config.console = True config.developer = False
This is just a guess but I do not think it is implemented beyond what is has yet.Has anyone passed the mini computer game of not cumming inside the girl?
That was quite a bit of a ramble there pal. Not judging you, i sometimes do the same.&re: CursedFlame91
Yeah, I tinkered about till i realized that the developer flag was the issue. Works fine with it set false. I use a modified unren.bat with sets those both true (and also sets `persistent._console_short = False`). I just manually removed the `config.developer = True` setting.
That said (and I'm no renpy expert but...) from past experience I got the impression that if there are two scenes with the same name listed anywhere in the game's rpy files then the game will not load... developer mode or no. I've run into this a few times because my SOP for updating games is to simply unzip the new version on top of the old (yeah, yeah... i know) and every now and then a developer changes the file names which results in the same scene with the same name existing in two files... which renpy promptly loses it's shit over. My thought process was that he maybe hid dummy scenes with names of scenes found elsewhere behind a check for `config.console == True`. It'd be a rather effective scheme to stop console use because the average user would be helpless to overcome it and even someone with a modicum of skill like myself doesn't want to dig through a dozen-dozen rpy files looking for booby trapped dummy scenes with each release.
But the more I think about it that sounds like a lot of effort for no gain. Save editors still allow the same essential functionality albeit with a few more steps involved. Unless he also encrypted the saves (which he hasn't) which could then be defeated by extracting the encryption key from the game files (same way I lookup the cheat code with each new version).
Anyway. Yeah, thanks for the reply.
tbh i only inject py code if rollback is disabled.That was quite a bit of a ramble there pal. Not judging you, i sometimes do the same.
But yes, the problem seems to be that your method of just dumping the new content over the old one has made some mistakes here.
Mainly because of the way files are organized in this project.
Basically every scene and it's scripts are organized in a series of folders, for example a scene in theschooluniversity's bathroom at night would be in
school>bathroom>night>story>{namespecifiedforthatscene}
So if the dev decided to, idk, move a scene from one folder to another while keeping the same names... And you dumping new files over old ones... Yeah.
I agree about blocking cheats, specially on a game made with an engine as open as Ren'Py.
But I assume it could be because sometimes folks edit stuff willy nilly and end up messing something up, then that's another bug report that wouldn't have happened if people didn't touch stuff they're not supposed to, that's why some devs add cheats.
What I find more stupid is making cheats exclusive for a patreon tier. Like... It's not like someone can just decompile the game and see the script for themselves.
Of course it doesn't make sense and it feels like a cheap cop-out.May I just say, I HATE how the game is trying to change the High School into a University. Everything about this game says High School from the building to the students to the staff and the gym. Even though some (not all) dialogue has been change to University, like "Effie is just trying to get into a good collage" . It still sounds to me like the university lines are the error and not the missed high school ones. I for one do not think it should be changed to University instead of high school. It works in this story and everyone is still over 18. Just my opinion.
Since when did a University have detention?
I doubt it being possible, or worth any user's time patching it.Steam is known to ban games featuring a school context and sexual themes as part of their plans against so-called child-exploitation. The switch from school to university was done with ungraceful bluntness, but the reason to do so is sound, in my opinion.
I’m just waiting for the option to turn it back or a restoration patch. From a different developer I’d expect either to be delivered quickly, but with Geeseki I’d not be surprised if it only happens when fans do it themselves.