Comments

Log in with itch.io to leave a comment.

(1 edit)

Hey! Hope you are doing well. :)
I was wondering if there's a way to make the chat log stay instead of the message simply disappearing after every message.

Thank you in advance!

On this one, no there is not...BUT try my other phone https://badmustard.itch.io/advanced-renpy-phone-project the message are  there always

Oh, I tried that one first, but I got lost in the advanced coding ;-;

that one keeps all the messages for the entire game

this one will now, it just not written to be able to do that, sorry

(1 edit)

That's alright! Thank you for replying anyways! :)

PS: Amazing work! ^-^ Kudos to you!

Hey! Hope you are fine and well. :)

I wanted to know if it is possible to achieve two things with that code, and where I have to look in order to succeed (with my current level of Python, who is high enough to understand some internal logic, but too low to actually code seriously):

1. Make the phone appear from the quick menu (or by some separate textbox on top of the screen), with something to indicate the end user that there are new messages (no need to show how much).
2. Separate the phone from the story. The VN goes normally, I have messages, I can consult them later and answer without interrupting the normal flow.

For context: I intend to make something that look like a program, with a messenger on side that can appear on command, where the MC speak with its coworkers while doing his job.

I have an idea (I hope) how to modify the code in order to make it look like what I want (especially since this phone is pretty big to begin with). But after reading script.rpy and screen.rpy carefully, I don't know how to solve my two main issues.

Yes, this : https://lemmasoft.renai.us/forums/viewtopic.php?f=51&t=19295
will be more appropriate, but after an entire week, I don't even understand how to make it start without running into fatal error after fatal error!

I feel it will be easier to simply modify that framework into a very (very) basic messenger, than the other way.

On points 1 & 2 this code isn't set up to do that. It's just a very simple phone the messages aren't stored, so they can't be displayed again. I am working on another phone system, but I have been working on my VN so not much time for side projects.

Thanks for the answer, :)

Well, that's bad... but I think I can find a way to work around with the wonderful power of imagination (it won't be optimal, but...).

Good luck with your VN, I wish you success.