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

3.30 star(s) 12 Votes

AN_Anonymous_A

New Member
May 22, 2020
3
3
Not disappointed with the reviews, or with the game? :LOL:
Both. The game was good and the reviews were kind of what i expected. But someone actually implementing something to fuck up rollback was unexpected and kind of funny. And being the cheater I am, the first thing that i did was try to cheat without changing the code. And I found it without much difficulty. But I do see why many of the reviews are negative. Many people don't have the time to google or fiddle around like I do. So, I don't really blame them.(English is not my first language. So sorry for mistakes)
 
  • Like
Reactions: Tom22k and Ace_X

Ace_X

Creator of Ace X Game Studios
Game Developer
Apr 23, 2018
799
1,749
Both. The game was good and the reviews were kind of what i expected. But someone actually implementing something to fuck up rollback was unexpected and kind of funny. And being the cheater I am, the first thing that i did was try to cheat without changing the code. And I found it without much difficulty. But I do see why many of the reviews are negative. Many people don't have the time to google or fiddle around like I do. So, I don't really blame them.(English is not my first language. So sorry for mistakes)
It's all good. I make games that I want to play, because I don't see any games like it! (Probably cause very few people like this kind of game)

But if only a few of you like it! I am happy!

Glad you enjoyed it!
 

lordfridge9

Emperor of Universe 7
Donor
Aug 24, 2017
3,256
3,840
It's all good. I make games that I want to play, because I don't see any games like it! (Probably cause very few people like this kind of game)

But if only a few of you like it! I am happy!

Glad you enjoyed it!
The quiz games can be very difficult or annoying. Hell, even in Valerie i just always went for Sudoku until it reached 9 numbers and the thing where you have to bounce the thing (best explanation right :ROFLMAO:), sometimes the memory card thing, but it got annoying when you ended up with 4 pictures of a BJ with minor variations and got confused. Anyway, the point is that I'm not the biggest fan of all this, but the renders and animation are worth it. Oh and I can't wait to be growing the sudden harem in Valerie 2 and 3 :devilish:
 
  • Like
Reactions: Ace_X

HyperNovax

Newbie
Nov 20, 2018
64
67
Hey! Just so everyone knows! I don’t lock my game files! So you can see ALL the dev files. Including images, movies, and the script with the questions and answers in it....

For those of you struggling with some difficult questions.
Yes that how I found the bonuses, read the code (y):LOL:
 
  • Haha
Reactions: Ace_X

Ace_X

Creator of Ace X Game Studios
Game Developer
Apr 23, 2018
799
1,749
Do you have your 7 pic on the 7 page of image unlocked?
Can't unlock this pic as it is not in the game... you can see it in the image files. It it the final anal image befor the animations...

(I will try to get a fix out for this soon)
 

Ace_X

Creator of Ace X Game Studios
Game Developer
Apr 23, 2018
799
1,749
The quiz games can be very difficult or annoying. Hell, even in Valerie i just always went for Sudoku until it reached 9 numbers and the thing where you have to bounce the thing (best explanation right :ROFLMAO:), sometimes the memory card thing, but it got annoying when you ended up with 4 pictures of a BJ with minor variations and got confused. Anyway, the point is that I'm not the biggest fan of all this, but the renders and animation are worth it. Oh and I can't wait to be growing the sudden harem in Valerie 2 and 3 :devilish:
Mini Harem in Val 2, much bigger harem in Val 3!!!!
 

felipons

Fluffy, The Destroyer of Worlds
Modder
Game Developer
Jan 15, 2018
249
1,029
Do you have your 7 pic on the 7 page of image unlocked?
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.
 
Last edited:

Ace_X

Creator of Ace X Game Studios
Game Developer
Apr 23, 2018
799
1,749
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.
You're awesome!!!
 

Darkwen

Engaged Member
Nov 10, 2020
3,805
9,321
Good game is it possible to not die at the end? if not one hell of a way to go haha
 
  • Like
Reactions: Ace_X

lordfridge9

Emperor of Universe 7
Donor
Aug 24, 2017
3,256
3,840
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.
Are you an angel?
 
  • Haha
Reactions: Ace_X

lordfridge9

Emperor of Universe 7
Donor
Aug 24, 2017
3,256
3,840
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.
Man, why ya gotta make one now, when I've already deleted the FREAKING GAME!?

P..S pls don't get mad, issa joke
 
  • Haha
Reactions: Ace_X
3.30 star(s) 12 Votes