The Grifter

Active Member
May 28, 2017
717
1,122
I believe it's including the areola, not just the nipples. Human nipples aren't that large. I guess the text could be changed to areola but a lot of the younger players don't even know what that is.
If someone is that ignorant about what parts of the female anatomy are referred to they should have no business playing games like this. I mean, there's even a wikipedia entry where one can get that information, for Fs sake...
 

Sir Anal

Member
Aug 19, 2021
400
714
i would love to be able code things but i have no idea how to do it lol id probably break the game.
You can't know everything or do everything.
Otherwise, it's not that complicated: it's mainly a question of patience. Generally speaking, it takes months ... or years :)devilish:) to really master it. It's a question of common sense. Never forget that a computer does what you ask it to do. It's purely stupid and merciless; it will never guess what you mean. You have to explain everything to it.
As for the language, that's the easiest part, there are a few dozen words to learn at worst.
I know Basic, C, C++, C#, HTML, PAL, Pascal, Python, Ruby, SQL, VBA... and a few others, but not QSP. It reminds me a bit of my early days with spaghetti Basic in the 1980s, and I don't have the energy for that any more... Well, there's also a bit (a lot?) of laziness involved! :p
I suppose I've become more of a consumer now.;)
 

DavidF1970

Member
May 3, 2021
157
238
You can't know everything or do everything.
Otherwise, it's not that complicated: it's mainly a question of patience. Generally speaking, it takes months ... or years :)devilish:) to really master it. It's a question of common sense. Never forget that a computer does what you ask it to do. It's purely stupid and merciless; it will never guess what you mean. You have to explain everything to it.
As for the language, that's the easiest part, there are a few dozen words to learn at worst.
I know Basic, C, C++, C#, HTML, PAL, Pascal, Python, Ruby, SQL, VBA... and a few others, but not QSP. It reminds me a bit of my early days with spaghetti Basic in the 1980s, and I don't have the energy for that any more... Well, there's also a bit (a lot?) of laziness involved! :p
I suppose I've become more of a consumer now.;)
I just about know how to edit a html file or mess with the stats changing numbers thats not hard i guess but the rest of the things you can do are just letters of the alpahbet to with some # and +s lol
 

Sir Anal

Member
Aug 19, 2021
400
714
I just about know how to edit a html file or mess with the stats changing numbers thats not hard i guess but the rest of the things you can do are just letters of the alpahbet to with some # and +s lol
Just to clarify: I have never taken any programming or computer classes; I simply needed to perform computer processing for the biochemistry lab where I worked. I am not a genius; if I can do it, others can too.
Anyway, we're getting off-topic: the game.
By the way, I'll say it again: I really like it, and I respect and appreciate all the work its various developers have put into it. Thanks a lot, guys.
 

The Grifter

Active Member
May 28, 2017
717
1,122
Here's the code that handles that:

if mus[you]/(fat[you]+1)<20:

So you'd have to have low muscles and high fat in order to get this message. For example:

mus[you]=1500
fat[you]=50

1500/51 = 29

Won't get that message.

mus[you]=1200
fat[you]=100

1200/101 = 12

Will get that message.
You were absolutely right, by the way. I hadn't realized that while my MC did had an impressive musculature the fat stat was at 250. Didn't know the game mirrors real life me... :cool:
 
  • Haha
Reactions: Sir Anal
3.70 star(s) 31 Votes