Spear1403 Android Ports Of Renpy Games

5.00 star(s) 3 Votes

spear1403

Member
Modder
Feb 16, 2018
103
197
Hey @spear1403 there is a problem with dreams of desire port... Options menu does not work. There is an error where it says:

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

While running game code:
  File "game/DoD-E12-v1_0_3-BaS-HD-Fixes+Mods-v5.2.rpy", line 1084, in execute
  File "game/DoD-E12-v1_0_3-BaS-HD-Fixes+Mods-v5.2.rpy", line 1084, in execute
  File "game/DoD-E12-v1_0_3-BaS-HD-Fixes+Mods-v5.2.rpy", line 1098, in execute
  File "game/screens.rpy", line 434, in execute
  File "game/screens.rpy", line 434, in execute
  File "game/screens.rpy", line 438, in execute
  File "game/DoD-E12-v1_0_3-BaS-HD-Fixes+Mods-v5.2.rpy", line 1098, in execute
  File "game/DoD-E12-v1_0_3-BaS-HD-Fixes+Mods-v5.2.rpy", line 1215, in execute
NameError: Name 'qm_button' is not defined.

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

Full traceback:
  File "_layout/screen_main_menu.rpymc", line 28, in script
  File "/data/user/0/com.spear1403.dreams.desire/files/renpy/ast.py", line 862, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/data/user/0/com.spear1403.dreams.desire/files/renpy/python.py", line 1888, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
  File "/data/user/0/com.spear1403.dreams.desire/files/renpy/ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/data/user/0/com.spear1403.dreams.desire/files/renpy/display/core.py", line 2635, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/data/user/0/com.spear1403.dreams.desire/files/renpy/display/core.py", line 3019, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "/data/user/0/com.spear1403.dreams.desire/files/renpy/display/core.py", line 511, in visit_all
    d.visit_all(callback)
  File "/data/user/0/com.spear1403.dreams.desire/files/renpy/display/core.py", line 511, in visit_all
    d.visit_all(callback)
  File "/data/user/0/com.spear1403.dreams.desire/files/renpy/display/core.py", line 511, in visit_all
    d.visit_all(callback)
  File "/data/user/0/com.spear1403.dreams.desire/files/renpy/display/screen.py", line 420, in visit_all
    callback(self)
  File "/data/user/0/com.spear1403.dreams.desire/files/renpy/display/core.py", line 3019, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "/data/user/0/com.spear1403.dreams.desire/files/renpy/display/screen.py", line 430, in per_interact
    self.update()
  File "/data/user/0/com.spear1403.dreams.desire/files/renpy/display/screen.py", line 611, in update
    self.screen.function(**self.scope)
  File "game/DoD-E12-v1_0_3-BaS-HD-Fixes+Mods-v5.2.rpy", line 1084, in execute
  File "game/DoD-E12-v1_0_3-BaS-HD-Fixes+Mods-v5.2.rpy", line 1084, in execute
  File "game/DoD-E12-v1_0_3-BaS-HD-Fixes+Mods-v5.2.rpy", line 1098, in execute
  File "game/screens.rpy", line 434, in execute
  File "game/screens.rpy", line 434, in execute
  File "game/screens.rpy", line 438, in execute
  File "game/DoD-E12-v1_0_3-BaS-HD-Fixes+Mods-v5.2.rpy", line 1098, in execute
  File "game/DoD-E12-v1_0_3-BaS-HD-Fixes+Mods-v5.2.rpy", line 1215, in execute
  File "/data/user/0/com.spear1403.dreams.desire/files/renpy/ui.py", line 967, in _textbutton
    text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
  File "/data/user/0/com.spear1403.dreams.desire/files/renpy/text/text.py", line 1366, in __init__
    self.set_text(text, scope, substitute)
  File "/data/user/0/com.spear1403.dreams.desire/files/renpy/text/text.py", line 1466, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "/data/user/0/com.spear1403.dreams.desire/files/renpy/substitutions.py", line 242, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/data/user/0/com.spear1403.dreams.desire/files/lib/python2.7/string.py", line 549, in vformat
    result = self._vformat(format_string, args, kwargs, used_args, 2)
  File "/data/user/0/com.spear1403.dreams.desire/files/lib/python2.7/string.py", line 571, in _vformat
    obj, arg_used = self.get_field(field_name, args, kwargs)
  File "/data/user/0/com.spear1403.dreams.desire/files/lib/python2.7/string.py", line 632, in get_field
    obj = self.get_value(first, args, kwargs)
  File "/data/user/0/com.spear1403.dreams.desire/files/lib/python2.7/string.py", line 591, in get_value
    return kwargs[key]
  File "/data/user/0/com.spear1403.dreams.desire/files/renpy/substitutions.py", line 201, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'qm_button' is not defined.
