4.00 star(s) 28 Votes

Bad Wolf

Devoted Member
Jul 17, 2021
9,181
14,099

Amomynous Games

Member
Game Developer
Jun 7, 2023
137
632
I do the same as Tony and yeah, my saves are borked.
Arrgh...goddammit, I'm sorry.

I am going to add a Force Auto Save call a couple of frames behind the "end of update" screen. Still talking with other devs on possible solutions, but so far it's a lot of "you can try this" rather than anyone having an answer to "This is how you do it per the documentation." Frustrating for all of us...
 

Bad Wolf

Devoted Member
Jul 17, 2021
9,181
14,099
Arrgh...goddammit, I'm sorry.

I am going to add a Force Auto Save call a couple of frames behind the "end of update" screen. Still talking with other devs on possible solutions, but so far it's a lot of "you can try this" rather than anyone having an answer to "This is how you do it per the documentation." Frustrating for all of us...
Things like this happen. It's all good. I can still roll back to the black screen that says Wednesday 8:43pm. Not too far back. So, not a big deal for me.
 
  • Like
Reactions: Amomynous Games
Jul 5, 2022
97
233
I was hit by this bug too. To get around it, I loaded my last Auto-Save, which was a few minutes behind the final "end of the update" save, and it worked fine.
 

Elduriel

Forum Fanatic
Donor
Mar 28, 2021
5,193
9,706
Things like this happen. It's all good. I can still roll back to the black screen that says Wednesday 8:43pm. Not too far back. So, not a big deal for me.
it's not a big deal until you want to play the new update again. Had the same issue with Artemis, my regular save didn't work, but I could use an auto one a few frames back. But when I wanted to play again I had to start from the beginning of the previous chapter. Not a huge issue when it's a couple hundred renders like here, but when it's in the thousands it's more annoying.
 

Bad Wolf

Devoted Member
Jul 17, 2021
9,181
14,099
it's not a big deal until you want to play the new update again. Had the same issue with Artemis, my regular save didn't work, but I could use an auto one a few frames back. But when I wanted to play again I had to start from the beginning of the previous chapter. Not a huge issue when it's a couple hundred renders like here, but when it's in the thousands it's more annoying.
I'm playing it fine from the screen I mentioned. Even saved it and loaded it back fine. So far, so good.

Edit:
Ya cursed me. It crashes a bit further. :mad:
 
Last edited:
  • Angry
Reactions: Amomynous Games

robrize2169

Engaged Member
Oct 8, 2022
2,031
4,053
playing the new update and got to the scene where Eva is playing her music. but there is no sound. shouldn't there be sound in the game?
 

TonyMurray

Engaged Member
Apr 8, 2024
3,684
6,261
I was hit by this bug too. To get around it, I loaded my last Auto-Save, which was a few minutes behind the final "end of the update" save, and it worked fine.
I have nine or ten saves for all the different paths I'm playing, so don't have the appropriate auto saves to do this. I'm resigned now to trying to keep backup saves a little before the end of the update, to see if that helps. My only option at the moment though is to start from scratch, and on doing that the first time, I didn't see enough in the new update to motivate me to do it, so I guess I'll wait for the next update and see how I go there.
 

Eonor

Well-Known Member
Sep 9, 2017
1,027
2,389
Updated my compressed Android port of Office Perks with MurrayMod's walkthrough mod to v0.1.6.

Got some basic gestures loaded in: swipe up for save menu, swipe down to hide UI, swipe left to rollback and swipe right to skip. Save files are now stored in the Documents folder. This sometimes means that you may need to close and re-open the port after installing so the save folder is properly created.

Please let me know if you encounter any issues with the port and I'll see what I can do to get them sorted.

Links: -
 

Daniele69

Engaged Member
Feb 22, 2020
2,338
22,066
This is the Italian translation of: Office Perks [v0.1.6] + Gallery Unlocker + Walkthrough Mod


************************************************************************************
This translation is "unofficial" and "made by a fan"
extract the .rar file and move "game" to the game where the .exe file resides overwrite if required .

Download
 
  • Like
Reactions: surja

