VN Ren'Py Completed Emma In the Library [v1.0] [AceX Game Studio]

3.30 star(s) 12 Votes

niko82

Member
Mar 29, 2020
259
129
i cheated the answer by rollingback because i have no clue about the answers, and well it crashed the game, restarted from begining and still cant answer again... cant get lucky enough to have all good answers, so its a bit disapointing to "play" this game, for the rest, good renders, but i couldnt see that much
 

"CJ"

Conversation Conqueror
Mar 6, 2021
6,610
69,715
I made a small Walkthrough-Mod for the game.

Features:
  • Correct choices/answers and additional instructions are highlighted green
  • Fixed a typo
Installation:
  1. Download the attached file (right-click and save as)
  2. Rename the file to "script.rpy"
  3. Copy the file into the "game" folder and overwrite the original
 

Gremory152

Member
Aug 21, 2020
347
91
Code:
imageGalleryList[78][2] = True
----

There is a bug that if you miss some questions and replay the game, about 3 to 4 times, when you get to the part where you go back to the library she'll say that there is no more questions in the subject.

To correct that I just moved the declaration of the test variables.
Moved the code bellow, from the line 500 of script.rpy to the "testWithEmma" label.
So it renews the list of categories when you start the label again, therefore not taking you answer from older plays.
Python:
    $ classicsCategoryTest = Category([q1,q2,q3,q4,q5,q6])
    $ eighAndNineCategoryTest = Category([q7,q8,q9,q10,q11,q12])
    $ twentyiethCategoryTest = Category([q13,q14,q15,q16,q17,q18])
    $ twentyFirstCategoryTest = Category([q19,q20,q21,q22,q23,q24,q25])
    $ sciFiCategoryTest = Category([q26,q27,q28,q29,q30,q31,q32])
    $ mysteryCategoryTest = Category([q33,q34,q35,q36,q37,q38])
    $ poetryCategoryTest = Category([q39,q40,q41,q42,q43,q44])
    $ shakespeareCategoryTest = Category([q45,q46,q47,q48,q49,q50])
----

You don't have permission to view the spoiler content. Log in or register now.
Thank you so much finally got it :)
 

tightbuns

Newbie
Game Developer
Aug 27, 2019
57
381
why in god's name would you not loop the animations?

otherwise, the game is short and sweet. You can google anything you don't know quite easily..
The renders are quite good!
 

Ace_X

Creator of Ace X Game Studios
Game Developer
Apr 23, 2018
798
1,748
why in god's name would you not loop the animations?

otherwise, the game is short and sweet. You can google anything you don't know quite easily..
The renders are quite good!
The animations are looped!
It's a weird ren'py bug
Try resizing the window!!! It has fixed it for some people!
 

lordfridge9

Emperor of Universe 7
Donor
Aug 24, 2017
3,251
3,835
Ace_X When she said you'd be visiting her for the rest of your life, did she mean until you die from "activities" with her or until we die a normal death and can put two rings on it?
 
  • Like
Reactions: Ace_X
3.30 star(s) 12 Votes