I know. Its fixed now.
 
  • Like
Reactions: Jake2231

MasKeLs

Member
May 26, 2018
222
145
please port this games by icstor spear.

Incest Story 2.


Milf's Villa.
 
  • Like
Reactions: cebs

BattyMare419

New Member
Jul 3, 2018
4
0
So can you port Monolighter to Android? I know there ain't a thread about the game but Hope you will consider it
 

MasKeLs

Member
May 26, 2018
222
145
Please port this too spear thanks.

Adventures of Willy D.
 

TommyVice

New Member
Jul 8, 2018
1
1
Hello , hope you´re doing great, can you please port this game:
Solvalley School - > f95zone.com/threads/solvalley-school-v0-8-5-tk8000.3368/
Thank you, you´re the man !
 
  • Like
Reactions: IceBearApproves

Carlos Suadi

New Member
Mar 27, 2018
1
1
Hello!:biggrin::biggrin::biggrin::biggrin::biggrin:

So I've been learning how to port renpy games to android.
It's a short list for now but I hope it will get bigger in time.

Absolute Power [v0.7] [Bad Seed Studios] ( ) -
After Invasion [v0.7.5a] [Perversity] ( )
Angelica's Temptation [v0.2.7] [Saruh] ( )
Anna Exciting Affection: Unofficial Ren'py Remake [v1.0.0] [Osmcuser132] ( ) -
Babysitter 0.1.1 ( ) -
Battle of the Bulges [v0.3.1] [EpicLust] ( ) -
Bondage Island [Amaraine] ( ) -
Corruption [v0.9] [Mr.C] ( ) -
Damsels and Dragons [v0.11] [Amaraine] ( ) -
Dark Seed Chronicles [v1.2.1 - Chapter 2] [LewdKitty] ( ) -
Demon King Domination ( ) -
Deviant Discoveries [v0.30] [Jan The Spider] ( )
Dreams of Desire [Episode 11 v1.0.1] [Lewdlab] [patched] ( )
Dual Family [v0.98 CE] [Gumdrop Games] ( ) -
Eros' Lust [v0.2] [Zetacube] ( )
Game of Life [v0.3.1] [Teron] ( ) -
General Practitioner [v0.0.13] [Bruni Multimedia] ( )
Fall of Ashenburg [v0.5] [Alteus] ( ) -

F.I.L.F. [v0.4.1] [ICCreations] ( ) -
Harem Hotel [v0.1] [Runey] ( )
Holiday Island [v0.0.9.2] [darkhound1] ( ) -
Indecent Desires [v0.02] [Vilelab] ( )
Kingdom of Deception [v0.5.0] [Hreinn Games] ( )

Life is good 1.0 ( ) -
Life of your dreams 0.3 ( ) -
Life with Mary [v0.18] [LikesBlondes] ( )
Love and Submission [v0.05] [veqvil] ( ) -
Lovely Sails [v0.3.1c Hotfix] [SnowShoes] ( )
Lust and Power v1.1a ( ) -
Naughty Magic v0.2 - ( ) -
Max's Life Remake [v0.1] [Kuggazer] ( )
Max's life [v0.12] [Kuggazer] - Chapter 1 ( )
Max's life [v0.14] [Kuggazer] - Chapter 2
( )
Milf in Time [v0.0.7] [Aui] ( )

