File: tutorial_distribute.rpy

package info (click to toggle)
renpy 8.0.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 81,768 kB
  • sloc: python: 44,587; ansic: 13,708; javascript: 308; makefile: 41; sh: 13
file content (35 lines) | stat: -rw-r--r-- 1,786 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
label distribute:

    e "One thing Ren'Py makes easy is building distributions of your visual novel so you can give it to players."

    e "Before you build distributions, you should use the Lint command to check your game for problems."

    e "While not every potential problem lint reports is a real issue, they generally are, and you should try to understand what might be wrong."

    show launcher distribute at launcher_place
    with moveinleft

    e "After lint has finished, you can choose Build Distributions to build the Windows, Linux, and Mac distributions of your game."

    e "This can be as simple as clicking the Build button, when you're not on a Mac."

    e "If you are on a Macintosh, you can have Ren'Py sign the Mac application, which makes it easier for players to run. To enable this, you need to set build.mac_identity in options.rpy."

    hide launcher distribute
    with moveoutleft

    e "Ren'Py supports the mobile platforms, Android and iOS. We also support ChromeOS, through its ability to run Android apps."

    e "These mobile platforms can be a bit more complicated. While Android apps can be built everywhere, iOS requires a Mac."

    e "Mobile platforms might also require you to change your visual novel a little, due to the smaller limited devices. For example, buttons need to be made large enough for a person to touch."

    e "Rather than cover mobile here, I'll point you to the {a=https://www.renpy.org/doc/html/android.html}Android{/a} and {a=https://www.renpy.org/doc/html/ios.html}iOS{/a} documentation, where you can read more."

    e "Thanks to the distribution tools Ren'Py ships with, there are thousands of visual novels available."

    show eileen vhappy

    e "I hope that soon, yours will be one of them!"

    return