View unanswered posts | View active topics It is currently Thu Mar 28, 2024 5:51 pm



Reply to topic  [ 35 posts ]  Go to page 1, 2, 3, 4  Next
 Screenshot of custom menu 
Author Message
Site Admin
Site Admin

Joined: Thu Feb 07, 2013 11:16 am
Posts: 1865
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 23438 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);
}


Thu Oct 16, 2014 7:49 pm
Profile
Rank 15
Rank 15

Joined: Sat Sep 14, 2013 10:43 pm
Posts: 216
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


Thu Oct 16, 2014 8:19 pm
Profile
Rank 15
Rank 15

Joined: Tue Oct 07, 2014 1:11 am
Posts: 231
Awesome! Looks like it will be lots of fun to play, thanks for showing us :)


Thu Oct 16, 2014 8:52 pm
Profile
Site Admin
Site Admin

Joined: Thu Feb 07, 2013 11:16 am
Posts: 1865
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.


Thu Oct 16, 2014 8:53 pm
Profile
Rank 15
Rank 15
User avatar

Joined: Sun Mar 31, 2013 12:26 am
Posts: 229
So, Peter is the new protagonist.

The lab looks really good.

Is the girl on the picture Jenna?

Thanks for the update!


Thu Oct 16, 2014 9:25 pm
Profile
Rank 6
Rank 6
User avatar

Joined: Sat Apr 06, 2013 11:27 am
Posts: 26
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 !


Thu Oct 16, 2014 10:22 pm
Profile
Rank 15
Rank 15

Joined: Sat Sep 14, 2013 10:43 pm
Posts: 216
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 ! :)


Thu Oct 16, 2014 11:55 pm
Profile
Rank 18
Rank 18

Joined: Sun Jun 22, 2014 3:46 pm
Posts: 1094
cool progress looking forward


Fri Oct 17, 2014 4:54 am
Profile
Rank 14
Rank 14
User avatar

Joined: Sat Mar 30, 2013 8:43 pm
Posts: 164
Needs moar Saiko.

_________________
Image


Fri Oct 17, 2014 5:17 am
Profile
Rank 11
Rank 11

Joined: Mon Sep 30, 2013 11:46 am
Posts: 69
The whole thing looks wonderful. You guys are really doing fine work. Quite the stocking stuffer this Christmas ...


Fri Oct 17, 2014 9:51 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 35 posts ]  Go to page 1, 2, 3, 4  Next

Who is online

Users browsing this forum: No registered users and 19 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group.
Designed by X-Moon Productions.