samfc

New Member
Dec 8, 2018
14
14
33
Adrianne?
Damn that new game is disappointing huh.
Fair to say, Adrianne & Oliver is kinda on par with My name is David & Call Girl Denise in the past (more similar rendering and cutscene technique to conpare), but clearly A&O lacks lot of content conpare to David & Denise or any legendary predecessors like Eleanor, Club Velvet Red, etc.. While Serbian Casino is one of the best of old rendering method in my opinion with Serena Evil Sister & old Eleanor. While A&O is less lost than Serena Evil Sister, where the path is so weird and quite Free-Renpy alike game with beef-up is kinda annoying.
 
Last edited:

apsentibus

Member
Jun 22, 2019
209
552
250
Fair to say, Adrianne & Oliver is kinda on par with My name is David & Call Girl Denise in the past (more similar rendering and cutscene technique to conpare), but clearly A&O lacks lot of content conpare to David & Denise or any legendary predecessors like Eleanor, Club Velvet Red, etc.. While Serbian Casino is one of the best of old rendering method in my opinion with Serena Evil Sister & old Eleanor. While A&O is less lost than Serena Evil Sister, where the path is so weird and quite Free-Renpy alike game with beef-up is kinda annoying.
A&O is worse than David and other LOP games in a lot of ways. Gameplay is practically non-existent since most of the actions available at those locations don't do anything. Animations are visibly poorly made compared to the last few other LOP games. Content is fairly limited. It really disappointed me.
 

bebiho

Active Member
Sep 16, 2016
521
1,863
400
A&O is worse than David and other LOP games in a lot of ways. Gameplay is practically non-existent since most of the actions available at those locations don't do anything. Animations are visibly poorly made compared to the last few other LOP games. Content is fairly limited. It really disappointed me.
animations made from a toaster. lop glory days is over
 

megalol

Engaged Member
Modder
Compressor
Respected User
Apr 3, 2017
2,847
11,807
778
Adrianne – RENPY (offline) edition
(807 Mb)
I've converted renpy web version (that was released today) to offline with renpy sdk. For those who don't like Unity it could be useful but as dev said "I’ve to reduce the framerate of the animations from 40 to 20 and eliminate animations during dialogs" it has some limitations comparing to Unity. Use it on ur own risk coz not tested much.
Feel free to make compressed version, gallery unlocker, wt mod and etc coz at least for now I'm not planning to do it.
 

apsentibus

Member
Jun 22, 2019
209
552
250
Adrianne – RENPY (offline) edition
ADR_web-0.1-market.zip (807 Mb)
I've converted renpy web version (that was released today) to offline with renpy sdk. For those who don't like Unity it could be useful but as dev said "I’ve to reduce the framerate of the animations from 40 to 20 and eliminate animations during dialogs" it has some limitations comparing to Unity. Use it on ur own risk coz not tested much.
Feel free to make compressed version, gallery unlocker, wt mod and etc coz at least for now I'm not planning to do it.
Thanks a lot for your work! I wonder why the OP hasn't been updated for the new download links you posted recently. Any chance to contact staff members to update the OP?
 

megalol

Engaged Member
Modder
Compressor
Respected User
Apr 3, 2017
2,847
11,807
778
Thanks a lot for your work! I wonder why the OP hasn't been updated for the new download links you posted recently. Any chance to contact staff members to update the OP?
OP for long time not auto updated as far as I know coz abandoned by topic starter (?). Last time it was one of site user gathered almost all my posts and reported it to stuff to add it to main page.
 

Tohe Miju

Newbie
Nov 11, 2019
27
25
23
Hey guys, in the Seducing the Throne games, how can I get the magical sex talisman ? I know its in Queen's room but can't find it when having sex with her.
 

95rogerZE

New Member
Sep 29, 2022
1
0
1
Does anyone have the link to download the "Waiting 4 You" free game by LOP so that it can be played offline?
 

Damonalgren

Member
Aug 30, 2017
352
180
268
Adrianne – RENPY (offline) edition
ADR_web-0.1-market.zip (807 Mb)
I've converted renpy web version (that was released today) to offline with renpy sdk. For those who don't like Unity it could be useful but as dev said "I’ve to reduce the framerate of the animations from 40 to 20 and eliminate animations during dialogs" it has some limitations comparing to Unity. Use it on ur own risk coz not tested much.
Feel free to make compressed version, gallery unlocker, wt mod and etc coz at least for now I'm not planning to do it.

hey thanks for your hard work , I get this error on day 6

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 933, in script
if quest_day6 == 2 and spa_quest_accepted == 0:
File "game/script.rpy", line 933, in <module>
if quest_day6 == 2 and spa_quest_accepted == 0:
NameError: name 'spa_quest_accepted' is not defined

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

Full traceback:
File "game/script.rpy", line 933, in script
if quest_day6 == 2 and spa_quest_accepted == 0:
File "renpy/ast.py", line 2115, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 1092, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 1085, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 933, in <module>
if quest_day6 == 2 and spa_quest_accepted == 0:
NameError: name 'spa_quest_accepted' is not defined

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
ADR_web 0.1
Mon Oct 3 07:29:31 2022
```
 

megalol

Engaged Member
Modder
Compressor
Respected User
Apr 3, 2017
2,847
11,807
778
hey thanks for your hard work , I get this error on day 6

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 933, in script
if quest_day6 == 2 and spa_quest_accepted == 0:
File "game/script.rpy", line 933, in <module>
if quest_day6 == 2 and spa_quest_accepted == 0:
NameError: name 'spa_quest_accepted' is not defined

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

Full traceback:
File "game/script.rpy", line 933, in script
if quest_day6 == 2 and spa_quest_accepted == 0:
File "renpy/ast.py", line 2115, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 1092, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 1085, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 933, in <module>
if quest_day6 == 2 and spa_quest_accepted == 0:
NameError: name 'spa_quest_accepted' is not defined

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
ADR_web 0.1
Mon Oct 3 07:29:31 2022
```
Hi, sadly there are no much I can do since it's most likely dev mistake and not mine. Either wait for proper version when it would be released on Steam or use previosly uploaded by me Unity version. Also u can try to press "Ignore" button and continue the game if possible or (harder, proper way) enable Renpy developer menu and manually define variable "spa_quest_accepted" (=1 or =0 depending on ur choices) just before error appears or try to edit ..\game\script.rpy file lines 933 and 1048 and change "if quest_day6 == 2 and spa_quest_accepted == 0:" to if quest_day6 == 2:".
 
Last edited:
4.60 star(s) 20 Votes