View unanswered posts | View active topics It is currently Mon May 06, 2024 3:02 pm



Reply to topic  [ 12 posts ]  Go to page Previous  1, 2
 Changing story clothing 
Author Message
Rank 17
Rank 17
User avatar

Joined: Fri Feb 27, 2015 2:06 pm
Posts: 682
Location: Australia
laissemoirire wrote:
humm there are things I still don't understand,
in the lab, when both girls are here.
Monica enters with dress and no panties, but she's still wearing the bra.
I searched a lot and can't find where the panties are removed in the code.. -_-


if you are still wondering about this
but there is no bra on mine

in the girls
init\stories\tentacle_dreams\chars\monica\brain\code\ref
base_ref.dat
line 236
Code:
me.place_lab1 =
{
  // Place in lab
  loc.state.scene_id   = APARTMENT3;
   loc.state.waypoint   = "waypoint10";   
   loc.state.can_see    = true;
  loc.state.can_hear   = true;
  loc.state.cloth_type = NO_UNDERWEAR; <--- what clothing to use
   
  SetCharState(loc.state);
 
  ChangeObj(state.this);
 
  set_main_focus(STARE);
  set_main_exp(POLITE);
 
  do_set_timer(1);
 
  state.dyn.me.do.state2 = ENTER;
}


which is refrenced in the girls init files

Code:
cloth_elem[+]
  {
    pose_type    = STAND;
    pose_id      = 0;
   
    cloth_type   = NO_UNDERWEAR; <---- clothing name
    show_shoes   = true;
    show_glasses = false;
    show_socks   = false;

    items[0]
    {
      item  = 0;
      state = "state/Monica/DressOpenStand_0.dat"; <------ dress only
    }
  }

_________________
To install a mod

ESKARN'S TUTORIALS

Eskarn's Dungeon Mod(BETA)

Eskarn's puzzle map (story)


Tue Jul 21, 2015 11:48 pm
Profile
Rank 16
Rank 16
User avatar

Joined: Sat Jan 03, 2015 1:05 am
Posts: 323
Location: france
baaah how could I have miss this !

and this is why she wear only a bra,
because I guessed that NO_UNDERWEAR will be used in a sex scene, so I let only the bra on.

Code:
  cloth_elem[+]
  {
    pose_type    = STAND;
    pose_id      = 0;
   
    cloth_type   = NO_UNDERWEAR;
    show_shoes   = true;
    show_glasses = false;
    show_socks   = false;

    items[0]
    {
      item  = 0;
      state = "state/Monica/DressOpenStand_0.dat";
    }
   items[1]
    {
      item  = 3;
      state = "state/Monica/lmr_bra_02.dat";
    }
  }


Wed Jul 22, 2015 9:02 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 12 posts ]  Go to page Previous  1, 2

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.