recreation

pure evil!
Respected User
Game Developer
Jun 10, 2018
6,263
22,226
Is there not image size to consider, given the different aspect ratio and size of the screen? Forgive me, as I still do not own a cell phone *GASP*. ;)
You *can* consider it, but since a lot of smartphones have different screen resolution and aspect ratio, most devs just go with the original size/ratio (me included).

Is there not an extra step of installing Java JDK or something like that?
Well, if you count that as extra step, then you should count installing renpy as extra step too^^
 
May 13, 2020
4,350
33,820
*Puoi* prenderlo in considerazione, ma dal momento che molti smartphone hanno risoluzione dello schermo e proporzioni diverse, la maggior parte degli sviluppatori sceglie semplicemente la dimensione/rapporto originale (me incluso).


Bene, se lo consideri come passaggio aggiuntivo, dovresti considerare anche l'installazione di renpy come passaggio aggiuntivo^^
[/CITAZIONE]
I will do Android version in Italian if you don't mind
 

broken_division

Well-Known Member
Game Compressor
Oct 4, 2017
1,559
9,210
I'm curious about the process in creating an Android port? I have programmed in RenPY, exported for the MAC, Linux and Windows but not for Android.
well the option is right there
You may have to decompile the game data (easy )
the prosses is flawless you don't need to know anything coding related
but like me you might loose some functionality depending on the game
(touch is not as accurate or quick time event with wasd)
if you need any help feel free to massage me(y)
 
  • Red Heart
Reactions: Night Hacker
May 13, 2020
4,350
33,820
beh l'opzione è proprio lì
Potrebbe essere necessario decompilare i dati di gioco (facile )
i prossi sono impeccabili, non è necessario sapere nulla relativo alla codifica
ma come me potresti perdere alcune funzionalità a seconda del gioco
(il tocco non è così preciso o veloce con wasd)
se hai bisogno di aiuto sentiti libero di massaggiarmi(e)
[/CITAZIONE]
sei un esperto di giochi renpy portati su Android?
 

radoxthegreen

Newbie
Oct 26, 2019
24
40
I'd agree about the early encounters being too rapey for my own liking. The latest scene in the newest update imo worked very well however. It was well done and I liked the atmosphere. Fwiw I only play as female MC.
Then again I'm biased as Katherine is by far my fav character and I love her attitude.

Agree on all counts. Katherine is probably my favourite character in all the AVN I've tried.

Her long legs, adorable face and weird bitchy/subby personality push buttons I didn't even know I had.

Please say she didn't mean it when she stormed out on us!
 
Mar 26, 2022
330
639
Funny thing, at first I hated Katherine as much as I loved Ellie or Rachel, but after recent episodes she instantly became one of my favourite. There is something interesting in her.
Still, there are some aspects which I don't like in her, like for example: that whole BDSM obssesion.

Btw, I've question for dev: is there a chance, that next update will be released in this year?
 

Night Hacker

Forum Fanatic
Jul 3, 2021
4,374
21,550
well the option is right there
You may have to decompile the game data (easy )
the prosses is flawless you don't need to know anything coding related
but like me you might loose some functionality depending on the game
(touch is not as accurate or quick time event with wasd)
if you need any help feel free to massage me(y)
Thanks. I have the unrpyc to decompile RPYC files as well as RPA... I tend to do that all the time and then add in my own "walkthroughs" to the game. :)

I am also an old coder. Been programming mainly in C for several decades now. Played around with Python a little lately and been liking it, though still new at it. Started my own RenPY visual novel I don't know if I will ever complete (need better video card), but it's been fun to mess with. I've just never owned a cell phone, so had no need to do an Android port, but I like to learn and it would be fun to know.
 

Tangel

Newbie
Jan 30, 2018
45
28
Hi there i made an android port v0.7.6
Pixeldrain
Had a script error

Code:
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/00iconbutton.rpy", line 42: expected a keyword argument or child statement.
    0 icon style "iconbutton_icon" properties icon_properties
    ^

Ren'Py Version: Ren'Py 7.4.11.2266
Wed Jun  8 17:38:08 2022
 

elvenroot

Newbie
Jul 31, 2017
57
31
Nice update... can't wait for more...

i think Katherine could use a bit more color for her lips... she looks so pale...
 

Night Hacker

Forum Fanatic
Jul 3, 2021
4,374
21,550
Memory leaks. Memory leaks everywhere! ;)
Not in my code. Whenever I allocate RAM, I immediately write code to free it up again properly. It's a habit of mine, I write a function that is called specifically for the purpose of freeing memory. I wrote my own vector function to act similar to the C++ vectors and no problems with memory even though I used a ton of malloc()'s and calloc()'s. I hear about the fear of memory leaks etc... from C++ programmers who are shocked when I tell them I code in C. I much prefer C over the C++ spaghetti code I see in OOP. But we're all different.

That's one thing I noticed about Daz Studio, it has some really bad memory leaks in it I wish they would take care of as sometimes you have to restart the thing in order to free up memory, it's crazy. I probably notice it more due to the lack of VRAM I have. if you have a decent video card with lots of VRAM you probably won't notice the leaks.
 
  • Like
Reactions: broken_division
4.40 star(s) 199 Votes