Ren'Py 7.4.9 Released

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
User avatar
PyTom
Ren'Py Creator
Posts: 16096
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:

Ren'Py 7.4.9 Released

#1 Post by PyTom »

I'd like to announce Ren'Py 7.4.9, the ninth patch release of Ren'Py 7.4. The largest amount of work was done to update the Android version of Ren'Py to keep pace with Google Play's requirements. Ren'Py now uses the Android App Bundle format, and uses Play Asset Delivery to download assets to the player's device.

In addition to the Android improvements, some of the major changes are:
  • The iOS version of Ren'Py now produces more complete projects, requiring less work to get projects working.
  • Improvements to the web updater, providing a less efficient mode that works with https web servers.
  • A new option in the launcher that can tell you if a new Ren'Py release exists.
  • Improvements to the 3D stage, so that the camera statement and perspective work with transitions and transforms.
  • Transforms now can take fractional sizes.
  • The shift+A accessibility menu now has a new high-contrast mode, to make text more readable.
These are just some of the improvements in this release, so please read the changelog to find everything new.


Downloads of 7.4.9 can be found at:

https://www.renpy.org/release/7.4.9

A full list of changes to Ren'Py can be found at:

https://www.renpy.org/doc/html/changelog.html

A list of changes that may require you to update your game can be found at:

https://www.renpy.org/doc/html/incompatible.html

Please also check out the credits and sponsor list.
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
Imperf3kt
Lemma-Class Veteran
Posts: 3808
Joined: Mon Dec 14, 2015 5:05 am
itch: Imperf3kt
Location: Your monitor
Contact:

Re: Ren'Py 7.4.9 Released

#2 Post by Imperf3kt »

Nice timing, I literally just learnt google now requires aab and no longer accepts apk about half an hour before this post popped up on Patreon. Thanks PyTom!
Warning: May contain trace amounts of gratuitous plot.
pro·gram·mer (noun) An organism capable of converting caffeine into code.

Current project: GGD Mentor

Twitter

drKlauz
Veteran
Posts: 239
Joined: Mon Oct 12, 2015 3:04 pm
Contact:

Re: Ren'Py 7.4.9 Released

#3 Post by drKlauz »

Transclude still bugged, just bit differently, sorry :D
Version 7.4.9.2142

Code: Select all

screen about_left(val):
  textbutton "Increase" action SetScreenVariable("test_val",val+1)

screen about_layout(val):
  hbox:
    align (0.5,0.5)
    spacing 100
    use about_left(val)
    vbox:
      transclude

screen about():
  tag menu
  default test_val=0
  use about_layout(test_val):
#    $pass
    text "[test_val]"
  textbutton "Return":
    align (0.5,0.95)
    action Return()
    keysym "game_menu"

label start:
  "test"
  return
Adding $pass or moving vbox from about_layout to about fixes it.
I may be available for hire, check my thread: viewtopic.php?f=66&t=51350

Post Reply

Who is online

Users browsing this forum: No registered users