you're welcome, glad you was able to advance the story arc. With that said though you might want to replay it when the next release comes out soon, as I know some stuff was changed and the story arc was expanded.Okay, I finally get the police investigation event. It seems you have to accept the prostitution offer several times until all the variations appear. It seems that if you refuse it, it doesn't count. Thanks for the help.
Yes, we are in feature lock stage. Which means we do a build for bug testing, play it to find bugs. Fix bugs, rinse and repeat until we have found all the bugs we can.So an update is coming soon?
So the feature lock update image pack on the mega folder is a WIP image pack?Yes, we are in feature lock stage. Which means we do a build for bug testing, play it to find bugs. Fix bugs, rinse and repeat until we have found all the bugs we can.
So depending on how many bugs is found there should be a new official release in anywhere from a couple of days to a week or two. Should be somewhere in that time frame, that is the closest I can narrow it down, as to exactly when.
Yes as there is a good chance missing images will be found during the bug hunt and added. It might be the finished image pack it happens sometimes, but when I use to take care of the images for the game there was almost always a couple of last minute images added for the release pack.So the feature lock update image pack on the mega folder is a WIP image pack?
there might be, but even if not. We are always looking for proof readers etc. So if you are interested in helping even just as a proof reader your best bet is to join our discord and contact Kevin Smarts on it and let him know and we can go from there.Are there any MTL translations left in the game? I could help translating them properly.
Not sure what the issue is with this, can't seem to find anything that would make it give them so many attacks.Can anybody tell me in kickboxing, what is the stat to determine the action speed? Because my opponent strike me like 4-5 times and I can only manage to act once. My agility is 100, my reaction is 94, and i cheated on my kickboxing stats so 100 on my jab, power punch, kick, and defense. Is there any other stat used for consideration in action speed?
Oh, okay. Thanks anyway. If it helps, I experience this after I become black sash in kickboxing, against best rival in gym. I used to win easily from purple sash, but after I become black sash, the enemy can attack for 4-5 times in succession, and my sveta can only retaliate once, even with almost maxed out stats. But my spirit is only 67, don't know if it matters though.Not sure what the issue is with this, can't seem to find anything that would make it give them so many attacks.
Well we have been mostly working on filling things out, up till now the main focus has been on making enough content to make the first year full and fun to play. Aka the school girl first year, so it has mostly been focused on school and the school kid npc's giving them stories etc. Since it is hard to make content like marriage, babies etc if the game is boring before you can even get that far and since we have no idea exactly what all the PC will do we need a big variety of content to cover a wide range of stuff, this is one of the big downsides to sandbox life sim.I really like this game and always come back to it. I wish there was more content for relationships, marriage, having a baby etc. The latter would even work whilst still in the high school/college since it does happen, after all. Great game though, keep up the good work!
Too bad that there's not many active dev as before. You guys take your time and keep up the the good workThere is content at the Uni but not much. It is still all old Russian content that has been cleaned up and expanded on a little but mostly left as was. The Uni is on the short list of projects but we need the secondary school grade system code revamped first. As we plan to use the school framework as a framework for the Uni. going to classes, grades, general events, tracking time, etc all that code could be used for the Uni with little work. Which would let us start adding content to it faster. No idea when a coder will have time to do the grades, as it won't be a easy task.
I honestly don't know for sure, but I do know all the jobs and cost of things got a revamp. So there shouldn't be any wonder jobs anymore. The highest paying jobs where Sveta keeps her clothes on, is the nurse and office secretary job in the city center at the moment. To make more than them, she needs to get into nude modelling, whoring, or porn.Too bad that there's not many active dev as before. You guys take your time and keep up the the good work
I do have a question tho, how do you trigger secretary job from Arthur (Pavlosk market)?
It's the best job with 10,000R per day. I ask before on Discord but no one have answer.
I only got it in first playthrough (version 0.7.2.0) where i play as (medium level?) slutty sveta and always fucking Arthur everytime i met him, after 10-15 times he offer me the job and i can work for him for few hours every evening after school.
In newer playtrough, i can no longer trigger it no matter how many time i fuck him.
The type of attack you use can increase delay time but it shouldn't be so bad. I'll have to sort through it with KeyMaster as its his code.Oh, okay. Thanks anyway. If it helps, I experience this after I become black sash in kickboxing, against best rival in gym. I used to win easily from purple sash, but after I become black sash, the enemy can attack for 4-5 times in succession, and my sveta can only retaliate once, even with almost maxed out stats. But my spirit is only 67, don't know if it matters though.
Ok, Kevin. Thanks for checking that out. Anyway I got curious, so I looked at the code for a bit and did some debugging.The type of attack you use can increase delay time but it shouldn't be so bad. I'll have to sort through it with KeyMaster as its his code.
Th initi value error was picked up and fixed, that should be good in the new release I'm just posting up now. I thought you had a new problem, thanks for investigate anyway!Ok, Kevin. Thanks for checking that out. Anyway I got curious, so I looked at the code for a bit and did some debugging.
View attachment 1187789
The "initi" variable inside highlighted square always have value of about -700 or something, and "initiV" variable is about 50 or something, so in the comparison below that, initiV always wins, so the opponent will always get the initiative, no matter what sveta's stat is. And it was 3 times, the opponent always attack for 3 times, not 4-5 times. So I think the error is there, so Keymaster can check on this. Thanks again.