You must be registered to see the links
Will find a better bed picture if I don't decide to change how chars show. Looks really nice in city though. Just testing out using icons for same character.
Atm I'm trying to create several icons for the same char but I'm very sure I'm doing it too inefficiently by taking 2 lines per person.
As a test at least I'm gonna try doing facial expressions for each sex scene from each image. So Sex image 2 with have girl.char saying with a square portrait pic of Sex image two. It's excessive but makes the scene more LN/VN like and solves som continuity.
For example if I were to have a portrait of reg Jinx in SG Jinx Event that wouldn't look as good. Or an Heart-eye Ahegao portrait in a lovey-dovey scene.
Basically I want to do below which seems to do it in 1 line for defining the SG Jinx char and then several image sides which would be for happy, sad, smirk, ahegao etc.
So currently it is
define j = Character("Jinx", who_color="#DC143C", window_left_padding=160, image="SG_base")
image side SG_base = im.FactorScale("girls/jinx/special/Great Star Slut Project/Character/sgbase.jpg", 0.65, 0.65)
define jtongue = Character("Jinx", who_color="#DC143C", window_left_padding=160, image="SGjinx_tongue")
image side SGjinx_tongue = im.FactorScale("girls/jinx/special/Great Star Slut Project/Character/sgtongue.jpg", 0.4319, 0.4319)
define jahegao
I have to make a new define for each Jinx expression which shouldn't be the case.
but I want it do be like this
define SG = Character("Jinx", who_color="#DC143C", window_left_padding=160, image="SG")
image side SG_base = im.FactorScale("girls/jinx/special/Great Star Slut Project/Character/sgbase.jpg", 0.65, 0.65)
image side SG_tongue = im.FactorScale("girls/jinx/special/Great Star Slut Project/Character/sgtongue.jpg", 0.4319, 0.4319)
image side SG_ahegao = im.FactorScale("girls/jinx/special/Great Star Slut Project/Character/sgahegao.jpg", 0.4319, 0.4319)
....
for this example.
The solution is probably something stupid. But if I don't figure it out I'll just trim out some icons :/.
Ps Soraka's got some lewd faces.