jasad

Well-Known Member
Dec 14, 2021
1,167
877
Meh, threw this together...

University Days Unofficial Fan Taboo Improvement Patch v1.3
(For UniDays v0.11.NB)

- This is a simple text replacement patch just drop it in the "game" subfolder. It shouldn't break future versions, but it won't change anything added past current versions content.
- Always call the Landlady by her title (ie "Mom") instead of her name, and her sister as "title + name".
- Case correction for when titles are used as proper nouns or not. (ie addressing landlady as "Mom" vs "my mom"). Note: The patch does not change the case of the roommate's title so you should just type the word "sister" in lower case when asked and it will be correct.
- Maddie is referred to as your cousin (for some reason there was no relationship variable for her)
- Minor increase in taboo dialogue.
- Corrections of some of the worst Engrish and spelling/grammar/etc.
- Correction of wrong character variable being used a few times ie Maddie calling her mom by the same title that you use for her. And your mom using the wrong name for her friend when she shows up at the door one time.

That said, patch still isn't able to do much about the story's lack of taboo feel, with the fast speed/willingness for some characters to want to jump each other without much explanation/hesitation if they're related.

As always with my fan patches, let me know if I missed anything, or broke anything...
thank you
 

Karmadive

Member
Mar 12, 2020
212
467
If memory serves me correctly it was part of the game and was removed.

Edit: not sure on the actual reason why since he just stated he rewrote the demo and I didn't see a ton of complaints. He might have changed the demo when he decided to make her a love interest since the original plan was for her not to be one.
 
Last edited:

Darth Vengeant

Well-Known Member
May 6, 2020
1,045
1,221
The section where you go to the Party, it asks if you want Sandbox, or normal. When I choose Sandbox the game wont progress, it just sets there. Nothing happens. I click and click, nothing. If I choose normal, the game will progress.

EDIT: I figured it out. The images were named wrong, so either the dev did it, or KoGa3's mod did it. They were .png's and the game wants .webp. So, I copied that entire folder and renamed them .webp. Put them in the folder so that both the .png and .webp images are in there (just in case it still wants .png down the road), and now the game works.

To anyone else with this error, attached is a file to download and place in there yourself. Extract the folder and it goes in game\images\party and you will be overwriting the imagebuttons folder.
 
Last edited:

KoGa3

Engaged Member
Modder
Donor
Aug 14, 2018
3,209
34,698
The section where you go to the Party, it asks if you want Sandbox, or normal. When I choose Sandbox the game wont progress, it just sets there. Nothing happens. I click and click, nothing. If I choose normal, the game will progress.

EDIT: I figured it out. The images were named wrong, so either the dev did it, or KoGa3's mod did it. They were .png's and the game wants .webp. So, I copied that entire folder and renamed them .webp. Put them in the folder so that both the .png and .webp images are in there (just in case it still wants .png down the road), and now the game works.

To anyone else with this error, attached is a file to download and place in there yourself. Extract the folder and it goes in game\images\party and you will be overwriting the imagebuttons folder.
Hi. I checked the game without my Mod now, but I still get the missing images. It's therefore most likely an issue in the main game. In "screens.rpy" the missing button images are coded in webp, but they are actually png files. You can fix that as you did with placing webp images there. Or replace them in the screens.rpy code from webp to png.
 
  • Like
Reactions: Darth Vengeant

throwaway1488

Newbie
Apr 12, 2020
17
8
is there any way to set the textspeed to instant so it shows the whole sentence instead of part by part, its annoying
 

jonquilnatrix

Newbie
Feb 27, 2024
91
524
got the text speed maxed out, thats why i was asking for whole sentence instant, it shows like half the sentence, waits shows the next part, waits again
No. Those are deliberate pauses in the dialogue built into the script's text for effect by the dev using the {w} tag. The only way to get rid of them would be to literally open the script.rpy in notepad and do a find/replace to delete those tags. Greebo didn't really go overboard with them though, there's less than half a dozen used in the entire game so far, so it hardly seems worth it IMHO.
 

throwaway1488

Newbie
Apr 12, 2020
17
8
No. Those are deliberate pauses in the dialogue built into the script's text for effect by the dev using the {w} tag. The only way to get rid of them would be to literally open the script.rpy in notepad and do a find/replace to delete those tags. Greebo didn't really go overboard with them though, there's less than half a dozen used in the entire game so far, so it hardly seems worth it IMHO.
okay, thanks for answering my question, i might just remove them cause i have had multiple times where i read what was on screen and pressed enter to go to the next only to notice basically while pressing that there is more text coming
 

jonquilnatrix

Newbie
Feb 27, 2024
91
524
okay, thanks for answering my question, i might just remove them cause i have had multiple times where i read what was on screen and pressed enter to go to the next only to notice basically while pressing that there is more text coming
Actually I take it back... There are more than I originally thought. There are some designated with a longer pause using {w=0.3} {w=0.6} {w=0.8} Also if you are by chance using the xtrataboo you will want to also do the find/replace remove them from that file as well otherwise it won't match up for line replacement.
 
3.00 star(s) 30 Votes