basvanbeu Posted May 1, 2012 Posted May 1, 2012 HiIm trying to make a snapshot of a group of new NPCs. How do I make them line up for a snapshot ?
Georgiegril Posted May 1, 2012 Posted May 1, 2012 Are they followers? Can you use the wait there command?
minymoo Posted May 1, 2012 Posted May 1, 2012 You mean through scripting? I think there is a function called setposition or similar where you can place them anywhere you want.
basvanbeu Posted May 1, 2012 Author Posted May 1, 2012 I simply want to go into game and use placeatme and then line them up. No followers or scripting
fms1 Posted May 1, 2012 Posted May 1, 2012 (edited) NEVER EVER use placeatme on npc's if you don't want your game saves corrupted with no way to fix it. EDIT: Use moveto instead. Edited May 1, 2012 by fms1
basvanbeu Posted May 1, 2012 Author Posted May 1, 2012 NEVER EVER use placeatme on npc's if you don't want your game saves corrupted with no way to fix it. EDIT: Use moveto instead. 'Sigh'I made a simple mod with 10 npcs just to make some group photos. Thats all.... Im not going to play with it. I tried to place them in line into the world with CK. They dont line up. I have tried the MoveTo command witht the same result etc.
fms1 Posted May 1, 2012 Posted May 1, 2012 Sorry there's been a lot of uninformed people telling others to use placeatme in their games for finding followers, which causes a lot of save corruption. You could get a npc in place then toggle AI to make them stay put (if that's not a global command).
basvanbeu Posted May 2, 2012 Author Posted May 2, 2012 Sorry there's been a lot of uninformed people telling others to use placeatme in their games for finding followers, which causes a lot of save corruption. You could get a npc in place then toggle AI to make them stay put (if that's not a global command). Sorry for my attitude. Its just hard to find answers here in the forums. I figured it out. Create a bunch of NPCs then create an empty cell and stash them there. Note their refobjektId. Start Game. Open Console. TYPE prid [refobjektID] ENTER . TYPE moveto player, 400, 40. Repeat with a new refobjektId but change 40 to 80 etc etc. That way they get in line :)
aragonit Posted May 30, 2020 Posted May 30, 2020 OK, so I'm resurrecting this :)You can use CS Tag & Track to summon your actors (make a priority group or one-by-one. Talk to them to get them standing streight (if you want that), during conversation select them and write "tai" in the console.With Jaxonz Positioner you can put them anywhere you want. No problems with the skelleton or so. I just made a group pic of all NPCs in Levelers tower, for the trainers mod.
Recommended Posts