Working Towards 6.14

In this forum we discuss the future of Ren'Py, both bug fixes and longer-term development. Pre-releases are announced and discussed here.
Message
Author
User avatar
jack_norton
Lemma-Class Veteran
Posts: 4084
Joined: Mon Jul 21, 2008 5:41 pm
Completed: Too many! See my homepage
Projects: A lot! See www.winterwolves.com
Tumblr: winterwolvesgames
Contact:

Re: Working Towards 6.14

#16 Post by jack_norton »

Well, unless ads on Android give much more revenues than the standard Flash eCPM, I doubt with a VN you can earn more than $100 lifetime using ads :lol: I'm not really a great fan of the freemium model so I'm a bit biased, but exactly because VN is a small niche you have far more chance to make money with the demo/full paid than with ads.

Anyway probably this is a bit offtopic :mrgreen:
follow me on Image Image Image
computer games

cyrus_zuo
Regular
Posts: 57
Joined: Mon Aug 11, 2008 6:46 pm
Projects: Airport Mania: First Flight, Matches & Matrimony
Location: Lake Forest, CA
Contact:

Re: Working Towards 6.14

#17 Post by cyrus_zuo »

Yeah probably a bit off topic. I'd say try it before deciding though. Certainly each platform is different, mobile and PC monetization strategies are quite different :)

Oh, and a question, back to Android needs.

Is there a way to support the various screen aspect ratios?
Essentially I think you'd want two, the key one being widescreen (16:9) and the other 'normal' 4:3. Filling the sides or top/bottom w/black bars isn't bad, but if the whole screen could be used on all devices that would certainly be preferable.
It looked like the screen variants might help to accomplish this, is that the intent?

User avatar
PyTom
Ren'Py Creator
Posts: 16093
Joined: Mon Feb 02, 2004 10:58 am
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Github: renpytom
itch: renpytom
Location: Kings Park, NY
Contact:

Re: Working Towards 6.14

#18 Post by PyTom »

Variable aspect ratio is in the gameplan, but probably not before 6.15.
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

Spiky Caterpillar
Veteran
Posts: 253
Joined: Fri Nov 14, 2008 7:59 pm
Completed: Lots.
Projects: Black Closet
Organization: Slipshod
Location: Behind you.
Contact:

Re: Working Towards 6.14

#19 Post by Spiky Caterpillar »

PyTom wrote:
Spiky Caterpillar wrote:Also, while I'm not a cryptographer, last I looked, it appeared that vanilla RSA signatures may have been broken a few years ago; while there is a padded RSA approach that's supposed to get around this, the padded one was patented at the time.
I don't believe these attacks are relevant to the way Ren'Py uses RSA. There's an attack that uses the chinese remainder theorem to recover plain texts, but since we're just signing, this doesn't apply. The exponent for the keys we use is also in the good range.

There are some unlikely attacks that padding might prevent. It would be pretty easy to fake a signature for a file with md5s of 00000000000000000000000000000001 or 00000000000000000000000000000000 - but I don't think there's an attack against md5 that allows this. I'm also a little scared by crypto patents on padding, I don't know if they've expired yet.
I'd thought that attacks on encryption could be transformed into attacks on signing - but crypto remains uncomfortably opaque to me.

I suspect they're still in force; Magical Diary uses both unpadded RSA and DSA and rejects the catalog if either signature fails (so at least I hopefully haven't made it worse.). Magical Diary's updater also takes out all the text-file related automagic conversions, on the grounds that it's a lot more likely that I'll intentionally create a file where LF/CRLF differences matter than that I'll intentionally upload using a protocol that converts line endings in transit.

It's practical to create files with colliding MD5sums - see http://th.informatik.uni-mannheim.de/Pe ... ollisions/ . I'm not sure if that can be extended to get a specific target MD5sum, but it does make me nervous.
PyTom wrote:The strategy I'm considering for the next-gen updater will be:

