• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

Lotrum

Member
Donor
Game Developer
Nov 11, 2023
130
253
Good job so far. One thing to consider: while capitalization doesn't matter on Windows, it does matter on all other operating systems, so if this is eventually going to be hosted on the web somewhere, that will need to be corrected. ("Images" does not equal "images", "Riley" does not equal "riley", etc.)
Thanks for your feedback, i'm aware that my coding is aesthetically terrible, but as long as i refer to them with the right capitalization, everything should work, right? There is already a version online and everything seems to work fine, but yeah, might fix them in the future cause it looks silly.

You should be able to add the muted option to videos when adding them.
I could start them all muted, but i didn't really want to do that, I tried using a <<if>> inside the video html tag but it just doesn't work, so i'll try to search for something that does, as i said i'm pretty noob at this :D
 

SKarecro

Newbie
Jun 12, 2018
21
27
Thanks for your feedback, i'm aware that my coding is aesthetically terrible, but as long as i refer to them with the right capitalization, everything should work, right? There is already a version online and everything seems to work fine, but yeah, might fix them in the future cause it looks silly.
Don't be too hard on yourself. You're doing a good job so far.
You are correct; as long as the code matches what is in the file system, everything should be fine. The two examples I gave were where it broke for me.

For instance, this line in the code:
Code:
setup.ImagePath = setup.Path + "images/";
sets the image path with lower case "i", but... the folder was actually titled "Images", so nothing that used the ImagePath variable would load. There were some other places where the path was hard coded, but still with lower case "i". Same thing with the riley folder; code was one case, file system was another. On my linux system running the nginx webserver, there were no images in the app in those cases. Some online systems do use Windows servers, so it would work in those cases, but I would think you would want to reach the most eyes/supporters.
 
  • Like
Reactions: Lotrum

Lotrum

Member
Donor
Game Developer
Nov 11, 2023
130
253
Don't be too hard on yourself. You're doing a good job so far.
You are correct; as long as the code matches what is in the file system, everything should be fine. The two examples I gave were where it broke for me.

For instance, this line in the code:
Code:
setup.ImagePath = setup.Path + "images/";
sets the image path with lower case "i", but... the folder was actually titled "Images", so nothing that used the ImagePath variable would load. There were some other places where the path was hard coded, but still with lower case "i". Same thing with the riley folder; code was one case, file system was another. On my linux system running the nginx webserver, there were no images in the app in those cases. Some online systems do use Windows servers, so it would work in those cases, but I would think you would want to reach the most eyes/supporters.
Oh, crap, then it's a serious issue and priority changes a lot, i'll try to fix all that i can find, won't be too easy without a way to simply test it

Nvm, it'll soon be fixed in the test version, find and replace worked wonders lol
 
Last edited:

SKarecro

Newbie
Jun 12, 2018
21
27
Easy fix (so far) for me was to rename the "Images" folder to "images" and the "Riley" folder to "riley".
 
  • Like
Reactions: Lotrum

Lotrum

Member
Donor
Game Developer
Nov 11, 2023
130
253
Easy fix (so far) for me was to rename the "Images" folder to "images" and the "Riley" folder to "riley".
Yeah, i tought it was unconsistent all over the place, but i actually copypasted that section all over and just modified content, so not really, thanks again
 

overlordwrath

New Member
Apr 6, 2018
4
5
interesting concept. ok. you said you were looking for feedback. I was going to start with the Lust bug I encountered that ends a run, but this was apparently fixed?
so lets go with other issues. 1. none of the physical stats you get are transferred. I understand that the game is recreating the past. but a simulation could allow a slight adjustment based on what you earned (specially considering the focus of the game is to allow the real guy to change shape and adjust). I know you said a bit grindy. but I basically have to always use the first few days on just being able to do more than 2-3 things a day.
2. I was only allowed to upgrade the mental stat retention once. idk if this is planned to be increased later. or if the exp needed just increases for that by a lot though.
3. there seems to be no way of ACTUALLY managing your lust. add a fapping feature atleast. maybe some random porns on the laptop, it can reduce stress as well when you do it.
4. add a way to increase your stress threshold
5. decrease time that classes take and increase the amount of time per day that classes are available. classes don't all last 4 hours. they typically last 1-3. and they're available more of the day than 4 hours
6. add class options for increasing confidence. theres currently no reliable way to increase it
7. maybe introduce some teacher options. a nurse option. more jobs with options at those (bar, casino, etc.). Sports options to help increase stats and meet new characters as well. and like as a personal request. Sophie Dee
 
  • Like
Reactions: Lotrum

Lotrum

