Search found 16 matches

by 3dmasons
Sat Aug 06, 2016 5:38 pm
Forum: Development of Ren'Py
Topic: Configuring as Android Application Issue
Replies: 3
Views: 815

Re: Configuring as Android Application Issue

I don't have the answer, but sharing my experience. I couldn't click "Configure" until "Install SDK & Create Keys" was done successfully, and I had a few fails before it was successful. Perhaps that process didn't finish correctly?
by 3dmasons
Sat Aug 06, 2016 5:14 pm
Forum: Creator Discussion
Topic: Android/iOS dimensions
Replies: 9
Views: 1791

Re: Android/iOS dimensions

Darim, thanks for your answer. I had taken a look at multiple resolutions, on multiple android devices, and you are correct.

Pando, gas; thank you for that suggestion and gas is correct. It looks the best for all platforms.

Thanks everyone.
by 3dmasons
Fri Aug 05, 2016 3:16 pm
Forum: Creator Discussion
Topic: Android/iOS dimensions
Replies: 9
Views: 1791

Re: Android/iOS dimensions

Thanks for the replies, Aviala and Pando. Greatly appreciated.
by 3dmasons
Thu Aug 04, 2016 2:55 pm
Forum: Creator Discussion
Topic: Android/iOS dimensions
Replies: 9
Views: 1791

Re: Android/iOS dimensions

I really could use input on this from veteran developers of Ren'Py to know of their experiences when dealing with released content for PC and mobile. I have been doing a lot of tests, still having issues with Android deployment to perform more valuable tests, and I am stuck in a position that doesn'...
by 3dmasons
Thu Aug 04, 2016 2:07 pm
Forum: Works in Progress
Topic: My first Ren'Py
Replies: 2
Views: 741

Re: My first Ren'Py

Hey, thanks a lot, Sweetest Nightmare. Actually the clicking sounds is the program I used to record the window and I didn't even realize I had the setting enabled from doing tutorial videos. Even though a mistake, you are correct, I like how the click sound gives it more style, but in the end it isn...
by 3dmasons
Wed Aug 03, 2016 8:41 pm
Forum: We are offering Paid Work
Topic: Paper Wars
Replies: 0
Views: 570

Paper Wars

I need an artist that can replace all of the images within this index: http://3dmasons.com/img/units/ The style should be "stick figure" but to look as if drawn with a pencil/pen instead of MS paint. The vehicles will take some style but they should still look as if drawn simply on a piece...
by 3dmasons
Wed Aug 03, 2016 6:26 pm
Forum: Creator Discussion
Topic: Android/iOS dimensions
Replies: 9
Views: 1791

Re: Android/iOS dimensions

Not long ago I did some Google research trying to find the best average resolution for mobile and I came up with deciding to use 640x480. There are devices that can display much larger resolutions but that would then be measuring which devices are more widely used by the target audience. The request...
by 3dmasons
Wed Aug 03, 2016 12:42 pm
Forum: Ren'Py Questions and Announcements
Topic: Android SDK & RAPT Error
Replies: 8
Views: 2866

Re: Android SDK & RAPT Error

LMAO, that also explains why the; background "[prefix_]" wasn't working for me either.
by 3dmasons
Wed Aug 03, 2016 12:33 pm
Forum: Ren'Py Questions and Announcements
Topic: Android SDK & RAPT Error
Replies: 8
Views: 2866

Re: Android SDK & RAPT Error

I apologize PyTom, my client forced me onto 6.99.10, and will see what the problem is with updating.
by 3dmasons
Wed Aug 03, 2016 7:33 am
Forum: Creator Discussion
Topic: Android/iOS dimensions
Replies: 9
Views: 1791

Android/iOS dimensions

If a background was designed, and everything had to be visible on mobile devices, what resolution/dimension should you use? I am being asked to create a background at 1920x1080 to be perfectly visible in mobile devices and this just cannot be true, or is it?
by 3dmasons
Wed Aug 03, 2016 7:16 am
Forum: Ren'Py Questions and Announcements
Topic: Android SDK & RAPT Error
Replies: 8
Views: 2866

Android SDK & RAPT Error

Attempting to use the launchers "Install SDK & Create Keys" but it keeps throwing this error: I'm sorry, but an uncaught exception occurred. While running game code: File "game/android.rpy", line 445, in script File "game/android.rpy", line 447, in <module> IOError:...
by 3dmasons
Tue Aug 02, 2016 9:34 pm
Forum: Welcome!
Topic: Guestbook
Replies: 5535
Views: 2708695

Re: Guestbook

Name - Paul Thomas Location - Maryland Website - http://www.3dmasons.com Comments - Good engine, especially for it's purpose. I see Ren'Py as the next step forward when presenting books/novels to the modern technology culture. You can read books on software like Kindle, but when using Ren'Py, you c...
by 3dmasons
Tue Aug 02, 2016 8:05 am
Forum: Works in Progress
Topic: My first Ren'Py
Replies: 2
Views: 741

My first Ren'Py

Thought I would say hello to the community and developers of Ren'Py. This is my first Ren'Py, I was tasked to style the GUI for an upcoming novel game, and it's been very interesting working with the engine. Sort of slow grasping but I need to sit down and read more about the Python language. I crea...
by 3dmasons
Mon Aug 01, 2016 10:13 pm
Forum: Ren'Py Questions and Announcements
Topic: Delete Key Won't Remove Save Files?
Replies: 9
Views: 1234

Re: Delete Key Won't Remove Save Files?

Thank you, gas and PyTom. Once I saw gas' reply, then read PyTom's reply again, I realized what I'm wanting to do is:

Code: Select all

background "image.png"
hover_background "hover.png"
Within the button code and I should be able to keep the input key bind to the button.

Thanks again.
by 3dmasons
Mon Aug 01, 2016 9:32 pm
Forum: Ren'Py Questions and Announcements
Topic: Delete Key Won't Remove Save Files?
Replies: 9
Views: 1234

Re: Delete Key Won't Remove Save Files?

I started doing that previously but I failed at learning how to get the "auto" working for buttons like imagebuttons for the "_idle," "_hover", "_selected_idle," etc., working. At least how to get hover working? Sorry, I am indeed a Ren'Py newbie. Thank you fo...