Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
-
Panda_nui
- Regular
- Posts: 44
- Joined: Mon Jul 02, 2012 10:48 am
- Projects: re:_night
- Location: in your closet
-
Contact:
#1
Post
by Panda_nui » Mon Jun 02, 2014 11:57 am
Ok, so before you guys tell me to just delete my
Code: Select all
config.side_image_only_not_showing = False
I actually do want the side image to appear at all times when my other characters are talking.
But when certain events occur in my game, I don't want the side image to be there. (since the MC isn't supposed to be present in that scene)
Is there some way to make them disappear?
I tried hiding the image but it wouldn't work. I'm really stumped. DD:
Is there any suggestions?
Thank you!
Last edited by
Panda_nui on Wed Jun 04, 2014 11:22 am, edited 1 time in total.
-
DNAniel213
- Regular
- Posts: 33
- Joined: Tue May 27, 2014 1:49 am
- Completed: None.....yet...
- Projects: "An Erudite's Heart"
- Organization: S.E.R.N.
- IRC Nick: DNAniel213
-
Contact:
#2
Post
by DNAniel213 » Wed Jun 04, 2014 8:41 am
I have no idea how professionals(wrestlers) do it, but, I'll tell you how I cut around it.
You can define another character , but without the side image. for example:
image side alisa lol = "somewhereAlisaLoled.png" #alisa is the tag used for the in-character define
image side alisa die = "somewhereAlisaDied.png"
define Alisa = Character('Alisa', color="#d3ffb6",window_left_padding=200, image="alisa") #This is with the side image.
define AlisaN = Character('Alisa', color="#d3ffb6") #without side image
This is pretty much how I use side images
of course, this is just some kind of shortcut I made up because I have no idea how to do it the correct way.
Hope it helps!
somehow.
Reality, Bend
Synapse, Break
Banishment, This World!
-
Panda_nui
- Regular
- Posts: 44
- Joined: Mon Jul 02, 2012 10:48 am
- Projects: re:_night
- Location: in your closet
-
Contact:
#3
Post
by Panda_nui » Wed Jun 04, 2014 11:17 am
omg wow!
i actually never thought of that LOL!!
it actually helped a lot ! thanks!! xD
-
DNAniel213
- Regular
- Posts: 33
- Joined: Tue May 27, 2014 1:49 am
- Completed: None.....yet...
- Projects: "An Erudite's Heart"
- Organization: S.E.R.N.
- IRC Nick: DNAniel213
-
Contact:
#4
Post
by DNAniel213 » Wed Jun 04, 2014 7:58 pm
np

glad to be of assistance.
On a totally different note, are you, by any chance, interested in joining a writing circle?
Reality, Bend
Synapse, Break
Banishment, This World!
Users browsing this forum: Bing [Bot], Google [Bot]