Search found 3766 matches

by Imperf3kt
Mon Feb 05, 2024 6:54 pm
Forum: Ren'Py Questions and Announcements
Topic: Line Breaks
Replies: 9
Views: 11663

Re: Line Breaks

Instead of whatever you came up with that you didn't like, have you considered just closing the text tag?

Code: Select all

"words [custom tag]words[/custom tag]\n[custom tag]words[/custom tag]" 
by Imperf3kt
Thu Jan 25, 2024 5:07 pm
Forum: Ren'Py Questions and Announcements
Topic: how to word wrap?
Replies: 7
Views: 699

Re: how to word wrap?

Oops, that's my mistake. I always confuse whether I'm supposed to capitalize that or not
by Imperf3kt
Wed Jan 24, 2024 7:35 pm
Forum: Ren'Py Questions and Announcements
Topic: how to word wrap?
Replies: 7
Views: 699

Re: how to word wrap?

You could add a hard linebreak with \n j "Greetings!\n( press the space-bar to continue )" I believe triple quoted strings also work (but I haven't tested this) These will format the text however you enter it. j _("""Greetings! ( press the space-bar to continue )""...
by Imperf3kt
Tue Jan 16, 2024 5:06 pm
Forum: Ren'Py Questions and Announcements
Topic: Custom Shaky text tag?
Replies: 2
Views: 7283

Re: Custom Shaky text tag?

Also, while you will likely want to learn how to do these things for yourself, sometimes reinventing the already invented isn't necessary

viewtopic.php?t=60527
by Imperf3kt
Sun Jan 07, 2024 11:01 pm
Forum: Ren'Py Questions and Announcements
Topic: how much stuff do i have to put in dollar signs?
Replies: 2
Views: 30843

Re: how much stuff do i have to put in dollar signs?

The $ symbol is the equivalent of a one line python block. Use it anywhere you need to use python In your case, you'll need an actual python block label display_story: python: for element in story_elements: show_text_with_image(element["image"], element["texts"]) return Though, t...
by Imperf3kt
Sun Jan 07, 2024 2:31 pm
Forum: Ren'Py Questions and Announcements
Topic: Problem with image output in games
Replies: 2
Views: 25960

Re: Problem with image output in games

This looks very much like a graphics driver issue.
Try holding shift as the game loads and change which renderer you use to see if that helps.
by Imperf3kt
Mon Dec 18, 2023 3:52 am
Forum: Creator Discussion
Topic: Best way to add patreon-only content to your game
Replies: 5
Views: 6399

Re: Best way to add patreon-only content to your game

I've never dealt with Patreon as a game dev, but I think most devs who do use it rely on trust. They trust that their patrons won't leak exclusive content. And if a leak does happen, their reaction is usually reactive, not proactive. I assume this "solution" won't satisfy your needs, so l...
by Imperf3kt
Fri Dec 15, 2023 11:09 pm
Forum: Ren'Py Questions and Announcements
Topic: Failed to build apk on Ren'py (Raspberry pi 3B+ version
Replies: 4
Views: 6046

Re: Failed to build apk on Ren'py (Raspberry pi 3B+ version

For the raspberry Pi, you can only run games on it, it isn't able to build from it
by Imperf3kt
Thu Dec 14, 2023 2:32 am
Forum: Ren'Py Questions and Announcements
Topic: Declare image from online source possible?
Replies: 3
Views: 5917

Re: Declare image from online source possible?

I haven't needed to worry about such things yet, so am not familiar with how to go about it, but the latest version of renpy patreon articles have been mentioning something about letting Android users download additional files when your app is over the 2GB limit, it may hold some information you can...
by Imperf3kt
Tue Dec 12, 2023 7:58 pm
Forum: Ren'Py Questions and Announcements
Topic: Declare image from online source possible?
Replies: 3
Views: 5917

Re: Declare image from online source possible?

Sort of. I managed to do this for favicons and logos for my socials links, but you will require a Web server specifically set up to host the files if you want to use your own. Also of concern is the file size, if the files are too large, the player will have to wait for them to download every single...
by Imperf3kt
Sun Dec 03, 2023 3:10 am
Forum: Ren'Py Questions and Announcements
Topic: Adding checkpoints for rollback
Replies: 2
Views: 2097

Re: Adding checkpoints for rollback

Place this after your pauses

Code: Select all

$ renpy.block_rollback
Be aware this will block rolling back before this point entirely
by Imperf3kt
Sun Nov 26, 2023 6:17 pm
Forum: Ren'Py Questions and Announcements
Topic: Trouble optimizing a large viewport.
Replies: 10
Views: 4347

Re: Trouble optimizing a large viewport.

When I need to know this information, I just use the developer tools to assist. Shift + i on a displayable to know it's size, shift +D to open the developer console then check the location picker. Failing that, an image editing tool is great for knowing the exact position of where an image should go...
by Imperf3kt
Thu Nov 23, 2023 1:30 am
Forum: Ren'Py Questions and Announcements
Topic: Android Development Questions—JDK and Presplash/Downloading images
Replies: 3
Views: 3180

Re: Android Development Questions—JDK and Presplash/Downloading images

I'm sorry, I have no experience with macs, my last interaction with one being over 2 decades ago.

I don't recognise the bug you are experiencing
by Imperf3kt
Thu Nov 23, 2023 1:27 am
Forum: Creator Discussion
Topic: Ai writing VNs?
Replies: 20
Views: 19406

Re: Ai writing VNs?

Donmai wrote: Wed Nov 22, 2023 9:54 am beta.chatacter.ai took me to a strange place I probably should never have visited. But beta.character.ai seems to be a lovely playground. :)
Well now, typos do be fun lol
Sorry about that 😅