1) Create a tar archive out of the non-generated files on disk - pretty much everything by .pyc and .pyo files.
2) Use zsync to update that file based on the information stored on the server.
3) Decompress the tar archive, putting the files in the right places.
You'll likely also want to add in automatic regeneration of generated files, to avoid UAC-related weirdness on Vista/Seven.

zsync sounds like it may well wind up being useful to me as well - I've been leaving all the new files unarchived to avoid patches triggering a redownload of my titanic .rpa. (Which isn't really a problem at the moment, as I'm half-hoping to encourage fanmods, but.)
cyrus_zuo wrote:The issue is for developers that VNs are something difficult to make money on selling. So a paid version or paid assets are likely only to appeal to a very small group.
They aren't *that* difficult to sell IMO, but yes, developers are a small group. And a picky group - if five other Lemmasoft users have bought a given asset pack, I probably don't want to use the same asset pack for fear of looking too much like the rest.

What I would do if I wanted to monetize Ren'Py more effectively is to ignore the *developer* market and go straight to the end users. Most of the games on http://games.renpy.org/category/commercial have affiliate programs, and the commercial game userbase is much broader than the developer userbase.
cyrus_zuo wrote:So ads allow anyone to casually earn some income off of a free game on Android, w/o having to sell it directly. That seems like something that would appeal to a larger group of RenPy users than the other options discussed so far.
It's a big mistake to assume that ads are something you can just plonk in and forget about while the money trickles into your bank accounts. There's a large inherent conflict of short-term interest between users and advertisers: malware droppers, fraudsters, and just plain annoying advertisers often PAY BETTER than legitimate businesses with inoffensive advertisements do. It's not in the adspace vendor's short-term interest to pay an employee to chase away customers, which means it's likely to wind up being YOUR job as a game author to make sure that your advertisers aren't misbehaving.
Nom nom nom nom nom LEAVES.

User avatar
PyTom
Ren'Py Creator
Posts: 16093
Joined: Mon Feb 02, 2004 10:58 am
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Github: renpytom
itch: renpytom
Location: Kings Park, NY
Contact:

Re: Working Towards 6.14

#20 Post by PyTom »

I'm now considering breaking this release in half, with the new launcher being 6.14, and speed improvements (especially to screens) being part 6.15. The idea will be to get the first half out sooner.
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

User avatar
PyTom
Ren'Py Creator
Posts: 16093
Joined: Mon Feb 02, 2004 10:58 am
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Github: renpytom
itch: renpytom
Location: Kings Park, NY
Contact:

Re: Working Towards 6.14

#21 Post by PyTom »

Another weekend spent working on 6.14. Now that crunch time at work is over for a while, I have more time to spend on Ren'Py, and I'm spending it on the launcher.

Just because I'm working on the launcher, it doesn't mean I'm leaving other parts of Ren'Py alone. For example, I noticed that I was repeating a common viewport scrolling pattern, similar to the following:

Code: Select all

screen test:
    frame:
        side "c r":
             viewport:
                 id "viewport"
                 has vbox

                 for i in range(100):
                     textbutton "[i]"

             vscrollbar value YScrollValue("viewport")
That's a lot of boilerplate, and a lot of indentation. So today, I added two new features:

- A block can now have multiple has statements.
- A viewport now takes a scrollbars parameter. If given, it wraps the viewport in a side, and adds vertical, horizontal, or both scrollbars.

So now the code above can be written as:

Code: Select all

screen test:
    frame:
        has viewport:
             scrollbars "vertical"

        has vbox

        for i in range(100):
             textbutton "[i]"
The new launcher is actually my first big screens-based project, outside the default set of screens. Getting to write a new set of screens will help me improve the design of screen language.
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

doomonyou
Newbie
Posts: 17
Joined: Mon Nov 01, 2010 11:20 pm
Completed: CameliaGirls for Android

Re: Working Towards 6.14

#22 Post by doomonyou »

This launcher rewrite is sounding pretty cool. Good luck with it and I look forward to seeing it when all is said and done.

Friendbot2000
Regular
Posts: 161
Joined: Tue Feb 15, 2011 8:00 pm
Projects: Mutagen : Journey to Haven's Landing
Contact:

Re: Working Towards 6.14

