Friday, April 30, 2010

Off Topic: Nana to Kaoru

Well I didn't quite get what I was working on up and running so going off topic today.

My favorite S&M manga, believe it or not its not hentai. Nana to Kaoru is an echi series about a pervert who is slowly training his girl next door into a masochist. Very few series actually go into training, and watching Nana slowly become more and more a masochist is just delicious.


The series switches publishers half way through thats why there is both

Nana to Kaoru
Nana to Kaoru (Young Animal)

The series starts in Nana to Kaoru and continues in the Young Animal Version

http://mangahelpers.com/search?q=nana+to+kaoru

Thursday, April 29, 2010

and Mugi v.2 had an infinite loop....

She is designed to check 10 times and give up but instead the code was

fixed version

if (tempTotal == 10) {//will try to check for 10 items then give up no infinite looping or lagging the user.
tempTotal = 0;
_root.ServantSpeak("Have a great day!", true);
return;
}
else {
temp = int(Math.random()*52) + 1;
tempTotal = tempTotal + 1;
}

original version

if (tempTotal == 10) {//will try to check for 10 items then give up no infinite looping or lagging the user.
tempTotal = 0;
_root.ServantSpeak("Have a great day!", true);
return;
}
else {
temp = int(Math.random()*52) + 1;
tempTotal == tempTotal + 1;
}

Stupid check in line rather then assign.

I apologize for everyones trouble, but as always I want to emphasize that Mugi is a ton of coding that is untested. She is only a v.2 after all.

Will put an updated mugi .21 here

http://rapidshare.com/files/381741596/Mugi_v.21.rar

I hate Rei








Not much to say today working on internal stuff with Mugi to make guided paths for the special endings of all the girls... This is turning into a project of epic proportion. Lots of little internal functions to make for good flow and easy to steal code for future assistant creators.

The key of course is to try to make it so Mugi doesn't keep repeating the same thing over and over. Bots that act like parrots with one line drive me nuts, and I refuse to make Mugi that way.

Daisy

Wednesday, April 28, 2010

Official Mio Announcement

Official announcement, the next girl I will be working on is Mio from K-on. This shouldn't be that much of a surprise for those of you on the channel #slavemaker, or anyone who has been using Mugi.

The story right now is in the very early planning stages, but it will involve a pure lesbian story, as you train Mio for Mugi her owner and your assistant.

Goals, (or the buzz words this time around)

Assistant + Slave

Assistant and Slave combining together to make a story. (This is more a fun coding to me then anything that will matter to most players. Though of course Mugi continues to expand and can be used with any slave.) Mugi will actually grade your training on the fly and depending on her happiness will trigger events.

Mugi Happiness:



Mirror Dressing

Part 1:

This is the most difficult part to explain. Basically, why should the paper doll dress only have one picture, shouldn't it mirror the stats of the slave? If the slave is a nympho won't she wear her dress like a slut? If the slave is refined won't she wear her dress like a lady? So lets do it.

Part 2:

Shouldn't the assistant dress be similar to the Slaves? If the slave is wearing a school dress why not the assistant? Not only that but lets have the assistant mirror the stat based dress, sexy, refined, etc.

Part 3:

When a slave goes to work why does her dress change, when she is having sex, why is it a different dress? No I don't think I will be able to pull this off perfectly. But I do think that I will be able to have Mio wearing a school dress, or nude for the sex scenes to mirror them. Of course this depends on available images, but I think I can do it well enough that most people will be satisfied.

Refined:



Sexy:


Standard:


Training Focused

Mio will be much more focused on training then my previous slaves. Specifically I already have plans for Band, Maid, Cat Girl, Pony Girl, and any combination of those. I think we all agree its about time that we had a Maid School, and after all you are training her to be Mugi's slave a lady of refinement.

I need help

To pull this off I can use all the help I can get. So anyone interested in image editing please send me a PM, Mio will most likely have more images then I can count if I pull off the Mirror Dressing with any greatness.

Also anyone interested in futa editing please send me a tell. I pretty much refuse to put a penis on a perfectly good girl after Orihime and futa will not be in the main game. But I will be allowing a story less version where you don't have Mugi as your assistant and can just train Mio however you want. If you guys want futa in that version I will need pics edited.

The last thing I want to say is that this is the announcement and reservation of the girl. She is in no way at all close to being done, probably less then 2%, but I think with my record I can say she is in the pipe line.

Daisy

Playing with Mugi



Working on Mugi today.

I want to make Mugi and Mio work together, her happiness with your training of Mio should affect the development of Mio and trigger special events. But there's a big issue with that how do you let the user know how happy Mugi is, constantly doing warnings for the entire game would be boring and then I came up on an odd idea. Why not use the assistant box description to display stats.

function StartMorningAsAssistant(intro:Boolean) : Boolean
{
_root.AssistantDescription = "A rich girl. She likes part time jobs and to watch girls together.\r\rHappiness: " + _root.AssistantData.CustomFlag + "%\r(Mugi's happiness affects the speed at which a slave is trained.)";

...
return true;
}

See above Image

This is more of a mock up then a final version. It works but nothing actually changes the variable for now, but it does show proof of concept.

Also changes to Mugi heading towards V3

//Changed how eclipse dates for orihime are checked. -- Untested
//Papus draft antidote warnings - untested
//Guided Pony Girl - untested
//Guided Dick Girl - untested
//Guided Dick Girl Pony Girl - untested
//Guided Dick Girl Courtesian- untested
//Guided Cow Girl - Untested

Tuesday, April 27, 2010

7k Pics Sorted into 1268 Folders



Step 1 in making any girl. Grab every pic you can find and then sort them. Mio was a bit more of a challenge then any of the previous girls. Menace had only about 400 pics total, I had to actually find a large number of look alikes. Orihime had 650 or so images. Mio on the other had had 7000, and more pics need a better sorting system, 1268 folders to be exact. Now I can search folders to find the pic I want.
Example would be Glasses, and there she is.



What Fun,

Daisy

Monday, April 26, 2010

Yay CRC errors on Media Fire and Rapid Share

It never fails the second you think everything is perfect something goes wrong.

The Links have CRC errors. Changed filing to zips seems to have fixed the issue.

Update 4/26/10 Version 1.0 New Links for D/L to fix CRC error

Rapidshare

http://rapidshare.com/files/380617796/Menace_1.0_4-26-10b.zip

MediaFire

http://www.mediafire.com/?kmjz2y0izqm

Daisy

Sunday, April 4, 2010

Menace 1.0 Released

Menace 1.0

Some Minor Bug Fixes

Taking the mute braclet on and off will now net negative joy.
69 will no longer mention beastiality
added images to onsen and libary.

Thats about It. Having a month in Alpha really paid off thanks again to #slavemaker.

Removed old bad links