Gizmoman

Member
Jan 27, 2018
182
101
Aren't the Medical experiments just completely random? From what I remember of the original game it could give both positive and negative sideeffects and wasn't really leaning towards either side.
 

cyrops

Member
Nov 1, 2020
111
42
Aren't the Medical experiments just completely random? From what I remember of the original game it could give both positive and negative sideeffects and wasn't really leaning towards either side.
From personal experience, it ONLY shrinks dick. I've done the experiments weekly and I am into 2nd semester in Uni, so I assume I did a LOT of experiments and only one time MC's dick magically gained over 20cm. It usually shrinks around 1cm in Hard each experiment or doesn't change at all, that and face feminization are the only two outcomes I've witnessed.
 

cyrops

Member
Nov 1, 2020
111
42
I can tell you off the top of my head some of the things removed and if I remember correctly spectre didn't delete a lot of the original code, just commented it out. So you can still see it in there but things removed:
Main Character Female and TF options, fucking Men and TF, eating food, Gangs which disabled the ability to kill Mabuta, getting people to join your gang and guard your whores. (Know it was broken but miss the gang option really.) Not sure if the army start is gone too, I didn't double check, ability to change your own clothes.
That's all I can remember at the moment.

2. Sort of, some of it is left over from the original game where you could transform yourself and some of it is for transforming your whores. You could basically change anyone in the game to a different sex. Grow bodies, breasts, dicks, shrink or whatever. Think some of those options are still available with Tony's drugs but have side effects that go with it.

3. This is mostly from the original game, if you're student then you'll want to stay in the dorms until you're rich and can buy the mansion. Also you can't live in 2 places at once so that's why you have to leave the dorms. Wife should show up in the family menu as well.

As for the rest, they're focusing on 1 path before moving along to the other paths. Since it's a pain in the ass to code out 3 paths all at once. So you'd have to wait but could go with the original game for the TF stuff. I don't remember how far a long this was but I made a semi-translated QSP for the original game awhile back.
Reworked Mod QSP

EDIT: Oh wait think I mainly translated the male path, I'm personally not into the other 2 options but QSP isn't super hard. Has a bit of a learning curve but not super bad. I barely use QGen to edit my files though, I hate coding in it, so I use VSCode with syntax highlighting that I made. Just easier on my eyes and better options to search and edit code.
I tried the first game, but it is rubishly outdated in UI and gameplay.

Removal of option for eating food might be the reason why MC keeps losing weight, does no one else care for how their MC looks? It's quite the most noticeable thing if you are trying to work out and improve MC's body.

2. Dick shrinking and growing is still leftover, then. Haven't met this Tony to test his drugs and effects on those.

3. Wife does show up under family, but you are sort of living separately, you can't even visit her because she 'doesn't have a home' of sorts. Kinda detracts from the whole marriage experience, why even have marriage at that point? The only reason is that she doesn't complain about creampies anymore ;D Not sure why you mention '2 places at once', game tells you each day you can rent apartment and move out of dorm, naturally you would no longer live in dorm if you rented an apartment.


For the sake of altering the game for my tastes, I would like to have my work included in official game. Editing files for my own agenda aka 'moding' would only work when game is completed, so that new versions wouldn't remove all the work I would do with mods, unless there is some sort of version control solution for QSP.
 

sss1sss11

Newbie
Jun 11, 2017
27
14
Did you invite her over to your place 26 separate times?

Yes. The error does not occur all the time. Different girls have different deviations from the number of invitations home. I was unable to determine what was the cause of the error.

Maybe there is a cache for this game that needs to be cleaned? I've played many previous versions.

And yet, I lost my understanding of how to rent an apartment. I don't see where it can be rented. Something in my game is going wrong. An attempt to start a new game also does not give an opportunity to rent an apartment. Only if you initially refuse to study at the university.
 
Last edited:

cyrops

Member
Nov 1, 2020
111
42
Yes. The error does not occur all the time. Different girls have different deviations from the number of invitations home. I was unable to determine what was the cause of the error.

Maybe there is a cache for this game that needs to be cleaned? I've played many previous versions.

And yet, I lost my understanding of how to rent an apartment. I don't see where it can be rented. Something in my game is going wrong. An attempt to start a new game also does not give an opportunity to rent an apartment. Only if you initially refuse to study at the university.

