Mattiewagg Posted August 29, 2014 Author Share Posted August 29, 2014 Objects placed in the world in the CK are not removed. And actually based on my reading any object still in use by an alias will not be deleted until the alias is cleared. I haven't tested this extensively, but for one of my mods I placed a crafted potion into an alias and was later able to create more copies of it, while all other attempts caused the game to crash. Even after the cell where the potion was placed was manually reset, the alias persisted.Thanks. Link to comment Share on other sites More sharing options...
FireFlickerFlak Posted August 29, 2014 Share Posted August 29, 2014 If I want to replace all instances of a certain type of actor with another type, what is the best way to do this? More specifically, I want to significantly reduce the number of actors that can cast spells in the game. Link to comment Share on other sites More sharing options...
Mattiewagg Posted August 29, 2014 Author Share Posted August 29, 2014 If I want to replace all instances of a certain type of actor with another type, what is the best way to do this? More specifically, I want to significantly reduce the number of actors that can cast spells in the game.Like I said in your original post: Ctrl+F is a batch command that allows you to replace certain forms with another form. More information can be found here. Link to comment Share on other sites More sharing options...
FireFlickerFlak Posted August 29, 2014 Share Posted August 29, 2014 Like I said in your original post: Ctrl+F is a batch command that allows you to replace certain forms with another form. More information can be found here. That method is new to me, thanks for the link. Still not sure if it is replacing the actual form or where it is referenced or how to use the wild card replace, but I'll try experimenting with it for a bit. Link to comment Share on other sites More sharing options...
ToppDog Posted August 30, 2014 Share Posted August 30, 2014 Okay, here's another quick one: How do I make a static version of a weapon (dagger/sword) that does not include the sheath? Link to comment Share on other sites More sharing options...
Mattiewagg Posted August 30, 2014 Author Share Posted August 30, 2014 Okay, here's another quick one: How do I make a static version of a weapon (dagger/sword) that does not include the sheath?Copy the mesh for the dagger, open the .nif, highlight the line that will cause white lines to go over the scabbard, right click, block, remove. Save. Use that mesh for the static. Link to comment Share on other sites More sharing options...
LOKIGODX41 Posted August 30, 2014 Share Posted August 30, 2014 Ok I am trying to add all warpaints to all human races for a mod I am working on in the creation kit. Does anyone know how to do that? Thanks Link to comment Share on other sites More sharing options...
Mattiewagg Posted August 30, 2014 Author Share Posted August 30, 2014 Ok I am trying to add all warpaints to all human races for a mod I am working on in the creation kit. Does anyone know how to do that? ThanksSee the warpaint forms and see if they're based on race. They might be ArmorAddons, I'm not sure. It doesn't seem to be stored in the Race data, but I might be wrong. Link to comment Share on other sites More sharing options...
Mattiewagg Posted August 30, 2014 Author Share Posted August 30, 2014 I'm feeling really stupid here but... How do you remove an additional face part? I have a scar I want to remove through the Character Gen tab and I can't remove it. I can see it under Additional Face Parts, but I can't DO anything to it. Link to comment Share on other sites More sharing options...
DavidJCobb Posted August 30, 2014 Share Posted August 30, 2014 I'm feeling really stupid here but... How do you remove an additional face part? I have a scar I want to remove through the Character Gen tab and I can't remove it. I can see it under Additional Face Parts, but I can't DO anything to it. Have you tried clicking on it and pressing the Del key? That works for me. Link to comment Share on other sites More sharing options...
Recommended Posts