- Jun 6, 2017
- 133
- 642
I wanted to write another update post (following the last one) to show what I've been working in the past few days and get feedback, I'm also thinking in maybe making this kind of an habit and post every week what I've done for this game. For this post, I'm gonna separate the work done in a few categories.
Warning: Long-ass comment ahead (There may be some typos)!
SANA CUM POOLS SCRIPT
This is a little script that I created to control the semen inside each supported orifice. This will work for all supported female npcs in this game, including Sana, of course, it will have a vaginal, mouth and anal pools that will contain all of Cum objects that are created after a sex scene with any male npc (either NTR/Vanilla).
Features:
This new system (as for now) will have the following features:
, like the Cum Pool Script, this will also use a frequency to check for possible pregnancies and births.
- Menstruation: Applied when Menstruation, max life debuff in battle, thats it at the moment.
- Luteal Phase: Applied when Luteal, same as Menstruation.
- Ovulation: Applied when Ovulation, will boost up battle stats and add a special state (Nympho Feeling)
- Special State: Nympho Feeling: When Sana is in this state, she will be hornier than usual (Frustration increases like 20/40 points per day in this state)
- Special State: Pregnant: Applied when pregnant, all battle stats will be boosted up (and I'm also thinking about adding Nympho Feeling too in this state)
These are the stats that will be tracked down (copy-pasted from script):
FrustrationValue, LewdnessValue, numberOfKidsTotal, numberOfKidsNTR, numberOfKidsPlayer, sanaIsPregnant, oralTimes, titfuckTimes, vaginalTimes, analTimes, milkedTitsTimes, pregnancyTimes, playercuckedTimes, harassedTimes, sexWithMayor, sexWithMinota, sexWithYoneda, sexWithKylesDad, sexWithKyle, sexWithHoang, sexWithBeachGuy, sexWithFighter, sexWithSun, sexWithYokoChurch, sexWithDoctor, totalSemenInPussy, totalSemenInAnal, totalSemenSwallowed, rapeTimes, climaxTimes.
- Will have a simple Stats window, that will show just a few atributes I listed above (Still WIP)
- Will have a in-depth Stats window, where all atributes will be shown.
- In the in-depth Stats window, player will be able to see all kids Sana gave birth, either NTR or vanilla, and the info related to a specific kid (the father, mother, birth date and genre)
As 1Teddy1 suggested, I wanted to include some sprites to show vagina/anal/Mouth status, so I had to open my dusty Photoshop install and try to do something, but the results aren't that good, gonna upload them here and you guys tell me what you think about them.
NOTE: I just realized now that I'm uploading the status images that the anus images have the vagina empty, I will need to remove it, and leave the anus alone, but I don't they look good enough, as you can see I'm not a graphic designer at all.
The code it's there, I only need a good sprite to show the status to replace the current ones.
As I said, I had to rewrite the TimeControlScript (basically to do the whole CumPool and PregnancySys), now it fully supports quick checking the in-game time in every single script that tries to get it, nothing you guys would notice but needed.
Yesterday, I started coding what smilee2110 said about that timing bar to include it on the Player/Sana scenes, as today I only achieved to replicate the timing bar (as you can see on the screenshots) but got no time to imlement it in the minigame and check how that would work, maybe for next week I could do that and show it here, (yeah, that background is literally taken from the game files, I did that just for testing, obviously, the mod release won't include assets from other games)
Other little things I cannot remember.
I know this post is kinda big, do you guys who read it have any suggestions?
Warning: Long-ass comment ahead (There may be some typos)!
SANA CUM POOLS SCRIPT
Features:
- Vaginal, Anal and Mouth cum pools for each girl.
- Will be used to show Sana's private parts status in the Stats Menu.
- As I said, it supports all npcs, but player won't be able to see how much cum there is inside each orifice of each npc in this game (this could be done, but I find it really time-consuming and kinda useless)
- Each cum objects will contain the source (the man it comes from), the quantity (semen in ml) and the life (how long it lasts inside the orifice)
- Cum objects inside each orifice for each girl, will be deleted as time passes and their life comes to 0 (By default, it lasts for 48 in-game hours)
- Player will be able to clean Sana's vaginal cum by using an in-game object (it will kill all cum objects without waiting)
- At first, if player chooses NTR route and Sana gives a blowjob, she will clean the cum inside the mouth pool, at higher stages of lewdness, she will leave cum inside her mouth (This is not done, but I could easily turn this into some heavy cuckold cum cleaning events, completely optional, but I don't know if you guys could be interested in that)
- As I said, player will be able to see inside Sana's vagina, mouth and anal in the Stats Menu, as a visual representation of how much cum there's inside.
- To reduce work-load for the engine, This cum life for each orifice check will be done in a IRL frequency, like 1-2 seconds. So game won't drop to 23 fps when doing a check.
- Support for Skip Time function.
- Support for contraceptive devices, if an appropiate device is equipped, the girl won't get cum added to the appropiate cum pool (Ex: Vanilla "Contraceptive Device" object in game will block all AddCum events to the vaginal pool)
SANA PREGNANCY SYSTEM
This is the one which I spent most of my free time on, reworking (literally) from scratch the simple pregnancy feature this game had, and bring brand new one into the game.
This new system (as for now) will have the following features:
- Player support in the pregnancy system.
You don't have permission to view the spoiler content.
Log in or register now.
- Pregnancy support for all female NPCs on this game.
- Menstrual Cycle.
- Twins/Triplets support.
- Delayed Sana/NPC hospitalization.
- Delayed Sana impregnation.
- Debuffs/Buffs during pregnancy and menstrual phase.
- Menstruation: Applied when Menstruation, max life debuff in battle, thats it at the moment.
- Luteal Phase: Applied when Luteal, same as Menstruation.
- Ovulation: Applied when Ovulation, will boost up battle stats and add a special state (Nympho Feeling)
- Special State: Nympho Feeling: When Sana is in this state, she will be hornier than usual (Frustration increases like 20/40 points per day in this state)
- Special State: Pregnant: Applied when pregnant, all battle stats will be boosted up (and I'm also thinking about adding Nympho Feeling too in this state)
- Pregnancy content unlocked since the beginning of the game.
- No need to sleep (three times?) to make Sana give birth.
- Vanilla features still in this pregnancy system.
- Player able to name kids.
- Random genre assigned to the baby.
- A little option in the menu to check cum inside Sana's vagina.
SANA STATS SYSTEM
I'm still working on this, basically everything is pretty much done, but for me, coding the UI is really time-consuming and probably one things I hate the most of RPG Maker. Nothing special about this, just a stats system that will collect all of sexy events with Sana that happens in the game (check screenshots).
These are the stats that will be tracked down (copy-pasted from script):
FrustrationValue, LewdnessValue, numberOfKidsTotal, numberOfKidsNTR, numberOfKidsPlayer, sanaIsPregnant, oralTimes, titfuckTimes, vaginalTimes, analTimes, milkedTitsTimes, pregnancyTimes, playercuckedTimes, harassedTimes, sexWithMayor, sexWithMinota, sexWithYoneda, sexWithKylesDad, sexWithKyle, sexWithHoang, sexWithBeachGuy, sexWithFighter, sexWithSun, sexWithYokoChurch, sexWithDoctor, totalSemenInPussy, totalSemenInAnal, totalSemenSwallowed, rapeTimes, climaxTimes.
- Will have a simple Stats window, that will show just a few atributes I listed above (Still WIP)
- Will have a in-depth Stats window, where all atributes will be shown.
- In the in-depth Stats window, player will be able to see all kids Sana gave birth, either NTR or vanilla, and the info related to a specific kid (the father, mother, birth date and genre)
As 1Teddy1 suggested, I wanted to include some sprites to show vagina/anal/Mouth status, so I had to open my dusty Photoshop install and try to do something, but the results aren't that good, gonna upload them here and you guys tell me what you think about them.
You don't have permission to view the spoiler content.
Log in or register now.
NOTE: I just realized now that I'm uploading the status images that the anus images have the vagina empty, I will need to remove it, and leave the anus alone, but I don't they look good enough, as you can see I'm not a graphic designer at all.
The code it's there, I only need a good sprite to show the status to replace the current ones.
Other little changes
As I stated in the last update post, I was looking into giving player the possibility to stop Player/Sana scene at any moment during the scene, I finally achieved this, player will be able to press ESC key during a few seconds and scene will be abruptly interrupted. I also wanted to give the player yet another choice selection to stop the scene right after cumming before player's sex skill, and I also did this, and I also include a key (By default: SHIFT key) for people that don't like the minigame, if you press that key, it will fast forward the minigame 'til the end. see
You must be registered to see the links
, also I did a little change, when player fucks Sana and she has a high sizequeen level, she won't moan hot like she used to, it will be more like a mild/boring moan.As I said, I had to rewrite the TimeControlScript (basically to do the whole CumPool and PregnancySys), now it fully supports quick checking the in-game time in every single script that tries to get it, nothing you guys would notice but needed.
Yesterday, I started coding what smilee2110 said about that timing bar to include it on the Player/Sana scenes, as today I only achieved to replicate the timing bar (as you can see on the screenshots) but got no time to imlement it in the minigame and check how that would work, maybe for next week I could do that and show it here, (yeah, that background is literally taken from the game files, I did that just for testing, obviously, the mod release won't include assets from other games)
You don't have permission to view the spoiler content.
Log in or register now.
Other little things I cannot remember.
I know this post is kinda big, do you guys who read it have any suggestions?
You don't have permission to view the spoiler content.
Log in or register now.