Amomynous Games

Member
Game Developer
Jun 7, 2023
137
632
For posterity sake, I'm posting this (semi-technical) update here for you all regarding the borked save games.

I have learned that Renpy likes a lot of labels, very often. Some scenes in Office Perks are hundreds of lines long without jumping to another label. Through various tests, with the help of some of my supporters and discord members, I discovered that in most cases, the further away the save point is from the last label encountered, the more likely the save will throw the "Cannot stop rolling back" error. Additionally, I believe the reason for some saves kicking straight back to the Main Menu is due to the way I have the phone texting functions setup, which I think I've also solved by adding the "call/from" methods.

Since v016 is now out in the wild, there's no chance I'm going to able to fix the current crop of broken saves. :cry:

GOING FORWARD:
I am going to start putting labels every 100 lines or so and splitting these long scenes up into multiple labels. I am also changing from using "jump" to using "call/from" methods. I am *not* going to go back and refactor the entire game because that would almost certainly break every save ever made, so this new way will be in v0.2.0 going forward.

Having said this, it is (unfortunately) likely that any save game from v0.1.6 could encounter the same issues.

I'd just like to take a moment to say the disclaimer: "This game is a work in progress, and you may encounter game-breaking bugs or issues with loading games from previous versions." If you are experiencing issues, I do apologize, but hopefully (please god) this new way of doing things will help prevent these issues from coming up in the future.

Anyway, have a sneak peek of v0.2.0 as an olive branch, please don't kill me, I'm just a simple dev trying to render pretty girls.

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

EthanSiuu

Member
Sep 3, 2024
261
169
For posterity sake, I'm posting this (semi-technical) update here for you all regarding the borked save games.

I have learned that Renpy likes a lot of labels, very often. Some scenes in Office Perks are hundreds of lines long without jumping to another label. Through various tests, with the help of some of my supporters and discord members, I discovered that in most cases, the further away the save point is from the last label encountered, the more likely the save will throw the "Cannot stop rolling back" error. Additionally, I believe the reason for some saves kicking straight back to the Main Menu is due to the way I have the phone texting functions setup, which I think I've also solved by adding the "call/from" methods.

Since v016 is now out in the wild, there's no chance I'm going to able to fix the current crop of broken saves. :cry:

GOING FORWARD:
I am going to start putting labels every 100 lines or so and splitting these long scenes up into multiple labels. I am also changing from using "jump" to using "call/from" methods. I am *not* going to go back and refactor the entire game because that would almost certainly break every save ever made, so this new way will be in v0.2.0 going forward.

Having said this, it is (unfortunately) likely that any save game from v0.1.6 could encounter the same issues.

I'd just like to take a moment to say the disclaimer: "This game is a work in progress, and you may encounter game-breaking bugs or issues with loading games from previous versions." If you are experiencing issues, I do apologize, but hopefully (please god) this new way of doing things will help prevent these issues from coming up in the future.

Anyway, have a sneak peek of v0.2.0 as an olive branch, please don't kill me, I'm just a simple dev trying to render pretty girls.

You don't have permission to view the spoiler content. Log in or register now.
In my opinion, I think Jenny is the hottest, and she has the least scenes, bro, because there are so few scenes for Jenny and the ones she has are very bad and short, she deserves at least 2 or 3 long scenes, it can't be that the others get like 2 or 3 scenes per update and Jenny only 1, I think she deserves more screen time
 
  • Like
Reactions: EstherAbi

Anteron

Engaged Member
Jun 17, 2023
2,341
2,856
Is there any way to change the pic used on the MC's phone? The one used looks like he's yelling.
 

TonyMurray

Engaged Member
Apr 8, 2024
3,684
6,261
Is there any way to change the pic used on the MC's phone? The one used looks like he's yelling.
You can drop in a fresh image of your choosing (and tbh, I'm considering this myself now, as I've never liked the image!). The location of the image in question is: game\images\nvl_phone\phone_send_icon.png (you may need to create the folders. The image size is 107x112 and the original for reference is here:
phone_send_icon.png
 
4.00 star(s) 28 Votes