@kevinsmartsIs there anyway to replay 7.5 before the Artem blackmail was removed? Ive been trying to reload the old versions but it will not load the images despite having them. Is there any way to do this?
Bimbo is currently broken. Kevin Smarts said there would be a dev version that fixes that, not sure on the progress of that.I know it was mentioned before, but I couldnt find a solution for this problem: My mood constantly goes extremly low, because of the "you fell that, like ,horrible today" stat i have. But I couldnt find out how to lose this, I didnt work for a week, I only went to school, I took vitamins etc but nothing worked
No one in Vasily's apartment is going to talk about what happened so that won't increase slut fame. The school washroom event should but the range and threshhold for slut fame impacting things like being made outcast was raised a while back so you might have to do a bit more. There are more smaller increases from things like random events in class so if you hit them it can balance out a bit. Of course if you avoid them or make less slutty options it won't.Well I've had her have sex in the school washroom multiple times and get gang banged in Vasily's appartment but so far it hasn't affected her standing at school? In previous versions I would have been an outcast by now. Has something been changed?
Best thing I can suggest is use one of th eother QSP players. Some people find the 1.9 sonnix unstable but not the 1.8 and still others use the Infinite player. You might need to expeeriment to find the right one for you.Kevin Smarts my game keeps on crashing can you tell me anything in particular to not to do to make the game more playable.
As was pointed out Bimbo is broken atm but the source code has partial updates for coats and shoes so that would cause even more issues. I will get a dev version out when I can but it will have all new coats, shoes, swimwear and likely have some teething problems itself due to so many changes.I know it was mentioned before, but I couldnt find a solution for this problem: My mood constantly goes extremly low, because of the "you fell that, like ,horrible today" stat i have. But I couldnt find out how to lose this, I didnt work for a week, I only went to school, I took vitamins etc but nothing worked
@kevinsmarts
A number of the variables are derivative so it will get recalculated and restored when teh processing section is accessed.console commands automatically fixes itself if i use cheat or sleep etc? why?
example : i used the command 'pav_slut = 300' it goes back to normal if i go into cheat menu or sleep
Sorry you responded but with no message.Is there anyway to replay 7.5 before the Artem blackmail was removed? Ive been trying to reload the old versions but it will not load the images despite having them. Is there any way to do this?
Ah, ok I missed that the threshold had been bumped up. Thanks for helping me out.No one in Vasily's apartment is going to talk about what happened so that won't increase slut fame. The school washroom event should but the range and threshhold for slut fame impacting things like being made outcast was raised a while back so you might have to do a bit more. There are more smaller increases from things like random events in class so if you hit them it can balance out a bit. Of course if you avoid them or make less slutty options it won't.
Did you use the current image pack or the one that corresponds to that version?@KevinSmarts
Sorry you responded but with no message.
From what I've read the mother will NOT be having any fun with the PC. There is a list of projects that they are working on over at TFGS.Hello, do you guys already have something planned for the mother? Of the mods I've used so far Added Flavour mod blends quite well into the game (besides some minor stuff), I hope that will be included in the vanilla version in the future. Although besides some minor bug fixes, I still feel more content could be added with the mom, ever thought about an yoga story? I liked the party travel events with her as well, but the abundance of that kind of content would make the game bland in my opinion, diversity is always great.
Also is there a specific place on TFGS to recommend content or plot? And yes I know stuff can/will take long, or they maybe won't be added at all, but I'm curious if there's a spot you guys check the recommendations. The simply reason is that I would like to differentiate constructive ideas to simply "wanting plot or events".
For example, of course I want more NPCS (specially school), of course new sports would be nice, exams events would be also great, wanting more cities to walk by, and so on... But there's still a difference between wanting more stuff and of what I mentioned on the first paragraph, with detail and reasoning for fitting the game.
Sorry if it seemed a bit confusing, I couldn't explain it better, basicly what I meant was more detailed reasoning over just wanting new stuff to play. Would be nice specially if you encouraged people to write the plot, maybe some cool ideas would appear, to add diversity to gameplay instead of being "only porn".
While I'm already playing this for quite a while I'm still diving deeper into it, after I believe I nearly reached the final of the current content I maybe write a more detailed review of what I would like and what would be good to include in game (even if i would go along my tastes or not).
From what I've read the mother will NOT be having any fun with the PC.
Unfortunely I couldn't quite well understand the coding of QSP to make stuff, not to mention having few time with work and university. But who knows, if that works for writing plot and events (besides coding) who knows, maybe when I grab some free time I'll write something.If you want to write something they are always looking for new people to add content.
Coding for QSP it not as bad as you think. I got into coding for the game just by adding random images or gifs(now mp4s) to the events. And as I tried more and more stuff I kept getting better at it until I started modding the game.
Unfortunely I couldn't quite well understand the coding of QSP to make stuff, not to mention having few time with work and university. But who knows, if that works for writing plot and events (besides coding) who knows, maybe when I grab some free time I'll write something.
The issue isn't coding itself, I know a fair bit of logic. My issue is that for some reason I never was the best with languages like html (I think QSP uses html right?). But anyway, that was way long ago. Maybe if I get free time and patience I might dive deeper again. As any coding language, the issue is getting used to the initial syntax, after that is just experience. Still, thank you very much for the example.Coding for QSP it not as bad as you think. I got into coding for the game just by adding random images or gifs(now mp4s) to the events. And as I tried more and more stuff I kept getting better at it until I started modding the game.
I had been modding the game for a while and decided to post my simple(at the time) mod that added Brother modifications and more (images/gifs/mp4s) to the game. So I called it "Brother mod and more".
If you ever are interested in getting into coding for your own events and content start small.
Need to know coding basics:
if - elseif - else - end <--- These are the main ways to create events.
Using them in an example would look like this:
if variable_name_one = 0:
variable_name_one += 1
end
This would make "variable_name_one" add + 1 to it making it equal 1 because it was 0 before that line fired.
As for random numbers (I used this a lot to add more images to events that you tended to repeat a lot.)
You use this:
rand(1,5)
It would return (using "as close to random as a computer can do") either 1, 2, 3, 4, or 5.
For an example on a practical use in an image/mp4:
'<center><img <<$set_imgh>> src="images/shared/home/bathroom/towel (<<rand(1,5)>>).jpg"></center>'
Basicly, in the folder labed "bathroom" I have five images labed: towel (1).jpg, towel (2).jpg, towel (3).jpg, towel (4).jpg, and towel (5).jpg. So depending on what rand(1,5) returns, the image will change.
There is a lot more to coding then that of course, but its how I got my start and I did not have a lot of coding knowledge before hand either.
Either way I wish you luck if you decide to try.