Sir Anal

Active Member
Aug 19, 2021
501
764
217
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
223
327
187
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

Active Member
Aug 19, 2021
501
764
217
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
746
1,162
379
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:
 

DavidF1970

Member
May 3, 2021
223
327
187
How does one edit the paramters of the game ie what program do you use and what is the file you edit i just want to have a tinker of course i will back up the file first lol
 

Sir Anal

Active Member
Aug 19, 2021
501
764
217
How does one edit the paramters of the game ie what program do you use and what is the file you edit i just want to have a tinker of course i will back up the file first lol
I think that QGen ( ) will do the trick. Good luck and courage.
 

The Grifter

Active Member
May 28, 2017
746
1,162
379
So, with what Useck implemented recently, can anyone tell me how turning a Dominatrix npc into an ex-dom? I, mean, I get that covering her in cum will drop her dom stat in that session, but how does one turning her into a sub in the long term?
 

DavidF1970

Member
May 3, 2021
223
327
187
well i figured out how to change some of the narrative for more funny reactions, but thats as far as i have got so far not understanding the code so not messing with it lol. I guess this will all be lost once any updates are made anyway.
 

skybarbie

Active Member
Aug 18, 2022
697
1,865
211
So, with what Useck implemented recently, can anyone tell me how turning a Dominatrix npc into an ex-dom? I, mean, I get that covering her in cum will drop her dom stat in that session, but how does one turning her into a sub in the long term?
I believe if you cover her in cum around 5 times you get a new option in her menu to convert her to a sub. I've never done this but I think this is how it's supposed to work.
 
  • Like
Reactions: Warscared

The Grifter

Active Member
May 28, 2017
746
1,162
379
I believe if you cover her in cum around 5 times you get a new option in her menu to convert her to a sub. I've never done this but I think this is how it's supposed to work.
Did it 9 times over several ingame days, now new option.
Honestly, unless he reports back within 2-3 weeks (he may just be on vacation, after all) and resumes contributing towards the changes he spoke about I'd prefer you and noobtrain doing a content rollback.
 

noobtrain

Can't we all get along?
Game Developer
Mar 20, 2022
1,006
3,109
379
Did it 9 times over several ingame days, now new option.
Honestly, unless he reports back within 2-3 weeks (he may just be on vacation, after all) and resumes contributing towards the changes he spoke about I'd prefer you and noobtrain doing a content rollback.
We'll give him some time like you suggested. It's odd that he's been completely silent on this forum since he announced his plans and new features.

We do want people to contribute but it needs to be fully developed.

Referencing this post: https://f95zone.to/threads/evil-2-v0-75-community-project.41582/post-17249373

Often, players who do want to contribute only want to contribute on their own terms. Like I said in the above post, players often aren't willing to be a real developer and everything it encompasses. Examples:
  • They don't want to thoroughly test their code/features (they often say that if it breaks the game it's not their responsibility)
  • They don't want to support their changes (they offer their changes "AS IS" with no support of any kind)
  • They don't want to fully develop their feature (the features often aren't fully integrated into the game or fully developed so lots of bugs result. This makes the game look bad as we often have to clean up the mess, i.e. fix all the resulting bugs)
People often want to help but not fully commit. They want their help to be completely on their terms. I'm not saying or implying this is the case with Useck as time will tell. Perhaps he's on vacation or has been too busy to check this forum. I'll give him the benefit of the doubt for now.

So it's not that we're against players contributing to the game. We just want them to contribute in the right way, but they need to be fully committed to their new features with the features complimenting the game and being fully developed. Players sometimes think we're being difficult but we really aren't.
 

Useck

Newbie
Mar 20, 2021
80
63
93
Hello Guys
Sorry for the lack of updates. I'm still working on it. Currently, I've only finished the introductory quest, so I haven’t posted anything yet as the content is still minimal and not in a good enough state to share.

I agree with Noobtrain that the feature needs to be fully developed. I will continue building it as I promised.

That said, I want to make it clear that my development won’t block or interfere with anyone else working on features or fixing bugs in the game.

As I promised to Noobtrain, I’ll make sure any part I contribute will be based on the latest updates.
 

skybarbie

Active Member
Aug 18, 2022
697
1,865
211
i need walkthrough, because i can't figure out how make family to move in, their names are greyed out, can't contact them
This is posted all over the place - How to trigger the unique events and stories in Evil 2

Your family is a part of the first major story in the game. It's called the 'Family Trouble' story. They don't live close to you and you can't interact with them until you trigger this story.

This story is considered late game content. You have to become a successful crime lord and purchase a mansion (among other things) before this story becomes available.

There are plenty of cheats available if you wish to lower or even bypass most of the grind to get there. If you're new to the game we recommend not using the heavy duty cheats (Crushboss and Ultra Fast Game Start - found at the bottom of the Bathroom menu) unless your goal is to skip the majority of the grind and just play through the unique events and stories in the game.
 

Mishun

Active Member
Jan 27, 2018
746
245
148
This is posted all over the place - How to trigger the unique events and stories in Evil 2

Your family is a part of the first major story in the game. It's called the 'Family Trouble' story. They don't live close to you and you can't interact with them until you trigger this story.

This story is considered late game content. You have to become a successful crime lord and purchase a mansion (among other things) before this story becomes available.

There are plenty of cheats available if you wish to lower or even bypass most of the grind to get there. If you're new to the game we recommend not using the heavy duty cheats (Crushboss and Ultra Fast Game Start - found at the bottom of the Bathroom menu) unless your goal is to skip the majority of the grind and just play through the unique events and stories in the game.
i am already in mansion, "rich" quick start
 

DavidF1970

Member
May 3, 2021
223
327
187
i need walkthrough, because i can't figure out how make family to move in, their names are greyed out, can't contact them
I do believe you can also go to the secret office and computer scroll down and click on start or replay random events in Evil 2.

To trigger the family quest you need to do a few others before you can do that one the list is in the link Skybarbie posted.
 

Mishun

Active Member
Jan 27, 2018
746
245
148
I do believe you can also go to the secret office and computer scroll down and click on start or replay random events in Evil 2.

To trigger the family quest you need to do a few others before you can do that one the list is in the link Skybarbie posted.
very useful info, thank you
 
3.70 star(s) 31 Votes