THARAKA1984

Member
Apr 8, 2019
116
23
  • swipe down to hide the ui
  • swipe left to roll back
  • swipe right to start skipping of text
  • swipe left&right to toggle the quick menu
  • swipe 2x left&right to open the game menu
  • longpress the save file thumbnail in the save/load screen to delete this slot
[/QUOTE]
Pls Can you tell me how to add above commands to Android port or rpy file.
 

xavous

Newbie
Jan 24, 2020
22
22
I have corrected the error line 12 in electronic.rpy ........... It's ok now i have finish thnis chapter
Thanks !!
 
  • Like
Reactions: mirenzo

Loganfin

Well-Known Member
Dec 2, 2020
1,256
1,498
I've enjoyed the game, but seem to run into a bug that stops me from progressing.

After I'm directed to upgrade the Solarium and do so, it directs me to go to the mall and buy a webcam. Once I buy it and try to leave the store, I get a Grey Screen that says that an exception has occured. When I tell it to ignore it, it takes me back to the previous section where the game it telling me to buy the webcam again. It now says that I have the webcam in my inventory, but the game never progresses. When I advance the day, it just loops over and over.
 

mirenzo

Well-Known Member
Game Developer
Jun 7, 2017
1,612
801
I've enjoyed the game, but seem to run into a bug that stops me from progressing.

After I'm directed to upgrade the Solarium and do so, it directs me to go to the mall and buy a webcam. Once I buy it and try to leave the store, I get a Grey Screen that says that an exception has occured. When I tell it to ignore it, it takes me back to the previous section where the game it telling me to buy the webcam again. It now says that I have the webcam in my inventory, but the game never progresses. When I advance the day, it just loops over and over.
Can you please post me here the exception text?
 
Last edited:

Loganfin

Well-Known Member
Dec 2, 2020
1,256
1,498
Can you please post me here the exception text?
Sorry for the delay. I missed that you had responded to me. Thank you for doing so. I've reloaded the game from several spots, and always get the same error at the same point.



Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Myroom.rpy", line 67, in script call
    call check
  File "game/Myroom.rpy", line 67, in script call
    call check
  File "game/Wendyroom.rpy", line 78, in script call
    call check
  File "game/Myroom.rpy", line 67, in script call
    call check
  File "game/Wendyroom.rpy", line 147, in script call
    call check
  File "game/Myroom.rpy", line 67, in script call
    call check
  File "game/Myroom.rpy", line 67, in script call
    call check
  File "game/Myroom.rpy", line 67, in script call
    call check
  File "game/Myroom.rpy", line 67, in script call
    call check
  File "game/Myroom.rpy", line 67, in script call
    call check
  File "game/Nightclub.rpy", line 481, in script call
    call check
  File "game/ZiaHouse.rpy", line 280, in script call
    call lickcug
  File "game/Wendyroom.rpy", line 217, in script call
    call check
  File "game/Myroom.rpy", line 67, in script call
    call check
  File "game/Myroom.rpy", line 67, in script call
    call check
  File "game/Momroom.rpy", line 554, in script call
    call check
  File "game/Nightclub.rpy", line 552, in script call
    call check
  File "game/Nightclub.rpy", line 564, in script call
    call check
  File "game/Wendyroom.rpy", line 281, in script call
    call check
  File "game/Nightclub.rpy", line 714, in script call
    call check
  File "game/Sis1room.rpy", line 437, in script call
    call check
  File "game/Sauna.rpy", line 239, in script call
    call check
  File "game/Beach.rpy", line 163, in script call
    call check
  File "game/Electronic.rpy", line 12, in script
    if tempo == 4 and gaylastory == 2 and solarium == True and camsolarium == Fals and ihave("webcam"):
  File "game/Electronic.rpy", line 12, in <module>
    if tempo == 4 and gaylastory == 2 and solarium == True and camsolarium == Fals and ihave("webcam"):
NameError: name 'Fals' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/Myroom.rpy", line 67, in script call
    call check
  File "game/Myroom.rpy", line 67, in script call
    call check
  File "game/Wendyroom.rpy", line 78, in script call
    call check
  File "game/Myroom.rpy", line 67, in script call
    call check
  File "game/Wendyroom.rpy", line 147, in script call
    call check
  File "game/Myroom.rpy", line 67, in script call
    call check
  File "game/Myroom.rpy", line 67, in script call
    call check
  File "game/Myroom.rpy", line 67, in script call
    call check
  File "game/Myroom.rpy", line 67, in script call
    call check
  File "game/Myroom.rpy", line 67, in script call
    call check
  File "game/Nightclub.rpy", line 481, in script call
    call check
  File "game/ZiaHouse.rpy", line 280, in script call
    call lickcug
  File "game/Wendyroom.rpy", line 217, in script call
    call check
  File "game/Myroom.rpy", line 67, in script call
    call check
  File "game/Myroom.rpy", line 67, in script call
    call check
  File "game/Momroom.rpy", line 554, in script call
    call check
  File "game/Nightclub.rpy", line 552, in script call
    call check
  File "game/Nightclub.rpy", line 564, in script call
    call check
  File "game/Wendyroom.rpy", line 281, in script call
    call check
  File "game/Nightclub.rpy", line 714, in script call
    call check
  File "game/Sis1room.rpy", line 437, in script call
    call check
  File "game/Sauna.rpy", line 239, in script call
    call check
  File "game/Beach.rpy", line 163, in script call
    call check
  File "game/Electronic.rpy", line 12, in script
    if tempo == 4 and gaylastory == 2 and solarium == True and camsolarium == Fals and ihave("webcam"):
  File "F:\EscortAgency2-0.5-pc\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "F:\EscortAgency2-0.5-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "F:\EscortAgency2-0.5-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/Electronic.rpy", line 12, in <module>
    if tempo == 4 and gaylastory == 2 and solarium == True and camsolarium == Fals and ihave("webcam"):
