Search found 97 matches

by SONTSE
Fri Oct 03, 2014 6:02 pm
Forum: Ren'Py Questions and Announcements
Topic: [answered] python equivalent to define a transform?
Replies: 2
Views: 1536

Re: [answered] python equivalent to define a transform?

I think i got the picture now. Thank you PyTom! =)
by SONTSE
Fri Oct 03, 2014 5:56 pm
Forum: Ren'Py Questions and Announcements
Topic: Can i place RenPy statements within a Python block?
Replies: 3
Views: 871

Re: Can i place RenPy statements within a Python block?

Thanks Ayutac for useful answer! 1. Find out the python commands. I think I gonna stick to that method, because... 2. Put the Ren'Py code somewhere else. Seems doesn't work quite right. running the following code... python: e("python things happen") renpy.call('thingsHappen') e("anoth...
by SONTSE
Fri Oct 03, 2014 8:04 am
Forum: Ren'Py Questions and Announcements
Topic: [answered] python equivalent to define a transform?
Replies: 2
Views: 1536

[answered] python equivalent to define a transform?

so i need a transform to be placed within "atlist" in renpy.show. can i declare it within a python block?
something with linear/ease movement and parallel would be nice too. Thanks ^^
by SONTSE
Fri Oct 03, 2014 7:49 am
Forum: Ren'Py Questions and Announcements
Topic: Can i place RenPy statements within a Python block?
Replies: 3
Views: 871

Can i place RenPy statements within a Python block?

Well, i do afraid this query leads to a really ugly coding solutions, but i was asked for this, and don't know the answer, so now i wonder. Question is: I know i can place a Python code within RenPy script, thats easy #my renpy statements python: #my python statements what i need is once i'm on a py...
by SONTSE
Thu Oct 02, 2014 5:11 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved]How do i get the size of my image (in pixels)?
Replies: 2
Views: 385

Re: How do i get the size of my image (in pixels)?

Okay, I noted it, so, if performance or stability will cry this thing will be one suspected. I'll stick with it for now since "biting a bullet" method is also a quite an issue ^^
Well. Anyway - always thankful for you, PyTom! You do a great job =)
by SONTSE
Thu Oct 02, 2014 3:36 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved]How do i get the size of my image (in pixels)?
Replies: 2
Views: 385

[solved]How do i get the size of my image (in pixels)?

lets assume i have a declared image image pic1 = "pic1.png" how do i get its width and height in pixels? I'm planning to use this to morph im.Scale() displayable so it will scale to the fixed width or height maintaining the aspect ratio. Maybe such displayable already exist and I fail to f...
by SONTSE
Sun Sep 21, 2014 3:04 pm
Forum: Ren'Py Questions and Announcements
Topic: image tracking the cursor in main_menu screen[solved]
Replies: 2
Views: 3835

Re: image tracking the cursor in main_menu screen[solved]

... and needless to say it works like a charm XD Thank you, PyTom! You as brilliant as ever! i think I'll need to dig on some RenPy/python manuals so i can understand what exactly does this code... after i overcome a shock seeing it ^^'''' well. anyway i already found how to tweak it for my needs, s...
by SONTSE
Sun Sep 21, 2014 10:30 am
Forum: Ren'Py Questions and Announcements
Topic: image tracking the cursor in main_menu screen[solved]
Replies: 2
Views: 3835

image tracking the cursor in main_menu screen[solved]

so basically i need a image within a main_menu screen that will update it's location according to my mouse pointer location. lets assume it should stick to mouse pointer without being a mouse pointer, or it should act as mirror projection of the cursor. If i get these examples i will be able to adap...
by SONTSE
Sun Sep 21, 2014 9:08 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Showing falling sprites on an animated main menu?
Replies: 1
Views: 497

Re: Showing falling sprites on an animated main menu?

1)in script.rpy you declare an image image snow = SnowBlossom("[wher_ever_your_snowflake_image_are].png") 2)in screens.rpy seek "screen main_menu" and push your SnowBlossom image in there screen main_menu: # This ensures that any other menu screen is replaced. tag menu window: st...
by SONTSE
Mon Sep 15, 2014 4:39 am
Forum: Ren'Py Questions and Announcements
Topic: (Unsolved!!) Help. How to hide the textbox
Replies: 6
Views: 5178

Re: (Unsolved!!) Help. How to hide the textbox

i'm not sure if it is right thing to do but at times like this i'm using Characters define hide_textbox = Character(None,window_background=None) when i call the Character - textbox hides and desired text appears (and if i don't want any text simply leave the quotes empty) hide_textbox "Hello wo...
by SONTSE
Mon Sep 08, 2014 1:44 pm
Forum: Ren'Py Questions and Announcements
Topic: Call load screen after bad ending
Replies: 1
Views: 380

Re: Call load screen after bad ending

a simple and ugly solution comes to mind #bad ending script here label infinite_loop: call screen load jump infinite_loop so if user press "return" it simply returns him back to the screen. if you insist user to be unable to return and savegame maybe modifying screens will help. the code f...
by SONTSE
Thu Sep 04, 2014 3:47 am
Forum: Ren'Py Questions and Announcements
Topic: Android Permission denied, always failure LOAD save file
Replies: 14
Views: 3088

Re: Android Permission denied, always failure LOAD save file

The file - save file?
if so - in my case - yes it does.
save files are in
/sdcard/android/data/(mygame)/files/saves
on first run and
/data/data/(mygame)/files/saves
on every other run
by SONTSE
Wed Sep 03, 2014 1:43 pm
Forum: Ren'Py Questions and Announcements
Topic: Android Permission denied, always failure LOAD save file
Replies: 14
Views: 3088

Re: Android Permission denied, always failure LOAD save file

Just done some research, and assume adaway is not the issue. (app works same whether it enabled or disabled) but i found interesting details: - it does save\load properly during first run after clearing data - it does NOT load saves, made on first run after close\reload app. the slots has datestamps...
by SONTSE
Wed Sep 03, 2014 1:00 pm
Forum: Ren'Py Questions and Announcements
Topic: Android Permission denied, always failure LOAD save file
Replies: 14
Views: 3088

Re: Android Permission denied, always failure LOAD save file

the most near to firewall/security program i use is ad blocking program "AdAway". now i will try to disable it and see how it works then
by SONTSE
Wed Sep 03, 2014 12:57 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 6.18 Pre-Released
Replies: 122
Views: 15208

Re: Ren'Py 6.18 Pre-Released

jack_norton wrote:Does it means that on Android focus_mask is ignored, or gives an error ? (I assume the 1st but just wanted to be sure :))
in my case it is ignored. i hope, it will not error, because it is gonna bring additional work porting stuff here and there.