Shirobine

Member
Sep 17, 2017
292
591
Thanks. Added to the bug list as a solution.

Well… you’ve got your answer then, don’t you? Join the Patreon, get access to the private Discord channel. Unless you were asking for the dev’s discord handle, which I have no idea of.

Added it to the list.

The mods use one specific and very restrictive definition of NTR. You need to take it up with them if you don’t like it. There have been a few threads about how misleading/wrong/incomplete the tag is already. Mods don’t seem to care so far.
Oh, well no point in arguing that anyway, this isn't a democracy, it's a Wendy's, heh.
I mean, I agree. I'm talking about the Definition itself should stop being talked about. You're talking about the CONTEXT which IS, as you say, important. I understand the context of the game and the scene is STILL En Tee Argh in my eyes. That's why if it has NOT been removed, then the Tag should still be applied. However, I'm not willing to play this buggy ass game to check unless the Dev pays me, or he puts ANY focus on fixing them.

Someone already describes the scene in detail in one of the links above. A path exists where the MC's father fucks the mother in front of him and even the Mom humiliates him, if that's not En Tee Argh, i don't know what is.


Yo bro, chill, it's not that serious. We're in a piracy porn forum. There's no need for this meanness. I read the "FAQ" and I STILL see it as such. I don't see why that's hard for you to understand.

That topic out of the way, the TRUEST En Tee Argh are the bugs that get in the way of the game! I think even YOU can agree with that. :)
Indeed, though again the issue was mostly in the basis of the protagonist's perspective on the matter. Either way if that was the situation then yeah it would be a pretty common NTR vibe.
 

Big Daddy

Member
Jul 17, 2017
399
896
Thanks. Added to the bug list as a solution.

Well… you’ve got your answer then, don’t you? Join the Patreon, get access to the private Discord channel. Unless you were asking for the dev’s discord handle, which I have no idea of.

Added it to the list.

The mods use one specific and very restrictive definition of NTR. You need to take it up with them if you don’t like it. There have been a few threads about how misleading/wrong/incomplete the tag is already. Mods don’t seem to care so far.
Created a patch that should fix this issue as well. It simply updates the arguments to the sorted function that is throwing the error:
Code:
sorted_items = sorted(inventory.items, reverse=True)
becomes
Code:
sorted_items = sorted(inventory.items, key=lambda item: item.cost, reverse=True)
This will sort all the items by price, greatest to least, because... why not. I have no idea what the developer was trying to achieve with the sort precisely, so you could just get rid of it entirely, but I chose to keep it and sort like this.

(question: are there any gun items in this game? Because if there aren't it's likely the dev copied and pasted the code from somewhere else based on the comments in the code)

In fairness to the developer, the code is precisely identical to prior versions as far as I can tell, but something changed in the underlying python environment that caused this to break. However, it looks like the dev was utilizing undefined behavior in their use of the sorted function, and this is what happens when you rely on undefined behavior in your code. Could be wrong here though, so anyone feel free to correct me.

To install the patch, click on in, right click on the code in the window that opens and select "save as", then drop the file in the /game folder.
 
Last edited:
  • Like
Reactions: RoughlySpecific

Kadmus

Newbie
Mar 3, 2018
37
60
Someone already describes the scene in detail in one of the links above. A path exists where the MC's father fucks the mother in front of him and even the Mom humiliates him, if that's not En Tee Argh, i don't know what is.
It's ntr because the MC watched a dude fuck his wife?:unsure:
 

RoughlySpecific

Active Member
May 27, 2020
632
794
Apparently on the second office day, after finishing the coffee run second and copy machine first, the game checks if you've completed 2 (instead of 1 as the copy machine job) office jobs. After that, it starts a in between jobs scene with no lines that sends you back to the job select menu and, since you've done all the jobs, it starts the next scene, which is that in between jobs scene again and here is where the infinite loop appears.

To fix this, you need to unpack archive.rpa and find these lines in officejobs_coffeerun.rpy:
Thanks. Added it.
I made a patch addressing this bug, and 2 more bugs that I found while I was playing, so it was in version 0.41
I knew I forgot something big when I made the bug post. If it still works, could you please link your patch and describe the three bugs it fixes again? I’ll then link that post as a solution to the bugs.

EDIT: Didn’t you make a translation of the game as well? Could you please link that one (or you previous post on that) as well? I’d like to add it to the GUIDE, and I don’t think I have yet.
Created a patch that should fix this issue as well. It simply updates the arguments to the sorted function that is throwing the error:
Added to list.

