Search found 18 matches

by Fuu
Mon Oct 15, 2018 9:05 pm
Forum: I am an Artist
Topic: ♥ Sprite/CG/BG Artist ♥ Multi-faceted, quick returns ♥
Replies: 24
Views: 10211

Re: ♥ Writer & Artist available ♥

Sent you an email!
by Fuu
Mon Oct 15, 2018 4:50 pm
Forum: We are a Commercial Project looking for Partners
Topic: Artist Needed! 404 Error: Connection Not Found [BL] [18+]
Replies: 0
Views: 787

Artist Needed! 404 Error: Connection Not Found [BL] [18+]

https://i.imgur.com/7EWVszk.jpg?1 (art by @illusbal ) Who we are: CODE:Phantasm was founded in the summer of 2017 by sei and Fuu after a game jam project grew a mind of its own and demanded to be expanded to a full length project. The team’s goal is to create quality visual novels that explore subj...
by Fuu
Mon Jul 31, 2017 3:40 am
Forum: Demos & Beta Testing
Topic: 404 Error: Connection Not Found - 2017 Yaoi Jam Demo [BL, 17+]
Replies: 0
Views: 927

404 Error: Connection Not Found - 2017 Yaoi Jam Demo [BL, 17+]

https://68.media.tumblr.com/7ad90daaf320291ac4e808a4478267ba/tumblr_otvzceTQBN1ww5anjo1_1280.gif A free demo for the 2017 Yaoi Jam! Download on Itch.io! https://68.media.tumblr.com/b61d8a546c9e8a1c933d27f15ff16da2/tumblr_otvzceTQBN1ww5anjo5_400.jpg https://68.media.tumblr.com/b29b1d427eb18818ce827b...
by Fuu
Wed Jul 26, 2017 10:00 pm
Forum: Ren'Py Questions and Announcements
Topic: Adjust Viewport Color without changing frame?
Replies: 0
Views: 270

Adjust Viewport Color without changing frame?

Hello guys! Hard at work over here. I have an unusual question. I have a viewport chat window that calls from the frame built into the gui. Is it possible to change the color of this without changing the image itself? IE; when I call the screen up, I'd like to use something similar to im.matrix.tint...
by Fuu
Wed Jul 12, 2017 8:46 pm
Forum: Ren'Py Questions and Announcements
Topic: Display a chat-like interface alongside dialogue? [Solved]
Replies: 31
Views: 5851

Re: Display a chat-like interface alongside dialogue? [Solve

You my friend are a veritable genius and I can't thank you enough! The code worked like a charm. I adjusted the chat so it shows on the right side and used the chat.addmessage you suggested previously to make the chat work as expected.

Again, thank you so much for your help!
by Fuu
Wed Jul 12, 2017 1:10 am
Forum: Ren'Py Questions and Announcements
Topic: Display a chat-like interface alongside dialogue? [Solved]
Replies: 31
Views: 5851

Re: Display a chat-like interface alongside dialogue? [Solve

Try adding renpy.restart_interaction() to Message.addmessage(), this should "reboot" the screen: https://www.renpy.org/doc/html/other.html#renpy.restart_interaction If that doesn't work, try adding the Python equivalent of showing the screen instead. Too lazy to look it up now, but there ...
by Fuu
Tue Jul 11, 2017 11:41 pm
Forum: Ren'Py Questions and Announcements
Topic: Display a chat-like interface alongside dialogue? [Solved]
Replies: 31
Views: 5851

Re: Display a chat-like interface alongside dialogue? [Solve

Yep! That did the trick! Thanks again for the help!

As for the viewport...Hm...that doesn't seem to move it when something new is added. I'll do some more research on it! If push comes to shove I may just work around it with the delchat command
by Fuu
Tue Jul 11, 2017 8:08 pm
Forum: Ren'Py Questions and Announcements
Topic: Display a chat-like interface alongside dialogue? [Solved]
Replies: 31
Views: 5851

Re: Display a chat-like interface alongside dialogue? [Solve

I've been tinkering around with this a bit more and two things. Again, thank you for all the help! the command delchat doesn't seem to do anything. I'm using $ chat.delchat also, do you know how to get the viewport to focus on the bottom, so the newest text is shown automatically without having to s...
by Fuu
Tue Jul 11, 2017 12:40 pm
Forum: Ren'Py Questions and Announcements
Topic: Display a chat-like interface alongside dialogue? [Solved]
Replies: 31
Views: 5851

Re: Display a chat-like interface alongside dialogue? [Solve

How would one go about doing that? Or rather, what is the style code I would use with the new interface? Most of the recipes don't seem to apply anymore.
by Fuu
Tue Jul 11, 2017 11:47 am
Forum: Ren'Py Questions and Announcements
Topic: Display a chat-like interface alongside dialogue? [Solved]
Replies: 31
Views: 5851

Re: Displaying textbox and NVL at the same time?

Milkymalk wrote::D
So it works now?
It appears to! I haven't been able to do extensive testing yet but it's displaying as I wanted. I take it I would customize this as a viewport?
by Fuu
Tue Jul 11, 2017 2:48 am
Forum: Ren'Py Questions and Announcements
Topic: Display a chat-like interface alongside dialogue? [Solved]
Replies: 31
Views: 5851

Re: Displaying textbox and NVL at the same time?

Milkymalk wrote:Dumb question: Did you show the screen? ;)
welp, I feel like a bloody idiot. After all the fiddling that's what was wrong!

Thank you so much for helping with this!
by Fuu
Tue Jul 11, 2017 12:50 am
Forum: Ren'Py Questions and Announcements
Topic: Display a chat-like interface alongside dialogue? [Solved]
Replies: 31
Views: 5851

Re: Displaying textbox and NVL at the same time?

Thank you so much for the help!

I switched from Legacy screens to the updated one and the errors cleared, however when I use the $ chat.addmessage bit in the script, nothing happens and the game just skips over it.
by Fuu
Mon Jul 10, 2017 11:44 pm
Forum: Ren'Py Questions and Announcements
Topic: Display a chat-like interface alongside dialogue? [Solved]
Replies: 31
Views: 5851

Re: Displaying textbox and NVL at the same time?

Sorry, I should have seen that. Change "python:" into "init python:" The problem is the order of things, the classes need to be defined before that line with "default" is executed. Maybe it's also necessary to change all "class Blah:" into "class Blah(ob...
by Fuu
Mon Jul 10, 2017 9:57 pm
Forum: Ren'Py Questions and Announcements
Topic: Display a chat-like interface alongside dialogue? [Solved]
Replies: 31
Views: 5851

Re: Displaying textbox and NVL at the same time?

I get the following error when I try this. I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00start.rpy", line 178, in script python: File "renpy/common/00start.rpy", line 179, in <module> renpy.execute_default_statement(True) File "...
by Fuu
Mon Jul 10, 2017 8:50 pm
Forum: Ren'Py Questions and Announcements
Topic: Display a chat-like interface alongside dialogue? [Solved]
Replies: 31
Views: 5851

Re: Displaying textbox and NVL at the same time?

I'm curious to see how this can work! It sounds like an interesting game mechanic. :) Here's the documentation about the say screen: https://www.renpy.org/doc/html/screen_special.html#in-game-screens And here's the documentation about screen language, which includes the kinds of things that go in t...