Jump to content

Where to look if I want to Increase her eye_movement_speed?


Logicx

Recommended Posts

Posted

Hi fellas,

As the title says, 

I think her eye movememt is slow and not realistic (unless she's drugged) and I would like it to follow my camera movement more instantly..

Does anyone here know how to mod this?

I would guess its somewhere in the dreaded Anim01.bs but I dont know where to look or where to start.

 

thanks in advance

/L

Posted

Not my cup of tea but I think you are on the right track regarding the dreaded Anim01.bs ;)

 

First off: ALWAYS make a backup before you edit core game files like that one.

Next, search for camera related AnimationClips like this one:

 

AnimationClip :local_29236 . {
    AnimationClip.AnimationLibrary AnimationLibrary :local_29311;
    AnimationClip.StartTime F64(13000);
    Object.Name "Model02:pose_camera_0001";
};

 

As you can see, (almost) every AnimationClip declares a AnimationClip.StartTime

That specifies a delay time in FRAMES ( 1 second ~= 24.2 frames ) before the clip starts to play after being triggered.

(in this case 13000 frames is more than 540 seconds so i dont think this is the clip you want)

 

I'm not an expert and I could be totally off but that's how I would start to experiment and see what happens if you change those StartTime values

 

 

Posted

Wow, 

Wonderful.. I will try and see if I can find something out of this.. and even if its totally off I can at least try and see where it leads.

Thanks alot for the teaching.

 

And Backups are always the first thing I do./

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...