>this issue as well
Did you make another patch already? I don’t think I’ve seen that.
(question: are there any gun items in this game? Because if there aren't it's likely the dev copied and pasted the code from somewhere else based on the comments in the code)
No guns. The main dev has had, afaik, no coding prior to this game. Based on the kind of bugs and the difficulty in fixing them, they have learned little in the last 6 years of development, either.
 
  • Like
Reactions: Big Daddy

_Darkmage_

Active Member
Dec 6, 2019
769
829
Created a patch that should fix this issue as well. It simply updates the arguments to the sorted function that is throwing the error:
Code:
sorted_items = sorted(inventory.items, reverse=True)
becomes
Code:
sorted_items = sorted(inventory.items, key=lambda item: item.cost, reverse=True)
I put in the required fix into the game code. Thanks. Maybe ren'py screwed us with a function change, who knows. This just worked out the box before.
 

zerodead

Engaged Member
Jan 18, 2018
2,196
2,020
I knew I forgot something big when I made the bug post. If it still works, could you please link your patch and describe the three bugs it fixes again? I’ll then link that post as a solution to the bugs.

EDIT: Didn’t you make a translation of the game as well? Could you please link that one (or you previous post on that) as well? I’d like to add it to the GUIDE, and I don’t think I have yet.
the translation of the game into portuguese is this one here \/

https://f95zone.to/threads/a-town-uncovered-v0-42a-geeseki.1433/post-8842061

the bugs that I had found were

  1. one was in the bathroom mission with the director this I solved by adding an image that was missing
  2. the infinite loop bug in the day 2 office
  3. the changelog bug when going to use the pc , the images were missing btn changelog_41
  4. the name bug in the cinema, there was a code that doesn't exist and it was giving a bug, I think the right code was this > [povsisrole]
 

RoughlySpecific

Active Member
May 27, 2020
632
794
I put in the required fix into the game code. Thanks. Maybe ren'py screwed us with a function change, who knows. This just worked out the box before.
Awesome to have one of the devs respond. Looking forward to at least one bug less next version. If you have time, it would be great if you could take a look at the various bugs listed in this post: https://f95zone.to/threads/a-town-uncovered-v0-42a-geeseki.1433/post-9116956

Sorry if it’s a bit messy, I’ve just been randomly adding things as they come up.

Lastly, I’m pretty sure the Steam version was supposed to update with the full release for on Patreon, but it didn’t. So… consider this a reminder that someone need to upload it there, still.
the translation of the game into portuguese is this one here \/
Added the translation to the collection of links, and this post to the bug collection. I’ve only added it under the v0.41 header so far, since I don’t know if the bugfix will work on v0.42.

Thanks for the effort. Still can’t get over the fact that you even translated some of the images in the game.
 
  • Like
Reactions: Big Daddy

zerodead

Engaged Member
Jan 18, 2018
2,196
2,020
Awesome to have one of the devs respond. Looking forward to at least one bug less next version. If you have time, it would be great if you could take a look at the various bugs listed in this post: https://f95zone.to/threads/a-town-uncovered-v0-42a-geeseki.1433/post-9116956

Sorry if it’s a bit messy, I’ve just been randomly adding things as they come up.

Lastly, I’m pretty sure the Steam version was supposed to update with the full release for on Patreon, but it didn’t. So… consider this a reminder that someone need to upload it there, still.


Added the translation to the collection of links, and this post to the bug collection. I’ve only added it under the v0.41 header so far, since I don’t know if the bugfix will work on v0.42.

Thanks for the effort. Still can’t get over the fact that you even translated some of the images in the game.
if the files of version 0.42 had no change , both correction and adding new texts , these correction files will work
 
  • Like
Reactions: amsousa

Ottoeight

Forum Fanatic
Mar 13, 2021
4,796
8,418
I mean, I agree. I'm talking about the Definition itself should stop being talked about. You're talking about the CONTEXT which IS, as you say, important. I understand the context of the game and the scene is STILL En Tee Argh in my eyes. That's why if it has NOT been removed, then the Tag should still be applied. However, I'm not willing to play this buggy ass game to check unless the Dev pays me, or he puts ANY focus on fixing them.

Someone already describes the scene in detail in one of the links above. A path exists where the MC's father fucks the mother in front of him and even the Mom humiliates him, if that's not En Tee Argh, i don't know what is.


Yo bro, chill, it's not that serious. We're in a piracy porn forum. There's no need for this meanness. I read the "FAQ" and I STILL see it as such. I don't see why that's hard for you to understand.
BUT I see your point and I totally understand it.


And... NO, bugs aren't the biggest flaw, in my opinion. I've played 0.41b from the start till the end without any big problems, in fact. What really annoys me is that the scene gallery is incomplete.