NameError: name 'Fals' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Escort Agency 2 0.5
Fri Oct 08 14:19:29 2021
 

mirenzo

Well-Known Member
Game Developer
Jun 7, 2017
1,612
801
Sorry for the delay. I missed that you had responded to me. Thank you for doing so. I've reloaded the game from several spots, and always get the same error at the same point.
You're right, that error is my typo, just look at the first post on this page, Fals must be False. You can correct it by yourself or just wait a week for the version 0.6. Sorry for that.
 
  • Like
Reactions: Loganfin

Loganfin

Well-Known Member
Dec 2, 2020
1,256
1,498
You're right, that error is my typo, just look at the first post on this page, Fals must be False. You can correct it by yourself or just wait a week for the version 0.6. Sorry for that.
No worries at all. Thank you, and i'll certainly check out the next release.
 
  • Like
Reactions: mirenzo

sdna1

Member
Oct 1, 2021
263
362
well i like incest...dont mind pissing bdsm or other strong stuff....dont exactly need it but dont mind....but fem dom and prostitution....just no.
 

Qoo-Rilla

Active Member
Jun 14, 2018
503
1,316
I can’t but laugh at this combination of incest, brothel and harem. Not going to go on sale, at least for Harem fans. Harem fans generally do not tolerate sharing their women with other men. So a pretty large percentage of players are out of the market. Plus, you can include NTR haters who will never touch this game.
 

HansDampf788

Well-Known Member
Dec 31, 2018
1,899
6,244
I can’t but laugh at this combination of incest, brothel and harem. Not going to go on sale, at least for Harem fans. Harem fans generally do not tolerate sharing their women with other men. So a pretty large percentage of players are out of the market. Plus, you can include NTR haters who will never touch this game.
This guy is trying for a few years and still has no clue how to make a successful game (3 abandoned games and 1 rushed/abandoned).
 

SkepSyS

Member
Oct 2, 2020
129
160
Omg... how do you advance in this game? Nothing new is happening after I hired the second girl... wtf ... been to every location at every hour of the day for 5 days in a row... if I am just supposed to skip a few years just fking tell me mr developer....
ohh and btw ... I get it... English is not your native language but al least google the interface words so you can type them correctly... "forniture" - "plouce"???
 

mirenzo

Well-Known Member
Game Developer
Jun 7, 2017
1,612
801
Game had nothing to do with selling Ford Automobiles. I feel deceived.
I'm sorry, we're selling Ferrari here not Ford. Since it cost 400.000, time will come that you can buy not only one for yourself but one for each girl. You certainly can't buy a Ferrari without having a garage to park it in.
 

mirenzo

Well-Known Member
Game Developer
Jun 7, 2017
1,612
801
Omg... how do you advance in this game? Nothing new is happening after I hired the second girl... wtf ... been to every location at every hour of the day for 5 days in a row... if I am just supposed to skip a few years just fking tell me mr developer....
ohh and btw ... I get it... English is not your native language but al least google the interface words so you can type them correctly... "forniture" - "plouce"???
Sorry you were lost, the game suggests you what to do by following stars and character mini icons, also in the changelog there is a step by step guide for the first three versions of the game.
The translation that Deepl suggests me to translate from Italian into English the word "mobili" is "forniture, mobile, furnishing, supplies, which one is correct for you?
 

the66

beware, the germans are cumming
Modder
Donor
Respected User
Jan 27, 2017
7,672
23,810
here is my unofficial android port of Escort Agency 2 v0.6.
You don't have permission to view the spoiler content. Log in or register now.

from now on my android ports of Ren'Py games have a 2nd, persistent save location like windows. if you uninstall an app, the save files and persistent data remain intact.
therefore the app needs the permission to access the public external storage (or a new one on Android 11 :FacePalm:), because it has to read and write outside its own external storage directories.
you have to grant the permission or the app is shut down.

have fun and please report problems (you can reach me ).
 

mirenzo

Well-Known Member
Game Developer
Jun 7, 2017
1,612
801
here is my unofficial android port of Escort Agency 2 v0.6.
You don't have permission to view the spoiler content. Log in or register now.

from now on my android ports of Ren'Py games have a 2nd, persistent save location like windows. if you uninstall an app, the save files and persistent data remain intact.
therefore the app needs the permission to access the public external storage (or a new one on Android 11 :FacePalm:), because it has to read and write outside its own external storage directories.
you have to grant the permission or the app is shut down.

have fun and please report problems (you can reach me ).
Thank you
 
  • Like
Reactions: the66

Ddraigon

Member
Donor
Compressor
Jul 16, 2020
207
1,050
Escort Agency 2 [v0.6] [Firenzo]

Original PC : 1.65 GB
Original Mac :1.63 GB

Compressed PC (423 MB) :
Compressed Mac (406 MB) :

This Compression is Unofficial and may break your game.
 

wktos

New Member
Feb 3, 2019
11
13
@mirenzo
I also stuck once 2 girl hired and all spying done. I found why: I need to do spying in certain order, eg if I progress too much with Chris I will block later event when she should call/text me.
This is because your trigger condition is checking three times condition '==' but for mom_story it should be '>='
It is all over the code - basically it is very easy to stuck because you progress too much with one character

Since it is sandbox game it will be nice to consider more '>=' comparison instead of '=='.

And redmoon_story keep resetting to 2. I did not found why - probably when giving her toys after picture is taken.
 
2.30 star(s) 4 Votes