I had the same issue, at first the 'real estate' option when at home sometimes got changed into active, but not anymore. I've talked about this issue previously in the thread.
 

Xorgroth

Well-Known Member
Modder
Oct 12, 2017
1,158
1,184
I tried the first game, but it is rubishly outdated in UI and gameplay.

Removal of option for eating food might be the reason why MC keeps losing weight, does no one else care for how their MC looks? It's quite the most noticeable thing if you are trying to work out and improve MC's body.

2. Dick shrinking and growing is still leftover, then. Haven't met this Tony to test his drugs and effects on those.

3. Wife does show up under family, but you are sort of living separately, you can't even visit her because she 'doesn't have a home' of sorts. Kinda detracts from the whole marriage experience, why even have marriage at that point? The only reason is that she doesn't complain about creampies anymore ;D Not sure why you mention '2 places at once', game tells you each day you can rent apartment and move out of dorm, naturally you would no longer live in dorm if you rented an apartment.


For the sake of altering the game for my tastes, I would like to have my work included in official game. Editing files for my own agenda aka 'moding' would only work when game is completed, so that new versions wouldn't remove all the work I would do with mods, unless there is some sort of version control solution for QSP.
Ah misread some of what you said then but for versioning control. There's not really one built into the QSP engine but you can export the game to Txt2gam format, which is basically just a text file and work with it that way or use a python script to split it into multiple files and then work on it that way as well. Which the latter is how I do it with git, have a gitlab setup for SOB which has everything for doing that or Girl Life has a bunch of stuff too.
 

cyrops

Member
Nov 1, 2020
111
42
Ah misread some of what you said then but for versioning control. There's not really one built into the QSP engine but you can export the game to Txt2gam format, which is basically just a text file and work with it that way or use a python script to split it into multiple files and then work on it that way as well. Which the latter is how I do it with git, have a gitlab setup for SOB which has everything for doing that or Girl Life has a bunch of stuff too.
That's not the issue. The issue is when developers change things that break stuff for mods, don't want to deal with that each update.
 

Xorgroth

Well-Known Member
Modder
Oct 12, 2017
1,158
1,184
That's not the issue. The issue is when developers change things that break stuff for mods, don't want to deal with that each update.
Oh I haven't had issues with the QSPs I've modded but each is different. Depends on where they take this project I guess.
 

pana

New Member
Dec 19, 2017
13
13
Great game.
I just hope someone will update it.
At least, here we have some desicion.
No Patreon, im really wanna donate for this game :)
 
Mar 21, 2018
343
947
I'm tired of all the censorship on F95Zone so I won't be an active participant on the site for quite some time if at all going forward. I will probably still download stuff but will avoid posting anything at all costs.

The fact is that someone can't say anything negative about a game on this site without all the fanboys jumping in and defending the author no matter what. Even if the negative feedback is done respectfully it results in my posts being deleted by the moderation staff. The problem is all the fanboys jump in as "self appointed moderators" and try to discredit what I (and others) post. When I try to defend my position and posts, my posts get deleted by the moderation team. This has been going on for quite some time.

I'm done with the constant censorship. I was hoping F95Zone would be an open platform where all ideas could be shared, if shared respectfully. After a couple of years on this site this has proven not to be the case unfortunately. Only positive feedback is welcome on F95Zone. Otherwise all the fans of the game attack the player and it ends up with only the player giving the negative feedback having their posts removed by moderation. The posts from the fans don't get moderated (who do the exact same thing, only they are defending the author so they are immune). It is all one sided and it is a double standard.

I'm done trying to make this site work for me. It is time for me to move on. I wish you lots of happiness and success in life! I will not be continuing this game in the near future.

Thank you for all of your love and support over the years! You guys are great!
 

Gizmoman

Member
Jan 27, 2018
182
101
I'm tired of all the censorship on F95Zone so I won't be an active participant on the site for quite some time if at all going forward. I will probably still download stuff but will avoid posting anything at all costs.

The fact is that someone can't say anything negative about a game on this site without all the fanboys jumping in and defending the author no matter what. Even if the negative feedback is done respectfully it results in my posts being deleted by the moderation staff. The problem is all the fanboys jump in as "self appointed moderators" and try to discredit what I (and others) post. When I try to defend my position and posts, my posts get deleted by the moderation team. This has been going on for quite some time.

