Search found 735 matches
- Mon Nov 30, 2020 9:54 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [RAPT] JavaException: JVM Exception occured while using jnius
- Replies: 5
- Views: 393
Re: [RAPT] JavaException: JVM Exception occured while using jnius
I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00action_other.rpy", line 537, in __call__ File "game/script.rpy", line 15, in show_ad JavaException: JVM exception occured -- Full Traceback ------------------------------------------------------------ Full ...
- Mon Nov 30, 2020 1:49 am
- Forum: Ren'Py Questions and Announcements
- Topic: [RAPT] JavaException: JVM Exception occured while using jnius
- Replies: 5
- Views: 393
Re: [RAPT] JavaException: JVM Exception occured while using jnius
Thanks for the tip PyTom. Unfortunately, still getting the same error. I'm using admob.
- Sun Nov 29, 2020 12:24 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [RAPT] JavaException: JVM Exception occured while using jnius
- Replies: 5
- Views: 393
[RAPT] JavaException: JVM Exception occured while using jnius
from jnius import autoclass PythonSDLActivity = autoclass('org.renpy.android.PythonSDLActivity') def show_ad(): PythonSDLActivity.seeAd() And here is the seeAd method in PythonSDLActivity public void seeAd() { launchAd(); } And launchAd is defined as public void launchAd(){ Toast.makeText(this, "Fr...
- Sun Apr 19, 2020 12:43 am
- Forum: Creator Discussion
- Topic: VNlytics - Analytics for VN
- Replies: 10
- Views: 2701
Re: VNlytics - Analytics for VN
Hey Ayael.
It's working perfectly in one of the games I'm working on.
I can help you set it up. Please let me know.
Will update the example game to work with the latest iteration of the code.
It's working perfectly in one of the games I'm working on.
I can help you set it up. Please let me know.
Will update the example game to work with the latest iteration of the code.
- Thu Feb 20, 2020 5:28 pm
- Forum: Ren'Py Questions and Announcements
- Topic: function works twice
- Replies: 3
- Views: 291
Re: function works twice
$play_1(a="music/wave/udar_lico.mp3")
You have defined it above to. Please replace it with the on "show" block.
You have defined it above to. Please replace it with the on "show" block.
- Thu Feb 20, 2020 5:26 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [Solved] An issue with custom textbox image and hidden input box (custom name)
- Replies: 4
- Views: 333
Re: An issue with custom textbox image and hidden input box (custom name)
Oh. My mistake. Please put the colour "#ffffff" in the input line
- Thu Feb 20, 2020 9:27 am
- Forum: Ren'Py Questions and Announcements
- Topic: Image to video stutter/predicting video
- Replies: 8
- Views: 578
Re: Image to video stutter/predicting video
renpy.start_predict_screen is used to predict screens and not individual files so you can safely remove that from your code.
And while I'm not sure what's happening, please try renpy.start_predict("goddess_book") and see if that helps.
And while I'm not sure what's happening, please try renpy.start_predict("goddess_book") and see if that helps.
- Thu Feb 20, 2020 9:22 am
- Forum: Ren'Py Questions and Announcements
- Topic: Screen/Creator-Defined-Displayable resetting on pause
- Replies: 1
- Views: 267
Re: Screen/Creator-Defined-Displayable resetting on pause
Can you share the code of GameDisplayable?
What do you mean, instantly ends the displayable?So I currently believe that using call screen may be causing it, but using show screen instead instantly ends the displayable/screen
- Thu Feb 20, 2020 9:19 am
- Forum: Ren'Py Questions and Announcements
- Topic: [Solved] An issue with custom textbox image and hidden input box (custom name)
- Replies: 4
- Views: 333
Re: An issue with custom textbox image and hidden input box (custom name)
Okay. So what's happening is that the textbox colour and the text colour are the same. Edit the screen input
Code: Select all
text prompt style "input_prompt" color "#ffffff"
- Thu Feb 20, 2020 9:18 am
- Forum: Ren'Py Questions and Announcements
- Topic: Enabled Textbutton Display on Preference Screen
- Replies: 4
- Views: 449
Re: Enabled Textbutton Display on Preference Screen
I think SetField action might suit your need better https://www.renpy.org/doc/html/screen_a ... l#SetField
- Thu Feb 20, 2020 9:17 am
- Forum: Ren'Py Questions and Announcements
- Topic: Button hover off?
- Replies: 4
- Views: 455
Re: Button hover off?
Isn't idle state just an unhovered state?I tried "on idle" instead of "on hide" too, but it fades out when idle, as expected lol! On hide sadly does nothing.
- Thu Feb 20, 2020 9:14 am
- Forum: Ren'Py Questions and Announcements
- Topic: function works twice
- Replies: 3
- Views: 291
Re: function works twice
Try this screen fight_2(): if udar_1==True: on "show": action Function(play_1) add "images/fight/bez_or/L_udarv_gol_1.png" xpos 500 ypos 200 add Animation ("images/fight/bez_or/r_poz_baze_1.png",1.0,"images/fight/bez_or/r_poz_baze_2.png",1.0) xpos 700 ypos 200 timer fast repeat True action SetVariab...
- Sun Dec 22, 2019 8:10 am
- Forum: Development of Ren'Py
- Topic: Google Analytics in RenPy games does not work
- Replies: 2
- Views: 4398
Re: Google Analytics in RenPy games does not work
It takes a day to update the values on the dashboard.
- Wed Dec 04, 2019 11:13 am
- Forum: Creator Discussion
- Topic: VNlytics - Analytics for VN
- Replies: 10
- Views: 2701
Re: VNlytics - Analytics for VN
Hey Bryy. Sorry for the late response.
It was feature complete and had everything I wanted. In case you need any specific feature, I might be able to add it.
PS: Mods, sorry for necroposting!
It was feature complete and had everything I wanted. In case you need any specific feature, I might be able to add it.
PS: Mods, sorry for necroposting!
- Sat Feb 16, 2019 2:07 pm
- Forum: We are offering Paid Work
- Topic: Programmer needed
- Replies: 2
- Views: 454
Re: Programmer needed
Hello Jsolis. That is something you don't need to pay for. Search for unrpa on Google. It's a simple two minute job 
