I was going to leave here with just my bad artoria events pack but then I got inspired to try something and got it to work. So I'm gonna do at least 2 more Ahri ones and other misc ones in the future.
I dunno maybe it's something about Ahri that makes her seem more energetic when she is fucking someone
.
Need some help with some plot points "achievement" preferences. For reference I may use the two Ahri scenarios I have planned.
I've said in a prev post I wanted these events to "unlock" as you do BK things. I'm not good enough / want to learn renpy enough to do really intricate things but an events room with some conditionals should be no problem. Before I delve into or ask someone with more experience than me to hep to dig for relevant code/functions I just want to know some what some players might want. I'm gonna be writing in some English pseudo code for these. I don't know if these or any of the relevant functions exist atm but most of them should.
For an anal/fetish/sex etc "reward scene" or general special scene-
What would be one as a player most fulfilling/rewarding/not to tedious way to unlock it. Some ideas/thoughts.
Code:
If girl.charpref(anal) is "fascinated" = True then it would show the scene, otherwise return text "Girl isn't slutty enough in anal yet."
Once a girl reaches interested, very interested, fascinated you could see that specific scene.
Doing a certain training X amount of times.
Code:
If girl.chartrain(anal) > 49 = True it would show the scene....
This would probably require having a counttrain already in each of the training codes or putting one in though...
So you would get to see the scene once you spam a certain training on her.
Title based. At the moment we don't have much if any? use for titles. Like Beginner whore etc.
Code:
If girl.chartitle (Anal Fanatic) = True it would show the scene....
Checks for a specific title the girl has and you can see the scene in the room if they have it.
Rank/Job Score Based.
Code:
If girl.charscore(anal) > 99 = True it would show the scene.....
This levels up a bit fast I believe but you could have it so you need like 100-200 points in anal to unlock a scene.
Bad to have a scene locked by Rank X but having it unlocked too easily is also sort of bad earning wise.
I might be missing one or two ideas and might edit this again.
Things I want to/will for try to do for sure:
Titles based events - Imagine an Ahri scene where she does a concert and you're actually rewarded for leveling up her as a Dancer and having a mid/high tier dancer title, Rip no dedicated Singer job.
Energy/Job based events - A scene could change or not happen at all if she maybe is tired or is doing a different job. Think Ahri doming a bunch of men if she has a lot of energy or getting gangbanged instead if she was tired/hurt.
Item based events - You need a specific item equiped to do an event. You can maybe use one of those Aphrodesiacs/random books/potions that nobody buys as cost. Another cool thing is to have maybe a cost. Pay your whores 100k bk dollars each time you want to view a scene. But really something like paying 10 diamonds for unlocking a scene. Lore wise her making a fancy dress or spending it on something to seduce you with etc.
And hey how convenient bk has a school uniform class of equips.
To unlock the Academy Ahri scenes you have to have Ahri equipped with a school uniform. It could also be made so the "better the uniform" the more actions she can do.
Also for the Academy Ahri scene would you prefer her to do all her things in a day or have them split up into choices. Either way they'ed be 3-5 liners but both options have their advantages.
Tl.DR Tell me cool/good ways to unlock events in an event room and I'll ask/find out for myself and see if I can make those conditionals work for my future wip Ahri pack and potentially other events/packs to come.