Member
Donor
Game Developer
Nov 11, 2023
130
253
interesting concept. ok. you said you were looking for feedback. I was going to start with the Lust bug I encountered that ends a run, but this was apparently fixed?
so lets go with other issues. 1. none of the physical stats you get are transferred. I understand that the game is recreating the past. but a simulation could allow a slight adjustment based on what you earned (specially considering the focus of the game is to allow the real guy to change shape and adjust). I know you said a bit grindy. but I basically have to always use the first few days on just being able to do more than 2-3 things a day.
2. I was only allowed to upgrade the mental stat retention once. idk if this is planned to be increased later. or if the exp needed just increases for that by a lot though.
3. there seems to be no way of ACTUALLY managing your lust. add a fapping feature atleast. maybe some random porns on the laptop, it can reduce stress as well when you do it.
4. add a way to increase your stress threshold
5. decrease time that classes take and increase the amount of time per day that classes are available. classes don't all last 4 hours. they typically last 1-3. and they're available more of the day than 4 hours
6. add class options for increasing confidence. theres currently no reliable way to increase it
7. maybe introduce some teacher options. a nurse option. more jobs with options at those (bar, casino, etc.). Sports options to help increase stats and meet new characters as well. and like as a personal request. Sophie Dee
Thanks a lot for your valuable feedback!

Yes, the lust bug is fixed, i'm new here and i still have to completely figure out how this works, but i think i'll be able to post the new version here in 2 weeks? Anyway on the discord linked inside the game there's a link to the most recent test version that is fixed.

Some of the things you suggested are already planned (1-3-6-part of 7). I don't think previous physical condition makes sense to transfer, so i will probably add fixed amount of stamina-strength. Was still thinking how to balance point 2. I'll take the other ones in consideration, but keep in mind there will be more and different possible things to do during a day than in the current version, thanks again!
 

Snoopy_H

Member
May 30, 2018
340
251
it would be alot more fun if it didnt reset after the first 15 days but just carried on where you left
 

yilkin

dl.rpdl.net
Donor
Feb 23, 2023
8,627
4,684
JustOneMoreChance-0.1a
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

scarfer

Active Member
Nov 4, 2017
643
324
I haven't tried the game yet although I like the general premise, but after looking at the thumbnails I hope you're including a way to have a 'dark' mode to the game. That much white background is uncomfortable to look at with my vision level.

Good luck with the game
 
  • Like
Reactions: Lotrum

Lotrum

Member
Donor
Game Developer
Nov 11, 2023
130
253
I haven't tried the game yet although I like the general premise, but after looking at the thumbnails I hope you're including a way to have a 'dark' mode to the game. That much white background is uncomfortable to look at with my vision level.

Good luck with the game
Generally speaking, yes, this is something i was already thinking about and it's an easy fix, i guess something like this looks better? i wanted to keepblack text on grey background, but that grey as bit too bright.

1699987177602.png
 

Kane100

Newbie
May 25, 2017
55
18
Except of Susan there is no hint about of you reaching the end with someone. After having sex the content is over?

With Natasha I can't see any sex scenes?
Where is Melanie, never saw her?
 
  • Like
Reactions: Lotrum

Lotrum

Member
Donor
Game Developer
Nov 11, 2023
130
253
Except of Susan there is no hint about of you reaching the end with someone. After having sex the content is over?

With Natasha I can't see any sex scenes?
Where is Melanie, never saw her?
Yes, this is it for the first release (0.1a), game is still being developed and new content will be added, sorry about the lack of indication, will work on that soon, i lagged behind in the "hints" section if that's what you're referring to.

1699993088634.png
 

DKoW

Newbie
Mar 23, 2019
57
46
Its a fun concept, if a bit grindy. Kept hitting a bug where when interacting with Carol after day 14 it zooms to the finish and then you restart the process again.

Considering how 'easy' Susan is to progress, it is a bit annoying that it takes almost the 14 days to progress past kissing. I assume there is an upgrade to increasing attribute gain to get rid of most of the grind (didn't collect enough experience to afford anything but the day and money boost) but it is still a little bit too much.
 
  • Like
Reactions: Lotrum

Darklord1234

Member
Jul 13, 2018
418
594
Not bad at all. Have played thru a few times and am up to like 50+ days in simulation. This has potential. Look forward to more.
 
  • Red Heart
Reactions: Lotrum

Lotrum

Member
Donor
Game Developer
Nov 11, 2023
130
253
Its a fun concept, if a bit grindy. Kept hitting a bug where when interacting with Carol after day 14 it zooms to the finish and then you restart the process again.

Considering how 'easy' Susan is to progress, it is a bit annoying that it takes almost the 14 days to progress past kissing. I assume there is an upgrade to increasing attribute gain to get rid of most of the grind (didn't collect enough experience to afford anything but the day and money boost) but it is still a little bit too much.
Thanks for your answer : )

There are different paths and choices that make her easier and make other things more difficult, you can go past kissing at day 2 of the first run.

The other bug that you are referring to might just be the "lust" bug, that is now fixed in the available test version.
 

Lotrum

Member
Donor
Game Developer
Nov 11, 2023
130
253
Images not working on linux
Thanks for the report, this has already been fixed on recent test version (on discord)

But you can also rename the "Images" directory in "images" and "Riley" in "riley" and it should also get mostly fixed.
 
4.50 star(s) 32 Votes