- Dec 12, 2021
- 1,121
- 1,709
MEH! you lost my interst by using real porn instead of creating your own characters in daz
Players where divided on that question so I've kept it this way, some absolutly likes itMEH! you lost my interst by using real porn instead of creating your own characters in daz
If I recall right, it's the Gdiggers (from the thread) and Jordanhayes (from discord) ones, Gonna link them under modding and on the discord.Ninoss Nice to see your creation finally promoted to the status of a full fledged game
A small suggestion, could you link (or maybe even re-host) the girl packs that are spread through the discussion pages on the main page? It would help those who didn't follow the game from the beginning to add them to their games.
Yea i some what agree, but after thinking about it for awhile you have to admit the game would lose some of its charm if it went 3D CG. the real porn has a time and place and i think it works prefect for this game.Players where divided on that question so I've kept it this way, some absolutly likes it
(but I've got some secret plans uner the hood )
i can only imagine what kind of codding nightmare that would be... LOLBecause I want to keep it highly moddable, would be to complicated with 3D for ppl the add girls
I'm taking the nightmares on my side for modders to only have sweet dreamsi can only imagine what kind of codding nightmare that would be... LOL
Then create Daz character mods for it so you can have those!MEH! you lost my interst by using real porn instead of creating your own characters in daz
Only Caprice has one, to make an example for modders ^^I can't seem to trigger any events? Have they not been implemented yet?
How do I trigger the Little Caprice event (I have two in my events folder with her name)? When I click on the door it says No compatible girl selected, then says there is no event with Riley Reid for some reasonOnly Caprice has one, to make an example for modders ^^
I'll add them bit by bit along the futures updates or more if I can commission a writer (I'm a fine coder but a pretty bad writer )
You need to have the girl actually in your classroom, then you can go to the door or in the girl's overview in the pc to directly trigger the event.How do I trigger the Little Caprice event (I have two in my events folder with her name)? When I click on the door it says No compatible girl selected, then says there is no event with Riley Reid for some reason
Yea I added a bunch of characters from one of the mods according to your how to. That's unfortunate, guess I'll load up a clean version just to see the events.View attachment 1937885
I got all.
Are you running a mod ?
Maybe it's breaking the event loading system
len(EXAM_SUBJECTS) <= 6
, should be <
I suspect.Alina_Petite_event_bath
, it is wrongly named Alice_Reign_bath
..jpg
, leading to file not found errors.examButtons
leads to events that all seem to jump to concludeEvent
, which in turn jumps to exam
again, the if statement is never reached. It needs to be before calling examButtons
.if firstExam:
$ firstExam = False
"Would you like a tutorial of how the exam works in this game? (Recommended for new players.)"
jump wantTutorial
call updateExaminationEvents from _call_updateExaminationEvents
call screen examButtons
$ roundString = "Round: %d/" % examRound
$ roundString += "%d" % maxRounds
$ roundString = "Round: %d/%d" % (examRound, maxRounds)
Thanks, the evaluation should indeed be < and not <=, fixed next update.Looking forward to see how you will make this be able to stand on its own.
Bugs
....