xmoonproductions.org
https://www.xmoonproductions.org/

Screenshot of custom menu
https://www.xmoonproductions.org/viewtopic.php?f=2&t=3371
Page 1 of 4

Author:  xpadmin [ Thu Oct 16, 2014 7:49 pm ]
Post subject:  Screenshot of custom menu

Here is a screenshot of the custom menu for the fast sex option.
The menu items are fully customizable.

When changed an event is send to the script engine.
In the script you can set custom attributes of the character/scene directly.

This allows for easy customization of the character and scene (sorry boob size still not automatically adjustable).

Attachment:
custom1.jpg
custom1.jpg [ 525.29 KiB | Viewed 23728 times ]



Example of the code for e.g. hair adjustment:

me.set_hair_color =
{
case (event.par)
{
["Default"]
{
loc.color.r = 255;
loc.color.g = 255;
loc.color.b = 255;
loc.color.a = 255;

loc.shiny = 0;
loc.power = 0;

loc.tex = "#";
}

["B_Red"]
{
loc.color.r = 340;
loc.color.g = 150;
loc.color.b = 150;
loc.color.a = 255;

loc.shiny = 0;
loc.power = 0;

loc.tex = "#";
}

["B_Green"]
{
loc.color.r = 180;
loc.color.g = 400;
loc.color.b = 180;
loc.color.a = 255;

loc.shiny = 0.6;
loc.power = 20.0;

loc.tex = "#";
}

["B_Blue"]
{
loc.color.r = 150;
loc.color.g = 230;
loc.color.b = 480;
loc.color.a = 255;

loc.shiny = 0.6;
loc.power = 20.0;

loc.tex = "#";
}

["B_Blond"]
{
loc.color.r = 950;
loc.color.g = 1100;
loc.color.b = 1200;
loc.color.a = 255;

loc.shiny = 0.6;
loc.power = 20.0;

loc.tex = "#";
}

["W_Red"]
{
loc.color.r = 255;
loc.color.g = 150;
loc.color.b = 150;
loc.color.a = 255;

loc.shiny = 0;
loc.power = 0;

loc.tex = "#";
}

["W_Green"]
{
loc.color.r = 150;
loc.color.g = 255;
loc.color.b = 150;
loc.color.a = 255;

loc.shiny = 0.4;
loc.power = 20.0;

loc.tex = "#";
}

["W_Blue"]
{
loc.color.r = 150;
loc.color.g = 150;
loc.color.b = 255;
loc.color.a = 255;

loc.shiny = 0.4;
loc.power = 20.0;

loc.tex = "#";
}

["W_Brown"]
{
loc.color.r = 90;
loc.color.g = 80;
loc.color.b = 70;
loc.color.a = 255;

loc.shiny = 0;
loc.power = 0;

loc.tex = "#";
}

["Black"]
{
loc.color.r = 30;
loc.color.g = 30;
loc.color.b = 30;
loc.color.a = 255;

loc.shiny = 0.4;
loc.power = 20.0;

loc.tex = "#";
}

[]
{
loc.color.r = 255;
loc.color.g = 255;
loc.color.b = 255;
loc.color.a = 255;

loc.shiny = 0;
loc.power = 0;

loc.tex = event.par;
}
}

loc.sc.color = loc.color;
loc.sc.spec_shiny = loc.shiny;
loc.sc.spec_power = loc.power;
loc.sc.tex = loc.tex;

SetHairColor(loc.sc);

loc.cs.hair_color = loc.sc.color;
loc.cs.hair_spec_shiny = loc.sc.spec_shiny;
loc.cs.hair_spec_power = loc.sc.spec_power;
loc.cs.hair_tex = loc.sc.tex;

SetCharState(loc.cs);
}

Author:  bartux [ Thu Oct 16, 2014 8:19 pm ]
Post subject:  Re: Screenshot of custom menu

looking great !
thanks for sharing this.

I'm wondering if there were more options planned in 3.0 to customize the girls / scene ? (like size of tits, length of arms / feets neck etc . like 3dsexvilla's settings)

Maybe it's in another menu

Author:  Anaquis [ Thu Oct 16, 2014 8:52 pm ]
Post subject:  Re: Screenshot of custom menu

Awesome! Looks like it will be lots of fun to play, thanks for showing us :)

Author:  xpadmin [ Thu Oct 16, 2014 8:53 pm ]
Post subject:  Re: Screenshot of custom menu

bartux wrote:
looking great !
thanks for sharing this.

I'm wondering if there were more options planned in 3.0 to customize the girls / scene ? (like size of tits, length of arms / feets neck etc . like 3dsexvilla's settings)

Maybe it's in another menu


Thank you!

Options that can easily customize the body like adjusting breast size and the size of other parts of the body will not be possible in next version.
It will be possible to adjust the model using Maya but not directly through the menu.

This because it is not only the size that needs to be adjusted. Also the cloth sizes, the way the breasts react *physics, etc.

This will have to wait for a later version.

Author:  aterrizando [ Thu Oct 16, 2014 9:25 pm ]
Post subject:  Re: Screenshot of custom menu

So, Peter is the new protagonist.

The lab looks really good.

Is the girl on the picture Jenna?

Thanks for the update!

Author:  Adn [ Thu Oct 16, 2014 10:22 pm ]
Post subject:  Re: Screenshot of custom menu

Yeah new pictures and update ;)
Looks in new "the Sims 5" :D
Really excellent, the place is really well done, and really top modeling.

It's really good ;) keep it up!
I hope it will continue after !

Author:  bartux [ Thu Oct 16, 2014 11:55 pm ]
Post subject:  Re: Screenshot of custom menu

xpadmin wrote:
bartux wrote:
looking great !
thanks for sharing this.

I'm wondering if there were more options planned in 3.0 to customize the girls / scene ? (like size of tits, length of arms / feets neck etc . like 3dsexvilla's settings)

Maybe it's in another menu


Thank you!

Options that can easily customize the body like adjusting breast size and the size of other parts of the body will not be possible in next version.
It will be possible to adjust the model using Maya but not directly through the menu.

This because it is not only the size that needs to be adjusted. Also the cloth sizes, the way the breasts react *physics, etc.

This will have to wait for a later version.


thanks for the update on this. Better start learning Maya in this case ! :)

Author:  tomahawk308 [ Fri Oct 17, 2014 4:54 am ]
Post subject:  Re: Screenshot of custom menu

cool progress looking forward

Author:  weipai [ Fri Oct 17, 2014 5:17 am ]
Post subject:  Re: Screenshot of custom menu

Needs moar Saiko.

Author:  friendly [ Fri Oct 17, 2014 9:51 am ]
Post subject:  Re: Screenshot of custom menu

The whole thing looks wonderful. You guys are really doing fine work. Quite the stocking stuffer this Christmas ...

Page 1 of 4 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/