I think this game's biggest flaw is that we still are far from seeing the end of main storyline and side stories that Geeseki started writing six years ago.
 

zerodead

Engaged Member
Jan 18, 2018
2,196
2,020
the translation of the game into portuguese is this one here \/

https://f95zone.to/threads/a-town-uncovered-v0-42a-geeseki.1433/post-8842061

the bugs that I had found were

  1. one was in the bathroom mission with the director this I solved by adding an image that was missing
  2. the infinite loop bug in the day 2 office
  3. the changelog bug when going to use the pc , the images were missing btn changelog_41
  4. the name bug in the cinema, there was a code that doesn't exist and it was giving a bug, I think the right code was this > [povsisrole]
of the 4 bugs i found and fixed, 3 were fixed, only the day 2 office bug is still in the game

1666292471608.png
version 0.41 bug fix file can be used, there was no change in version 0.42 file
 
Last edited:

Big Daddy

Member
Jul 17, 2017
399
896
I put in the required fix into the game code. Thanks. Maybe ren'py screwed us with a function change, who knows. This just worked out the box before.
Likely an update to the underlying python version used by Ren'py, with the new python version throwing an error when encountering undefined behavior (i.e. boolean comparisons on stored objects) instead of just executing the nebulous behavior. Have to go through the version notes to confirm this of course, but it's ultimately a good thing.
 

Big Daddy

Member
Jul 17, 2017
399
896
>this issue as well
Did you make another patch already? I don’t think I’ve seen that.
Nope, just was referencing the previous console fix of, from what I understood, redefining the less than rich comparison operator, but I didn't research that fix enough to understand all the implications (just that this fix might effect all less than comparisons used by the game, which is always a little spooky).
 

zerodead

Engaged Member
Jan 18, 2018
2,196
2,020
Thanks for the effort. Still can’t get over the fact that you even translated some of the images in the game.
translating images is easy, and just copy the original image, both in the folder and the file name, and leave it in the tl folder in the same place as the original, when the translation option is active, it is this image that will appear and not the original
 
  • Like
Reactions: Big Daddy

zerodead

Engaged Member
Jan 18, 2018
2,196
2,020
Update V0.42a
I did a quick translation to Portuguese, it is not a professional translation, and a simply amateur translation.

after making 3 attempts, now I managed to do the translation
---------------------------
Atualização V0.42a
Fiz uma tradução para o português, não e uma Tradução profissional, e uma tradução simplesmente amadora.

depois de fazer 3 tentativas , agora consegui fazer a tradução

View attachment 2007444
View attachment 2006210
View attachment 2011344
You don't have permission to view the spoiler content. Log in or register now.

Tradução com pouca revisão para a versão : V0.42a

PS : a palavra Mãe e Irmã e aceito pra ativa o Incesto
PS: para ativa e desativa a tradução e so ir na opção controles

A Town Uncovered 0.42a Mega
I did a quick translation to Portuguese. V0.42a
---------------------------

Fiz uma tradução para o português, V0.42a
 

Big Daddy

Member
Jul 17, 2017
399
896
I put in the required fix into the game code. Thanks. Maybe ren'py screwed us with a function change, who knows. This just worked out the box before.
If I may make an additonal suggestion, it may be useful to add an additional property to the Item class as a weight to use to sort and order the items by, instead of just sorting by cost. For example, if you always want the totem to show up first in the inventory, you could give if a higher weight than other inventory items and use that value as the key instead.
 

_Darkmage_

Active Member
Dec 6, 2019
769
829
If I may make an additonal suggestion, it may be useful to add an additional property to the Item class as a weight to use to sort and order the items by, instead of just sorting by cost. For example, if you always want the totem to show up first in the inventory, you could give if a higher weight than other inventory items and use that value as the key instead.
We rather just focus on the gameplay elements than how lists are sorted. It's not an RPG. However, if someone wants to design something I can take a look and see about plugging it into official game code.
 

QonanXian

Newbie
Oct 27, 2021
21
11
Just tried it, kinda like it, but there's one problem. I don't know how, but once I entered the Mall, I can't use the Map to leave. Like the Map is greyed out, can't click it, and there's no way to Exit the Mall. Is there a solution?
 

RoughlySpecific

Active Member
May 27, 2020
632
794
Just tried it, kinda like it, but there's one problem. I don't know how, but once I entered the Mall, I can't use the Map to leave. Like the Map is greyed out, can't click it, and there's no way to Exit the Mall. Is there a solution?
The map is sometimes intentionally disabled to tell you that there’s still something you need to do in that area. Did you talk to all the characters at the mall?

Could also be a bug, but I haven’t seen reports of a disabled map in a long time.
 
3.10 star(s) 82 Votes