Search found 522 matches

by Zetsubou
Mon Jun 05, 2023 5:12 pm
Forum: Ren'Py Questions and Announcements
Topic: Default window icon on Linux via Steam
Replies: 5
Views: 217

Re: Default window icon on Linux via Steam

If it's only not working on Steam, then check the "Client Icons" in steamworks in the community section. For Windows it's a single ,ico file. For Mac a .icns file. For Linux it's a .zip file with several files in it called 512x512.png, 256x256.png, 128x128.png, and so on. I think that only...
by Zetsubou
Fri May 26, 2023 4:32 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Android key does not match what Google Play has expects
Replies: 25
Views: 2187

Re: Android key does not match what Google Play has expects

I haven't tried uploading to the play store, but checking the certificate fingerprints locally would indicate that it's working correctly for me. I ran gradlew signingReport on renpy 7.5.3 and noted the sums for :app:signingReport release variant. Then copied the bundle.keystore to renpy 8.1.0 and t...
by Zetsubou
Mon Apr 10, 2023 4:09 am
Forum: Ren'Py Questions and Announcements
Topic: Running Ren'py games on aarch64 or arm64?
Replies: 11
Views: 1251

Re: Running Ren'py games on aarch64 or arm64?

On Linux that error can actually mean the loader, not the file itself, can't be found. So it can find py2-linux-aarch64/renpy but doesn't know how to run it. A quick bit of googling suggests this might be due to the way nixos runs. I'm not familiar with nixos myself, but search results suggest patch...
by Zetsubou
Wed Apr 05, 2023 5:09 pm
Forum: Ren'Py Questions and Announcements
Topic: Running Ren'py games on aarch64 or arm64?
Replies: 11
Views: 1251

Re: Running Ren'py games on aarch64 or arm64?

Huh. I thought Katawa Shoujo was open source, so you'd be able to compile it yourself with the above launcher, but I guess not. In that case you might be able to run the game by copying the lib directory from the above SDK into the game folder. So replace the directory of KatawaShoujo/lib with renpy...
by Zetsubou
Wed Apr 05, 2023 3:46 am
Forum: Completed Games
Topic: An Adventurer's Gallantry [Free] [Fantasy/Comedy]
Replies: 0
Views: 2501

An Adventurer's Gallantry [Free] [Fantasy/Comedy]

An Adventurer's Gallantry An Adventurer's Gallantry is a visual novel set in a fantasy world of dungeons and monsters. This is a kinetic visual novel, ie. it doesn't have any choices and only has one ending. https://cdn.zetsubou.games/blog%2Fan-adventurers-gallantry.png Oren has always dreamed of b...
by Zetsubou
Wed Apr 05, 2023 3:35 am
Forum: Ren'Py Questions and Announcements
Topic: Running Ren'py games on aarch64 or arm64?
Replies: 11
Views: 1251

Re: Running Ren'py games on aarch64 or arm64?

Is it supported nowadays. But I believe you'll need to grab the ARM version "Download ARM Linux (Raspberry Pi and Chromebook) SDK tar.bz2" from the renpy downloads page and compile the game with that. Then when you compile a game for Linux it should have py2-linux-aarch64 or py3-linux-aarc...
by Zetsubou
Mon Mar 13, 2023 3:10 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Steam Cloud Directories for MacOS and Linux?
Replies: 2
Views: 525

Re: Steam Cloud Directories for MacOS and Linux?

Check out the thread here: viewtopic.php?f=8&t=65578&p=558114&hili ... ud#p556177
My first answer covers Windows and Linux, the second covers MacOS.
That should give you a cross-platform cloud sync in Steam for all 3 platforms.
by Zetsubou
Sat Feb 04, 2023 7:51 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Help with cross-platform Steam Cloud Saves
Replies: 4
Views: 2373

Re: [SOLVED] Help with cross-platform Steam Cloud Saves

I'm in the middle of testing a new game and it turns out that a root override is indeed needed for macOS. So in addition to the "root path" I mentioned above, it's also necessary to add a "root override" with the following: Original Root: App Install Directory OS: macOS New Root:...
by Zetsubou
Thu Jan 19, 2023 6:48 pm
Forum: Ren'Py Questions and Announcements
Topic: 2160p/4k?
Replies: 5
Views: 657

Re: 2160p/4k?

Surely I'm not the only one who has pondered about screen sizes. I want it to look perfect both on 1440p and 720p. How do I achieve that? Is there some kind of CSS-style definition for different screen sizes? Renpy's Patreon article for October 2022 mentions the addition of image oversampling, whic...
by Zetsubou
Sat Oct 29, 2022 4:24 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Help with cross-platform Steam Cloud Saves
Replies: 4
Views: 2373

Re: Help with cross-platform Steam Cloud Saves

For Windows and Linux you can just use a single Root Path without any Root Overrides.

Root: App Install Directory
Subdirectory: game/saves/
Pattern: *
OS: All
Recursive: No
Cross-Platform: Yes

I haven't tried this on MacOS though. That might require a Root Override.
by Zetsubou
Tue Oct 25, 2022 5:48 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] How to call RenPy distribute from the command line
Replies: 6
Views: 535

Re: How to call RenPy distribute from the command line

I don't know about the web build. I haven't tried building it before and didn't see anything in the CLI help menu. Android is straightforward though. In the help menu text you posted above . . . The Ren'Py visual novel engine. positional arguments: basedir The base directory containing of the projec...
by Zetsubou
Sun Oct 23, 2022 7:05 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] How to call RenPy distribute from the command line
Replies: 6
Views: 535

Re: How to call RenPy distribute from the command line

"distribute" appears to be a command of the "launcher" project in your sdk folder, not one from renpy.py itself. So the syntax is a little different. ./renpy.sh launcher distribute the_question So from your examples it would be D:\RenPy\renpy-8.0.3-sdk\lib\py3-windows-x86_64\pyth...
by Zetsubou
Sat Oct 08, 2022 4:37 am
Forum: Creator Discussion
Topic: Dreaded post-release exception bugs!
Replies: 20
Views: 4712

Re: Dreaded post-release exception bugs!

If you don't need Renpy 8 specifically, have you tried using Renpy 7.5.3 instead? If this worked with 7.3.5, then I'd imagine that most if not all of the errors you're having are caused by the transition from Python 2 to Python 3. Also I just found that commenting that part out on a lark makes anoth...
by Zetsubou
Sat Oct 08, 2022 4:21 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Force Recompile from Terminal
Replies: 6
Views: 969

Re: Force Recompile from Terminal

Scratch what I said about needing python installed. I always forget how Renpy does this lol. Renpy ships with its own version of python. So if you're invoking the renpy.py file directly, then you'll need to use the version of python shipped with renpy. The renpy.exe or renpy.sh file points to the bu...
by Zetsubou
Thu Oct 06, 2022 5:47 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Force Recompile from Terminal
Replies: 6
Views: 969

Re: Force Recompile from Terminal

Ah, since you said terminal I assumed you were using Linux or Mac. I would have thought the command would be the same on windows, but I guess not. I tried running it on a windows machine just now and got the same results as you did. I did notice, however, that a log.txt file was created in the renpy...