I'm done with the constant censorship. I was hoping F95Zone would be an open platform where all ideas could be shared, if shared respectfully. After a couple of years on this site this has proven not to be the case unfortunately. Only positive feedback is welcome on F95Zone. Otherwise all the fans of the game attack the player and it ends up with only the player giving the negative feedback having their posts removed by moderation. The posts from the fans don't get moderated (who do the exact same thing, only they are defending the author so they are immune). It is all one sided and it is a double standard.

I'm done trying to make this site work for me. It is time for me to move on. I wish you lots of happiness and success in life! I will not be continuing this game in the near future.

Thank you for all of your love and support over the years! You guys are great!
So... Spectre left because he wasn't allowed to censor negative reviews, and you leave because others are allowed to censor negative reviews? :D
 
  • Like
Reactions: JabbyMcJabs

cyrops

Member
Nov 1, 2020
111
42
I am working on bringing back TF stuff into the game. If both original devs left I will most likely create another thread and change game name. No idea how ownership works for these. Worst case scenario I'll just name it a mod or something.
 
  • Like
Reactions: Chujuzek

Xorgroth

Well-Known Member
Modder
Oct 12, 2017
1,158
1,184
Really depends on the game where you get attacked, some do have really toxic fanboys but not all of them do. Just have to find the ones where it's not so bad and dig in there. Though for this game seems like it'll change hands a few times as everyone who plays it wants to mod the crap out of it. Almost like the original dev knew what he was doing....lol
 

Deleted member 53157

Engaged Member
Jun 3, 2017
2,264
5,842
I'm tired of all the censorship on F95Zone so I won't be an active participant on the site for quite some time if at all going forward. I will probably still download stuff but will avoid posting anything at all costs.

The fact is that someone can't say anything negative about a game on this site without all the fanboys jumping in and defending the author no matter what. Even if the negative feedback is done respectfully it results in my posts being deleted by the moderation staff. The problem is all the fanboys jump in as "self appointed moderators" and try to discredit what I (and others) post. When I try to defend my position and posts, my posts get deleted by the moderation team. This has been going on for quite some time.

I'm done with the constant censorship. I was hoping F95Zone would be an open platform where all ideas could be shared, if shared respectfully. After a couple of years on this site this has proven not to be the case unfortunately. Only positive feedback is welcome on F95Zone. Otherwise all the fans of the game attack the player and it ends up with only the player giving the negative feedback having their posts removed by moderation. The posts from the fans don't get moderated (who do the exact same thing, only they are defending the author so they are immune). It is all one sided and it is a double standard.

I'm done trying to make this site work for me. It is time for me to move on. I wish you lots of happiness and success in life! I will not be continuing this game in the near future.

Thank you for all of your love and support over the years! You guys are great!
Can you explain what happened?
 

MikeShox

Member
May 23, 2020
197
279
They did... They were trashing a game and fanboys reported to mods to get their post removed and don't like that so off they went.
Im asking my self a question why mods change developer thread, i understand there is a grou0p of ppl who dosent understand dev job and other things and mod have to keep merythorics of threadh deleting some of them but i think is the game is devs property who spend a lot of they time to impruve games and make them bettter and better all te times. I also understand there is a group of devs who are just greedy and drew they patreons on max money and when they start to loose them they post unchecked material. I also understand what mds have to do to keep threds clean, i also know the pain when your post were deleted like mine when i wrote about greed tactic and lies putted by devs or devs second trolll counts, i can understand it too but also i think that devs need to get more authonomy like threads like those when hes making new version of game and they work isnt property apriciated.... That i was in my mind when i read dev post about leaving this community. Its a shame and i hope he will come back to us soon when hes objection were gone..
 

DownTheDrain

Well-Known Member
Donor
Aug 25, 2017
1,748
3,924
Otherwise all the fans of the game attack the player and it ends up with only the player giving the negative feedback having their posts removed by moderation.
Can't really blame fanboys for fanboying, I mean that's their raison d'être.

Mods deleting posts is a bit of a double-edged sword. It can be downright necessary for some of the more controversial fetishes but there doesn't seem to be much of a standard. It entirely depends on the mood (and sometimes the grasp of the English language) of whatever mod happens to drop by.
Since we're talking about an unpaid volunteer position on a piracy forum you obviously have to expect a certain amount of abuse and hypocrisy from power-tripping assholes.
 
3.80 star(s) 29 Votes