#23 Post by Friendbot2000 »

Will the visual improvements include a precision drawing fix in this next update? Because I would gladly fund work on that.
Visit my game development group's Facebook page : Timekeeper Games
Mutagen : Journey to Haven's Landing Facebook Page
Follow our Twitter feed too : TK Games

User avatar
PyTom
Ren'Py Creator
Posts: 16093
Joined: Mon Feb 02, 2004 10:58 am
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Github: renpytom
itch: renpytom
Location: Kings Park, NY
Contact:

Re: Working Towards 6.14

#24 Post by PyTom »

Precision drawing fix?
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

Friendbot2000
Regular
Posts: 161
Joined: Tue Feb 15, 2011 8:00 pm
Projects: Mutagen : Journey to Haven's Landing
Contact:

Re: Working Towards 6.14

#25 Post by Friendbot2000 »

Basically when the display resolution isn't identical to the 'screen size' settings in the config tile-based maps display with some of the tiles slightly out of position, so you have pixel-wide gaps between them or they are overlapping. That is what I was referring to.
Visit my game development group's Facebook page : Timekeeper Games
Mutagen : Journey to Haven's Landing Facebook Page
Follow our Twitter feed too : TK Games

Jake
Support Hero
Posts: 3826
Joined: Sat Jun 17, 2006 7:28 pm
Contact:

Re: Working Towards 6.14

#26 Post by Jake »

PyTom wrote:Precision drawing fix?
Given that I recently had a PM conversation with Friendbot on this subject, I expect he's probably referring to the one I told you about a year ago, just after NaNo 2011:

Here's an example screenshot of the same point in Tristan and Iseult first in windowed mode at the game's native size (enlarged in Photoshop to match for comparison) and then in fullscreen.
renpy-precision-problem.png
renpy-precision-problem.png (120.27 KiB) Viewed 1701 times
Server error: user 'Jake' not found

squark
Veteran
Posts: 277
Joined: Fri Aug 17, 2007 9:59 am
Completed: Tour de Pharmacy (Proofreader), The Abandoned Land: Book One (Proofreader)
Projects: Raven Hollow (Core Coder, Proofreader), The Universal Hope (Core Coder, Proofreader)
Organization: FlareBlue Entertainment
Location: Always somewhere behind you...
Contact:

Re: Working Towards 6.14

#27 Post by squark »

It almost looks like "Tearing" from the image.
Without communication, nothing is possible.
"All we see or seem
Is but a dream within a dream.

I stand amid the roar
Of a surf-tormented shore"
-- Edgar Allen Poe, "A Dream Within A Dream"
Current Projects:
Universal Hope Stalled
Raven Hollow (on hold for now)
Peace and Love,
Squark

Friendbot2000
Regular
Posts: 161
Joined: Tue Feb 15, 2011 8:00 pm
Projects: Mutagen : Journey to Haven's Landing
Contact:

Re: Working Towards 6.14

#28 Post by Friendbot2000 »

I would REALLY like to see this fixed in the next release as my new VN is going to rely heavily on tiled maps.
Visit my game development group's Facebook page : Timekeeper Games
Mutagen : Journey to Haven's Landing Facebook Page
Follow our Twitter feed too : TK Games

User avatar
Ziassan
Veteran
Posts: 231
Joined: Thu Jun 09, 2011 8:14 pm

Re: Working Towards 6.14

#29 Post by Ziassan »

I'm really looking forward the Translation scan thing, this would be so helpful, really. Good luck.

User avatar
PyTom
Ren'Py Creator
Posts: 16093
Joined: Mon Feb 02, 2004 10:58 am
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Github: renpytom
itch: renpytom
Location: Kings Park, NY
Contact:

Re: Working Towards 6.14

#30 Post by PyTom »

Friendbot2000 wrote:I would REALLY like to see this fixed in the next release as my new VN is going to rely heavily on tiled maps.
I wouldn't count on it. At the very least, to work on this I need a demo that exhibits it reliably on the first screen.
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

Post Reply

Who is online

Users browsing this forum: No registered users