Search found 82 matches

by stwkun
Tue Jun 17, 2014 11:59 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] How can I make bigger "bar value Preference"?
Replies: 2
Views: 498

[Solved] How can I make bigger "bar value Preference"?

Please help me with this. I am using a screen 1366 x 768 but the bar that control volumen, text speed and other appears to small so I want to make bigger these bars. How can I make this? bar value Preference("sound volume") bar value Preference("music volume") bar value Preferenc...
by stwkun
Mon Apr 07, 2014 8:27 pm
Forum: Ren'Py Questions and Announcements
Topic: problem when I install two application in one device android
Replies: 2
Views: 462

Re: problem when I install two application in one device and

Well , I reinstalled the apk but not seems to work, but I think I found the solution. Mi first Apk was created with renpy 6.15 , my second Apk with renpy 6.17 so I need to rebuild my first apk with renpy 6.17 to work two apk in one android device (I proved this creating a new project with a new apk,...
by stwkun
Sun Apr 06, 2014 12:26 pm
Forum: Ren'Py Questions and Announcements
Topic: problem when I install two application in one device android
Replies: 2
Views: 462

problem when I install two application in one device android

When I install one by one application works perfectly, but when I try to install two application appears this error Apk Installation Failed:INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES Also I don´t understand when I create an apk using ren'py, appears 3 files name-release.apk name-release-unaligne...
by stwkun
Fri Apr 04, 2014 11:18 am
Forum: Ren'Py Questions and Announcements
Topic: Help me with action_replays and renpy.input
Replies: 3
Views: 1088

Re: Help me with action_replays and renpy.input

Well, the only solution is not use renpy input in the replay_action :-(

Thanks for your help
by stwkun
Thu Apr 03, 2014 11:01 am
Forum: Ren'Py Questions and Announcements
Topic: renpy.input() in Android
Replies: 13
Views: 5040

Re: renpy.input() in Android

Great, you also solve the last part, put caps (on - off.) thank you :D

I have another problem, I am trying to solve but until now I couldn't
I would like you help me to find the solution

:arrow: http://lemmasoft.renai.us/forums/viewto ... =8&t=25908
by stwkun
Wed Apr 02, 2014 8:51 pm
Forum: Ren'Py Questions and Announcements
Topic: renpy.input() in Android
Replies: 13
Views: 5040

Re: renpy.input() in Android

I tried this modification before and looks like it worked, but when the game start the name from character appears with diferent size from the the script, also when you put a name then you decide erased the text, the game failed. I found a posible solution, I tried this ui.textbutton('{size=+50} {/s...
by stwkun
Mon Mar 31, 2014 11:27 am
Forum: Ren'Py Questions and Announcements
Topic: Help me with action_replays and renpy.input
Replies: 3
Views: 1088

Help me with action_replays and renpy.input

I created a game with renpy.input $ player = renpy.input("my name is ...") $ player = player.strip() also, I define the player name define q = Character('[player]') here is the labels label: " whatever" label2: "whatever" ending1: "Bla bla bla" q"hello [p...
by stwkun
Sat Mar 29, 2014 12:28 pm
Forum: Ren'Py Questions and Announcements
Topic: renpy.input() in Android
Replies: 13
Views: 5040

Re: renpy.input() in Android

qirien, I am trying to find the answer, but I couldn't . I modified many time the codes and I believe the solution could be in this line ui.textbutton(text_code, clicked=ui.returns(text_code)) I changed to this ui.textbutton("{size=30}\'text_code\'{/size} ",clicked=ui.returns(text_code)) b...
by stwkun
Fri Mar 28, 2014 1:41 am
Forum: Ren'Py Questions and Announcements
Topic: renpy.input() in Android
Replies: 13
Views: 5040

Re: renpy.input() in Android

Hello friends, the code works perfectly :-) but it´s too small for my screen (1366x768) . How can I make bigger the keyboard?.
by stwkun
Thu Mar 27, 2014 1:00 pm
Forum: Ren'Py Questions and Announcements
Topic: Creating APK
Replies: 5
Views: 1838

Re: Creating APK

mugenjohncel wrote:Delete rapt/android-sdk, then install the SDK again.
Thanks friend, it's working and also I saw your background pictures , you are amazing :P
by stwkun
Wed Mar 26, 2014 9:53 pm
Forum: Ren'Py Questions and Announcements
Topic: Creating APK
Replies: 5
Views: 1838

Re: Creating APK

I had to format my pc (until this time, I could created apk with ren'py) , but now I cannot, always appears this message : Error "The build seems to have failed." Updated local.properties Added file H:\renpy-6.17.3-sdk\rapt\build.xml Added file H:\renpy-6.17.3-sdk\rapt\proguard-project.txt...
by stwkun
Wed Mar 12, 2014 2:41 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]How can I make the menu text Choice bigger?
Replies: 9
Views: 1331

[Solved]How can I make the menu text Choice bigger?

I used

menu:
"op A"

"op B"

I want the text "op A" and "op B" appears bigger, How can i do it?
by stwkun
Wed Mar 12, 2014 2:34 pm
Forum: Ren'Py Questions and Announcements
Topic: (Solved) Can I put [player name] in a renpy game in android?
Replies: 3
Views: 2585

Re: Can I put [player name] in a renpy game in android?

Thanks my friends, I will check your suggestions
by stwkun
Wed Mar 05, 2014 2:27 pm
Forum: Ren'Py Questions and Announcements
Topic: (Solved) Can I put [player name] in a renpy game in android?
Replies: 3
Views: 2585

(Solved) Can I put [player name] in a renpy game in android?

I developed a game with customised name for the character [player_name] but when I test the apk in android I can´t put the name either continue the game. Any solution to this problem, please? :?