- Jun 30, 2019
- 24
- 18
Can anyone upload this file to the exchanger?
Evil_2_-_0_66_assertiveless.zip
Evil_2_-_0_66_assertiveless.zip
The truth of the Enkindlers is universalThis one
This one found still a couple of bugs and a suboptimal logic in a pregnancy code. Some girls could be pregnant (festus=1) without an item in the 'preg_woman' array — and the game looks for mothers to give birth only there. So poor girls could not come to term. This one added a daily check. Also it's better to use killvar ('preg_woman',isf) to shorten an array, not just write zero to a cell. On the other hand, there is a code to check for insemination in a post-sex cleanup, and the same code is duplicated after every creampie, greatly increasing the chance even without cheats.
This one found another place to include a technical virgin options, the maid sex. Will look there later. And a strip club sex, isn't it blocked out?
This one is presenting you an update.
- Reworked female NPC story generation. Now random girls did non-vanilla sex, with new story lines, have mostly sensible stats without hard-capping and may be addicted.
- Younger girls are shorter and flatter.
- Some girls want to save their virginity, and take it in the ass instead.
- Unlocked vaginal chastity devices. Piercings in beauty salon, surgical suture in medical center, chastity belt found only on generated NPCs.
- Whores on street and in brothel are checked for hole accessibility and recieve stats accordingly.
- Camwhores are rebalanced (that's nerfed) for much less income (between street and brothel whores), income depends on beauty, intellect and age.
- Girls may go braless in a non-sexual way. Visible lactation, for now purely cosmetic.
- Boys did their flies and don't show the dick while fully clothed.
- Pregnant girls grow tits and fat.
- Hopefuly better children generation.
- babies=1 cheat now hastens child aging, about an year per six days (hundred days to adulthood).
- Adult daughters can be asked to find a job, though they share even less income.
- Wife's income is added correctly, to amount of virtually nothing.
- Wifes may need your attention.
- An option for fast undressing before sex.
- Body mod drugs actually have an effect.
- Nerfed "Pimp that bitch". It's cheat, but it's called in some characters generation, sometimes several times (thought one pass gives about best stats, next ones are rearranging random).
- Rearranged collumns and rewritten some entries in character lists.
- De-hardcoded legal age and pregnancy duration to the global variables, "legalage" and "pregdura".
- Minor bug and translation fixes.
- Abortion is cheaper and moved to medical center.
- Nude beach "loose body" check is relative, random and includes the dick size.
- Titfuck is disabled for B-cups and less. It clashed with an act descriptions.
Great improvement, when I modified that part, the hardcoded parts were findable everywhere... Glad someone centralized the data (I hope you didnt miss any, like a I admit I first did). ThxDe-hardcoded legal age and pregnancy duration to the global variables, "legalage" and "pregdura".
QSP Grammar seems to be sensitive to indent... I checked the 0.66 sourcecode from assertiveless and compared to the 0.65 and it seems there is a "back to line" missing in talkwithnpc:View attachment 2833747
gives me this error when clicking on Drink beer. original 6.5 works fine
I haven't played with the changes made by assertiveless yet or looked at the code. QSP doesn't care about spacing or indents, just hard returns. In QSP you can't have two lines of code on the same line unless you group them together using &. Example: rostotn=2 & gs'walker'QSP Grammar seems to be sensitive to indent... I checked the 0.66 sourcecode from assertiveless and compared to the 0.65 and it seems there is a "back to line" missing in talkwithnpc:
View attachment 2834413
Changing it back to :
View attachment 2834415
seems to solve the problem on my side.
Here is the 0.66 with this Fix only
This sounds good at first but the game would have to be redesigned in a major way to accommodate it. Since the game uses real porn, there isn't an unlimited selection of porn actresses and scenes. What happens if there isn't a girl for a particular category? Special code would have to be added to handle all the exceptions. It is also rare to have an actress have content for all sex activities so you'd still end up seeing multiple different girls which would still break immersion.So, I was thinking about the video content of the game. (No sh#t, Sherlock.)
Based on the text descriptions, and just from the top of my head, these would be some of the reference categories:
age: teen - young girl - girl - women - mature
skin color
hair color
breast size
beauty (0-100 scale)
wealth: poor - regular - rich
Could these categories be used as a reference to video files with fitting content, so they are (more) consistent? I don't know first thing about QSP, so - stupid question it is.
If it is doable, and somebody would jump in from the programming end, I was thinking about creating a mansion maids video package as a mini-project and a first step in this direction. Nothing fancy, e.g. 5-10 clips per sex position, just to actually see a maid uniform when I click that button.
(Sorry if there was already a similar discussion, but I really couldn't go through the previous 200 pages.)
The only black girl in the game that I'm aware of that you can fuck is Ashley Maya from the 'Farm College Hazing' event and she is only part black. The biggest roadblock to your suggestion is the lack of black porn actresses. There just isn't enough black content in the game to justify it. This is why most of it was removed. In the original game Evil, there was just one clip per sex category (no variety whatsoever).This game should have a race update. To get more variety, also the videos be at least from the same race the female is.
Would improve greatily. Is strange to fuck a black girl and see all videos of white females.
Little skill required. Just zip up the Evil 2 folder and upload the file to a file hosting site and share the download link. The file will be approximately 20 GB.I have absolutely no Idea about programming I admit, but I ws wondering if it might be possible to make this one install again, instead of 4. As I said no idea how much effort that would involve.
Since you are making changes to the code I would like to request you make these additional changes.This one is messing with the code again:
Also, random is fine. This one just forgot to reset new variables. Also fixed some smaller bugs.
- Brothel girls prices are calculated with looks and boob size; also intellect and lust for non-slaves. So it's more profitable to pimp better girls, instead of flat rate. Curiously, prettier street whores did got more cash.
- Tweaked and expanded story generation, again. First years are still too much determined, need more random stuff.
- Added random casual sex chance for known girls. To do: chance of (off-screen) girl-girl encounters. That college parties must be more lively!
- Drugged girls and wifes should not storm out because of any uncomfortable acts. Because that's boring.
- College class generation now may be used repeatedly. Previously there was a hard limit in a classmates cycle. Added new cheats to menu: generate more classmates and get girl's story.
- Grown up sons now have characters and may be recruited to your gang.
This one found an unused variable for a lactation. So young mothers will be really milky, not just wetting their shirts. Though this one isn't up to adding actual milk play content, outside of mentions in description.
How do I install this? Ok I just located the new qsp file, which I didn't expect.Well, I have been playing this game for a long time now. Been learning a bit about QSP and starting mucking around under the hood. Since this is basically an abandoned game with a few people just tinkering around with it, I decided to show what I have been working on too.
Based my changes to Assetiveless code (0.66) and added malpha92 code as well.
- At the University,
Added a little to the library.
Added a stay at university option.
Added a go to Old Town option.
Added a little to soccer.
- Added Chinatown location.
Moved Sauna to Chinatown.
Opened Park, need to add encounters to it.
Opened Theater, need to add encounters to it.
- Modified Pregnancy duration to 90 days (Rand (-10,10)), thought 60 days was too short.
- I like the slutmary, but thought if she really really liked you she would give it up.
- Updated fitness to display wrestling and martial arts level, like boxing does.
- Modified Bar to have encounter at bar while getting drink.
- Modified Bar to include Malpha92 code to just sale drugs like crazy.
- Fixed a divide by zero error at beach, when Fat on MC was 0 or lower. So made minimum fat = 1
- Added a walk around Old Town option to meet new people. Still working on this...
pics uploaded to Mega. Mega