Mittu X Sixus [Chapter 1] [SinYasha] ( ) -
Mythic Manor [v0.4] [Jikei] ( ) -
My Cute Cousin [v0.6.1 ex] [Astaros3D]+Cheats - ( ) -
Occultus [v0.421] [BC] ( )
Our Fate - A new family [v0.5aSE] [CedSense] ( ) -
Paradise Falls [Episode 1] [Magnitude] ( )
Perverted Hotel [v1.3] [ManicMinxy] ( )

Press-Switch 0.5 - ( ) -
Rogue-Like-0.978e-win-22-05 + renamed pics for emma + mod ( )
Romancing the Kingdom [v0.56] [Jill Gates] ( )
Second Happiness [v1.5] [Vnorth]+mod ( )
Seeds Of Chaos [v0.2.27] [Vénus Noire] ( )
Snow Daze: The Music of Winter [v1.3] [Cypress Zeta] ( )
Solvalley School [v0.7] [TK8000] + Cheat ( )
Spaced Out [v0.9.1] [NSFW Space] ( )

StIMULATION v0.2 ( ) -
Summer Fling v1.15 ( ) -
Summer with Mia v0.2 [Inceton] ( )
Superpowered v0.23.0 ( ) -
Take Over [v0.3.1] [Studio Dystopia]+incest patch ( )
Teacher's Pets v2.06 -
The Awakening Ch.1 complete ( )-
The Family Secret [Ep2 v0.1.2.1p] [Aorrta] ( ) -
The Intoxicating Flavor [v0.1] [PixelsLab] ( )
The Princess of Zunuria [v04] [SerpenSoldier] ( ) -
The Psychologist v1.00 ( ) -
The Way 0.09 ( ) -
Time Loop Hunter [v0.09.0] [Hydrahenker] ( ) -
Twists of My Life [v0.51.01] [Novel] ( ) -
Witch Hunter [v0.2.1] [Somka108] ( )


When requesting a game to be ported please add the link to the game thread.

I've created a blog where You can also find my ports and make requests.
Come and visit me at:


Discuss ports and other things on:
Thanks SPEAR great work but I have played a game called a new home you thing you can work on it (TT)
 
  • Like
Reactions: MystikWulf

Bruni Multimedia

Well-Known Member
Donor
Game Developer
May 24, 2017
1,456
2,109
General Practitioner's Android APK is already available on , itch.io and Indiedb as a matter of fact ;)
 
  • Like
Reactions: spear1403

-Nekopoi-

Newbie
Apr 26, 2018
16
3
Hay spear I'm playing your androi port game second happiness. And I find a bug, I can't buy swim suit on saturday, hopefully you can fix it. Thanks.
 

LucaNatoli

Member
Sep 30, 2016
403
310
Please port this too spear thanks.

Adventures of Willy D.
HAHAHA, good luck with that. 7GB in size, not to mention Spear does not port those kind of build of games, he does mostly RenPY games and similar. That game would be very gpu heavy and cpu heavy to run on an android. Not a chance.
 

Kamran143ee

Newbie
Jun 11, 2018
65
18
HAHAHA, good luck with that. 7GB in size, not to mention Spear does not port those kind of build of games, he does mostly RenPY games and similar. That game would be very gpu heavy and cpu heavy to run on an android. Not a chance.
He already port 0.15...
 

LucaNatoli

Member
Sep 30, 2016
403
310
He already port 0.15...
No he didn't. Even if he did, 0.15 version was like 2 GB. Which has now tripled in size.

Spears list of games are here: (where we are now) which are ports of RenPY games, not the engine Willy D uses.

And his blog is here:

No where he has listed Willy D 0.15 in any of them (that version is really old now).

Your best bet would be to ask the Dev to do it. But I highly doubt he will want to do it. As the engine for that game just got updated and requires more resources and is a bit more heavier on the PC now.
 
5.00 star(s) 3 Votes