Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[art] is it even worth workin on? #5141

Open
bittercaramel opened this issue Dec 23, 2019 · 11 comments
Open

[art] is it even worth workin on? #5141

bittercaramel opened this issue Dec 23, 2019 · 11 comments
Labels
art art stuff

Comments

@bittercaramel
Copy link

bittercaramel commented Dec 23, 2019

uh so, I wanted to make a blanket for Moni. So i decided to try, and that's what i got.
bruh

I think it looks out of place, but I can't catch what makes it look so... Is it worth working on? Any way I could fix it?
Just wanted to ask, because I was about to discard it, but I decided to mayb get some advice.

@satoshi-kun
Copy link

Hello! It looks good although, in my opinion, I'd have the blanket covering only her shoulders and not her head! Or just reducing the volume over her head, but that's just me! "Artstyle-wise" it looks great!
Happy holidays!

@bittercaramel
Copy link
Author

You really think it looks good? :o I thought it was shitty.
Well then maybe I'll work on it more. About the only shoulders thing, that was my first idea, but then i saw this little monika under blanket.
image
But I guess you are right, so I did a really quick preview of how it would look like, and I think it's better.
bruh
Does the artstyle really look good? I think that before working more on it, I'll see what others think. But thank you very much! Happy holidays!

@ImTheRealSlayer
Copy link

Wow, this looks really good! Please keep going, i want to see this in the game!

@20RaVen23
Copy link
Contributor

20RaVen23 commented Dec 24, 2019

#5106 ( :3

@Rai99 Rai99 added the art art stuff label Dec 24, 2019
@Thimeo
Copy link

Thimeo commented Dec 24, 2019

That's really good, I like where this is going. Just a small thing however, I think you shouldn't make such a straight cut at the neck with the blanker, and making it more like it's covering the back of her neck a little (you can look at the scarf of the brown jacket or the collar of the santa costume to see what I mean).

@Rai99
Copy link
Contributor

Rai99 commented Dec 24, 2019

Not that I'm complaining, but where are Monika's clothes?

@bittercaramel
Copy link
Author

bittercaramel commented Dec 24, 2019

That's really good, I like where this is going. Just a small thing however, I think you shouldn't make such a straight cut at the neck with the blanker, and making it more like it's covering the back of her neck a little (you can look at the scarf of the brown jacket or the collar of the santa costume to see what I mean).

you are totally right lol
it was a real quick edit to preview how it would look, and i just erased everything not needed
I will redo it, i just wanted to see how it would look without the head part

Not that I'm complaining, but where are Monika's clothes?

o_o look at the rich one thinking everyone can afford CLOTHES.

@lunulae
Copy link
Contributor

lunulae commented Dec 24, 2019

The first drafts already look amazing. This will be a great addition for people who like to hold their Monika through the night. ❤️

@ThePotatoGuy
Copy link
Member

This might pose a challenge for the sprite system since the blanket would either:

  • be pre-arms layer which might cause issues with different clothing splits
  • OR need arm cuts which on second-thought is basically impossible to work with spritepacks.
  • OR the blanket would be considerd a clothing item, in which case the layering issues would be easier to manage.

Regardless, it's not that straightforward. Are you intending the blanket to be worn over clothes or as a clothing item?

@bittercaramel
Copy link
Author

This might pose a challenge for the sprite system since the blanket would either:

  • be pre-arms layer which might cause issues with different clothing splits
  • OR need arm cuts which on second-thought is basically impossible to work with spritepacks.
  • OR the blanket would be considerd a clothing item, in which case the layering issues would be easier to manage.

Regardless, it's not that straightforward. Are you intending the blanket to be worn over clothes or as a clothing item?

Yeah, I was thinking about it a lot while making this... thing.
I wanted it to be worn over clothes 'cuz it wouldn't cover whole Monika's body and she needs clothes underneath it. I started out thinking about arm cuts but I'm not good at making them, and besides I don't know how it would work spritepack-wise (i haven't looked into spritepacks that much yet)/
I mean, I might just make it a clothing item but how would it work? Honestly I do need some help on that one.
And right now I don't know when I will again start working on it because of uh, personal issues. But I'll try to get to it as quickly as possible.

@ThePotatoGuy
Copy link
Member

Start by reading the split-hair render order in #3174 .
Then looking at the actual sprite files (mod_assets/monika/c/) would help in figuring cuts and stuff.
and the psds in #3174 will help in seeing how it works in action.

The render order is designed to limit the amount of cutting needed by putting base pieces like the arms and boobs over clothes. As a result of this, clothing items are easier to manage since no cuts are needed, only a duplicate, cropped body sprite for the boobs and duplicated, cropped arm sprites for some of the arms.

If the blanket is an ACS (so it can be worn over clothing), then it would have to go in the MID ACS layer, but would conflict with the arms that have splits (crossed/leaning/maybe others). However, we can change the image used based on pose, so u can make blanket variants that wouldnt conflict on those splits. It's hard to say what the issue would be unless u try putting the blanket layer between the body and the arms and checking each pose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
art art stuff
Projects
None yet
Development

No branches or pull requests

8 participants