Thread: My DtS/MoT mod
View Single Post
  #628  
Old 01-14-2012, 03:33 AM
OSS OSS is offline
Approved Member
 
Join Date: Oct 2007
Posts: 113
Default

Quote:
Originally Posted by Etienne11 View Post
Thanks this will help me.

There is still a problem with the helmet that is mixed with a cap... here is a screenshot : http://imageshack.us/photo/my-images...hoto0092h.jpg/

I don't know how it could be fixed.
There is no easy cheat for this, but you can hide helmet after changing clothes by this command:

$ Actor.EnableMesh( Level.GetPlayer(), "mesh_helmet" , false );

or hat

$ Actor.EnableMesh( Level.GetPlayer(), "mesh_cap" , false );
Reply With Quote