Paynne

Active Member
Oct 31, 2018
552
10,574
DreamNow Do you need a new game or are the saves backwards compatible?
Mine work fine and if you don't have any mod installed and according to what Dream said on Patreon yours should work too: "First off, your old saves should work without any issues in the remake version. I’ve made sure not to introduce any critical changes that could break the game. However, since it’s impossible to test every possible scenario, please let me know if you run into any problems with your saves." The entire Patreon post:
You don't have permission to view the spoiler content. Log in or register now.
 
Nov 26, 2020
120
63
Gallery Unlock Script

Description: A simple gallery unlock script. Just place it in the game folder and everything should be unlocked.
Game version: v1.5.0 Extended (but should work on newer versions as well)

Download: MEGA





Python:
# Use this unlock script at your own risk.
# https://f95zone.to/threads/.65957/post-10656261

# Start the deal with the devil
init 666 python:
    # Persistent update function
    def cGU_Set_Persistent(PersistentAttr, NewValue):
        if getattr(persistent, PersistentAttr) != NewValue:
            print('[GalleryUnlocker] Set persistent.' + PersistentAttr + ' = ' + str(NewValue) + ' (Old value: ' + str(getattr(persistent, PersistentAttr)) + ')')
            setattr(persistent, PersistentAttr, NewValue)

    for PersistentAttr in dir(persistent):
        for item in ['gallery_', 'lewd_', 'extra_', 'bg_']:
            if PersistentAttr.startswith(item):
                cGU_Set_Persistent(PersistentAttr, True)

    # Make sure the replay scenes are clickable
    for label in renpy.get_all_labels():
        renpy.game.persistent._seen_ever[label] = True
        renpy.game.seen_session[label] = True
You don't have permission to view the spoiler content. Log in or register now.
Will this work on the v1.5.0 remake version?
 

DevinHesi

Engaged Member
Uploader
Oct 29, 2021
3,750
31,027


1730989778415.png

Hey everyone!

Another year of developing University of Problems has come and gone, and what a year it’s been!

It’s been a challenging ride, to be honest. First, I got hit with COVID, which took a toll and kept me busy dealing with the aftermath. I even had to take a short break to fully recover. But despite those setbacks, it turned out to be a surprisingly productive year - I can really see my skills evolving, which is always a big win. Of course, there’s still a lot to learn and plenty of areas to improve. I mean, I’m just getting started!

Now, speaking of quality improvements, I’m beyond excited that I was able to deliver the remake just in time for this milestone. It might not be as big as I initially envisioned since I wanted to push the story further, but I hope you all took a moment to revisit the start of the journey with me anyway. Now, it’s presented with updated visuals and polished dialogue, making it more enjoyable and immersive.

Plus, the remake brought University of Problems another step closer to a release on Steam. Even though I still have a lot of questions and difficulties with it, I’m confident that in the near future, I’ll finally sort everything out and be able to share the good news that many fans have been waiting for.

But none of this would be possible without you guys. Your interest, your feedback, and your unwavering support mean everything. To all of you who’ve been by my side, reaching out with questions, sharing thoughts about the project’s future, and engaging with my ideas - you’re the reason UOP keeps going. Your encouragement is what makes all the effort worthwhile!

A special shout-out goes to everyone who contributed to the game’s development - whether it was through translations, mods, porting, or just lending a hand. You’re all amazing, and I can’t thank you enough!

Much love to each and every one of you❤❤❤ Let’s make the next year even more incredible!

Best wishes,
Dream Now

Size original

 

BCGuy

Member
Oct 30, 2022
225
102
View attachment 1015354

Overview:
Student life is perhaps the most vivid, colorful, and memorable period of life for many of us. You start your adult life, feel unlimited possibilities, make a lot of new acquaintances. "University of Problems" is just about it.
An ordinary guy from an ordinary family unexpectedly enters one of the best universities in the country. What could be better, right? Lots of opportunities, constant parties, attractive girls, complete freedom of choice. In a word: real adult life. But everything is not as rosy as it may seem at first glance...​

Thread Updated: 2024-11-03
Release Date: 2024-10-31
Developer: DreamNow - - -
Censored: No
Version: 1.5.0 Remake
OS: Windows, Linux, Mac, Android
Language: English
Other Games: Short Stories
Genre:
You don't have permission to view the spoiler content. Log in or register now.

Installation:
You don't have permission to view the spoiler content. Log in or register now.

Changelog:
You don't have permission to view the spoiler content. Log in or register now.

Console Commands:
You don't have permission to view the spoiler content. Log in or register now.

Developer Notes:
You don't have permission to view the spoiler content. Log in or register now.

DOWNLOAD
Win/Linux
: - MEGA - - PIXELDRAIN -
Mac: - MEGA - - PIXELDRAIN -
Android: - MEGA - - PIXELDRAIN -

Splits
You don't have permission to view the spoiler content. Log in or register now.
Extras: Fan Sig - Fan Sign 2 - Walkthrough Mod* - Fan Art - Fan Sig 3 - Walkthrough - Gallery Unlocker*

k1ngSt0n3 thanks for the links
*This unofficial port/version is not released by developer, download at your own risk.


View attachment 890110 View attachment 890111 View attachment 890113 View attachment 890117 View attachment 890118 View attachment 890122 View attachment 890121 View attachment 890116 View attachment 890120 View attachment 890119 View attachment 890128 View attachment 916534 View attachment 916535 View attachment 916538 View attachment 916539 View attachment 916540 View attachment 916541 View attachment 916542 View attachment 916543
My save game from v0.1.5 (non-remake) won't load. Error message. Please tell me I don't need to start all over!
 

HiP1

Well-Known Member
Dec 3, 2023
1,080
1,078
still waiting for that extended edition to finally try the remake
is that even necessary ? seems the changes are for the main game and not the extended scenes anyway.
1.5.5 extended will surely have the remake included anyway. no real need to leak the extended remake, I think.
 
4.20 star(s) 210 Votes