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

Screenshots are most welcome
https://www.xmoonproductions.org/viewtopic.php?f=2&t=3467
Page 19 of 19

Author:  djiango [ Wed Jun 14, 2017 10:43 am ]
Post subject:  Re: Screenshots are most welcome

Saiko in Monica's wedding dress.

Attachments:
screenshot40.jpg
screenshot40.jpg [ 71.76 KiB | Viewed 22001 times ]
screenshot39.jpg
screenshot39.jpg [ 70.97 KiB | Viewed 22001 times ]

Author:  hardyhar [ Sun Jun 18, 2017 6:32 pm ]
Post subject:  Re: Screenshots are most welcome

djiango wrote:
Saiko in Monica's wedding dress.


Absolutely stunning.

Author:  djiango [ Tue Jun 20, 2017 4:20 pm ]
Post subject:  Re: Screenshots are most welcome

:D

Attachments:
screenshot15.jpg
screenshot15.jpg [ 188.06 KiB | Viewed 21666 times ]
screenshot13.jpg
screenshot13.jpg [ 130.27 KiB | Viewed 21666 times ]
screenshot10.jpg
screenshot10.jpg [ 212.02 KiB | Viewed 21666 times ]

Author:  STRIKER777 [ Wed Jun 21, 2017 1:23 am ]
Post subject:  Re: Screenshots are most welcome

djiango wrote:
:D


djiango hi! How did you included a great Creature? Could you help if not difficult to throw and what you need to enter something he would have worked in the fashion of Halloween like you or the Dungeon! Please :)

Author:  djiango [ Wed Jun 21, 2017 8:31 am ]
Post subject:  Re: Screenshots are most welcome

Yeah I could probably make a little guide one of these days. Basically you would need to copy all the required creatures files and folders, from the "tentacle dreams" pack to your pack, and change the all required files to include the creatures. Once all files has been changed, you add them to the scene by changing the file: - "/pack/your pack/init/stories/storyname/objects/objects.dat"
Code:
ttmature_objecti:TTMATURE_BASE TTMATURE2 //Adult tentacle monster
{
   pose
   {
      scene_id = DUNGEON1; //scene
      waypoint = "chains_wp1"; //waypoint
   }
}

Code:
ttlarva_objecti:TTLARVA TTLARVA1 //Small Larva monster
{
   scene_id = DUNGEON1;
   waypoint = "chains_wp1";
}

Note that the adult tentacle monster is the only creature that needs the "pose { }" statement.

But the creatures don't seem to act very well with the girls, the big one just stands there and sprays fluid once in a while. He's dick is all soft, so it's of no use right now.
So it seems that interaction is something that would need to be custom scripted, to fit different mods.

Attachments:
screenshot26.jpg
screenshot26.jpg [ 194.24 KiB | Viewed 21614 times ]
screenshot21.jpg
screenshot21.jpg [ 166.04 KiB | Viewed 21614 times ]
screenshot19.jpg
screenshot19.jpg [ 141.22 KiB | Viewed 21614 times ]

Author:  STRIKER777 [ Wed Jun 21, 2017 10:23 am ]
Post subject:  Re: Screenshots are most welcome

djiango wrote:
Yeah I could probably make a little guide one of these days. Basically you would need to copy all the required creatures files and folders, from the "tentacle dreams" pack to your pack, and change the all required files to include the creatures. Once all files has been changed, you add them to the scene by changing the file: - "/pack/your pack/init/stories/storyname/objects/objects.dat"
Code:
ttmature_objecti:TTMATURE_BASE TTMATURE2 //Adult tentacle monster
{
   pose
   {
      scene_id = DUNGEON1; //scene
      waypoint = "chains_wp1"; //waypoint
   }
}

Code:
ttlarva_objecti:TTLARVA TTLARVA1 //Small Larva monster
{
   scene_id = DUNGEON1;
   waypoint = "chains_wp1";
}

Note that the adult tentacle monster is the only creature that needs the "pose { }" statement.

But the creatures don't seem to act very well with the girls, the big one just stands there and sprays fluid once in a while. He's dick is all soft, so it's of no use right now.
So it seems that interaction is something that would need to be custom scripted, to fit different mods.


djiango Hello and Thank You! And how do you know what poses are needed? Is there a list of possible options?

Author:  djiango [ Fri Jun 23, 2017 3:45 pm ]
Post subject:  Re: Screenshots are most welcome

Well you don't set the poses there, as it probably will be overwritten by the "run states" - ("/yourpack/init/stories/storyname/objects/ttmature/brain/code/run/run0_state.dat")
Unless you make a empty run state, then the poses should work, I guess.

I don't have a list of poses. But in the run states, you could see some examples of how things are done.
Something like:
Code:
SetCommand(BACKWARD0L); //Motion located in folder - ("/yourpack/scenes/capture/ttmature/")

Code:
loc.state.pose_type = STAND;
loc.state.pose_id   = 0;
loc.state.speed     = 2;
loc.state.waypoint  = loc.cs.waypoint;
loc.state.exact     = 0;
SetPose(loc.state);

Code:
loc.hs.state = LOOKUP;
loc.hs.dur   = 1.0;
loc.hs.scale = 5.0;
loc.hs.speed = 5.0;
SetHeadState(loc.hs);


Also take a look in the file: - ("/yourpack/init/std/base/lib/defines.dat")

It's also pretty new to me. But I'll see if I can include some better examples, when I'm finished with the tutorial.

Attachments:
screenshot43.jpg
screenshot43.jpg [ 37.14 KiB | Viewed 21508 times ]
screenshot42.jpg
screenshot42.jpg [ 227.43 KiB | Viewed 21508 times ]
screenshot41.jpg
screenshot41.jpg [ 49.76 KiB | Viewed 21508 times ]

Author:  Stenlee [ Mon Sep 25, 2017 10:00 pm ]
Post subject:  Re: Screenshots are most welcome

I found IRL Monica:
Image

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