Kodex

Newbie
Dec 10, 2018
43
174
Ninoss Nice to see your creation finally promoted to the status of a full fledged game :cool:
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.
 

Ninoss

Active Member
Donor
Game Developer
Nov 20, 2017
579
1,058
Ninoss Nice to see your creation finally promoted to the status of a full fledged game :cool:
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.
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.
 

deefraz

New Member
May 6, 2018
7
0
Players where divided on that question so I've kept it this way, some absolutly likes it :rolleyes:
(but I've got some secret plans uner the hood :cool:)
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.
 

Ninoss

Active Member
Donor
Game Developer
Nov 20, 2017
579
1,058
Because I want to keep it highly moddable, would be to complicated with 3D for ppl the add girls :unsure:
 
  • Like
Reactions: Trapitalism101

Ninoss

Active Member
Donor
Game Developer
Nov 20, 2017
579
1,058
I can't seem to trigger any events? Have they not been implemented yet?
Only 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 :rolleyes:)
 
  • Like
Reactions: aribba32

aribba32

Member
Dec 6, 2021
124
380
Only 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 :rolleyes:)
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
 

Ninoss

Active Member
Donor
Game Developer
Nov 20, 2017
579
1,058
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
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.
About Riley's event, idk but I remember that the modder had some issues making it work.
You can load ALL the girls available (save before to be able to rollback that as it will confuse the game) by clicking on the little circling arrows in the settings menu.
 

aribba32

Member
Dec 6, 2021
124
380
Little Caprice has been in my classroom several times, but the event (debug) section on the PC is just black screen.

1658430602025.png
 

Ninoss

Active Member
Donor
Game Developer
Nov 20, 2017
579
1,058
1658430814309.png
I got all.
Are you running a mod ?
Maybe it's breaking the event loading system :unsure:
 

slamakans

New Member
May 12, 2017
6
7
Looking forward to see how you will make this be able to stand on its own.

Bugs
(at least I suspect they are)
  • "You can't sell subjects if you have less than 6".
    • The condition is len(EXAM_SUBJECTS) <= 6, should be < I suspect.
  • Can't jump to label Alina_Petite_event_bath, it is wrongly named Alice_Reign_bath.
  • Lana Foxy's event pictures are JPEGs, or at least end with .jpg, leading to file not found errors.
  • Infinite cumming & fucking (Maybe not a bug?)
  • No tutorial:
    • He can never believe he's doing this. Literally- going- to touch his students. (Never goes away)
    • Fix written below.
Because the screen 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.

I.e.:
Code:
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
Tips
(only one sorry)

You can use multiple variables in string interpolation:
Instead of
Code:
$ roundString = "Round: %d/" % examRound
$ roundString += "%d" % maxRounds
you can write
Code:
$ roundString = "Round: %d/%d" % (examRound, maxRounds)
 
  • Like
Reactions: cloudmoon

Ninoss

Active Member
Donor
Game Developer
Nov 20, 2017
579
1,058
Looking forward to see how you will make this be able to stand on its own.

Bugs
....
Thanks, the evaluation should indeed be < and not <=, fixed next update.
About mods, I can't do much ^^
Yes technically you can fuck-cum indefinitly for now.
The tutorial is not up to date so I've moved him to an unreachable place in the game :rolleyes:
Thanks for the tips, will be fixed next updates :cool:
 
4.00 star(s) 18 Votes