Showing posts with label dress. Show all posts
Showing posts with label dress. Show all posts

Wednesday, October 12, 2016

Monday, March 9, 2015

New dress: cc2

Hello small update here.

There's a new dress ready. It's a simplified version of cc2 top.
For who doesn't know CC2 is a character in the game Hyperdimension Neptunia something something.

Here it is:


Monday, February 16, 2015

New shirt

As the previous post this is another post with a new dress. This time it's a shirt!
And it's the most normal shirt ever. It will probably be the base (with the trousers of the last post) of the barista job that you're trainee will be able to undertake.

Here it is in the normal and full pregnant version:



Wednesday, February 11, 2015

New trousers

Hello,

as you probably have noticed there were no updates these day.
I was lacking motivation (for me writing events is a motivation killer), I still do but sometimes I return working on this project.
You will probably see less updates at least while I'm focusing on events.

Anyway this is an update non event related, a new dress! Yay!

I have made a pair of trousers which have three variations. You can see them here:




There's something bugging me though which is the upper line which is too much curved on the side of the leg. I'll probably modify that in the future but atm it's good as is.

Wednesday, January 21, 2015

New dress: bath towel

Hello,

I've been working on a couple of new basic events these days.
In particular the event target a new place that the player can visit, which is a classic in hentai game.
Can you guess?

It's the public bath!

That's the perfect place for an hentai game, everything could happen there.

Anyway, since at the moment the bath is a respectable place I needed a way for the girl to cover herself.

Can you guess again?
What?
I've written in the title?
What if I tell you it was a bluff?
What?
You can see the picture down there?
Fuck! You got me, it's the bath towel!

Here's the pic:



See you next update!

Sunday, December 28, 2014

New dress

Hello, short post here.

I've been working on a new dress.

The dress is a simplified version of the one of the main character of final fantasy xiii.
I thnik I'll need to investigate the other final fantasy as well since the dress design in those game is really nice.



If you people have any dress to suggest, please do, since it's really time taking to search for nice dresses.

Sunday, December 7, 2014

New dresses YAY

Hello there,

in these days I was not in the mood to write code, so I decided it was time to draw some more.
So I made 3 new dress. Here they are:


So, I made:
-the "rags" for the upper side
-the one legged trousers
-the "curtain" trousers

In image 1-2 you can see how the dress interact with pregnancy.
For the "curtain" style the interaction is less visible they just start to disappear under the belly.

For the colors don't worry these are not definitive, I'll make definable (is this a word?) in-game.
In fact all of the dresses are dressed (to make it simple) in grayscale and are colorized inside the game via shaders.

For whoever is interested dresses can be added by anyone (clearly you have to draw them) and I will provide a guide + templates in the future.

When drawing dresses I always have a big problem, I don't know what to draw...
If you can point me to some dress (either sexy or not) you'd like to see please leave a link to it. I'll look into it and if I like it I might add it to the game (depend mostly if it's too complex to draw)

Thursday, November 20, 2014

Dress up screen, the revenge

Ok, today I should have finished all the logic behind the equipment screen.
The other day I was only able to put on dress,
today I'm able to put on dress, remove dress and return to the week planner.

You're probably wondering what's a week planner?
As in slave maker game is comprised of two "phases" the planning phase and the execution phase, here, the planning phase is called week planner since the game progress a week at a time. I decided to make it a week in order to make it easier to see the pregnancy progress, I mean you have to wait 4*9 turns in order to see a fully pregnant girl instead of 7*4*9.


Wednesday, November 19, 2014

Basic equipment manager

Hello there,

today I improved how dresses are loaded and now the game takes the data used for the dress all from xml files, making them moddable.

This was useful because I created the page used to dress up the trainee.
What the hell is the trainee? The trainee is the name used to refer to the "slave" inside the code and in the events xml.
Anyway I will need to add a section to the mod documentation to describe the procedure to add clothes but atm I'll leave it out since I'm not sure I'll find a lot of people willing to do that.

Here's the page:


Note that when I said I created the page I'm not really referring abount the graphics, that's something that can wait until before release but just that I created the basic logic behind it.

#region For technician only
MS WPF make it really easy to change the graphics later since there's no logic whatsover inside the view. If you never used it you should because is a really good framework.
#endregion

And now that I think of it this is the first time I show you a screen of the whole application.
Note that the right section of the screen is actually a part that is visible from every page of the game and not only the equipment so it doesn't count when I said I created the logic for the equip page :)