ebondream Posted October 3, 2015 Share Posted October 3, 2015 So I'm looking for a relatively simple way that'd allow me to rotate the camera around my character while she's walking, so I can see her from the front (and not just get new animations that change 'walking backwards') There's a really old mod on the nexus that allows you to toggle animcam with a hotkey--that would be enough for my purposes, except that it requires ScriptDragon and I don't really want to get that just for this if I have a choice. Does anyone know about any alternative? Link to post
Guest Posted October 4, 2015 Share Posted October 4, 2015 What you want is a 360 walk and run mod, that will allow you to pan the camera to face your character as they move forward. Link to post
ebondream Posted October 4, 2015 Author Share Posted October 4, 2015 But don't those just work by replacing the 'backing away' animation by a new walking animation? That wouldn't really help me, I've already installed custom walking animations and basically want to be able to watch my character from different angle while walking with those. Link to post
Deemer Posted October 4, 2015 Share Posted October 4, 2015 Been a while since I've actually played the game, but isn't there a button to toggle auto-run/walk which allows you to move the camera around? I might be wrong, but for some reason I seem to remember this being possible. Link to post
Chbaakal Posted October 5, 2015 Share Posted October 5, 2015 The 'C" key is used to Autorun/Walk. It can also be used to zoom in on items shown in Inventory. Link to post
Akzyra Posted October 5, 2015 Share Posted October 5, 2015 'C'/Autowalk walks straigh. Always! Immersive First Person has that feature: ; Uncomment these two to allow free looking while numpad 6 is held (character doesn't turn to crosshair) ;!bindkey2 0x66 0 "TurnFreeLookOn" ;!bindkey2 -0x66 0 "TurnFreeLookOff" ; My Settings: LEFT ALT = 0xA4 !bindkey2 0xA4 0 "TurnFreeLookOn" !bindkey2 -0xA4 0 "TurnFreeLookOff" If you use ALT like me reconfigure the controls to have it free. Link to post
Guest Posted October 5, 2015 Share Posted October 5, 2015 But don't those just work by replacing the 'backing away' animation by a new walking animation? That wouldn't really help me, I've already installed custom walking animations and basically want to be able to watch my character from different angle while walking with those. 360 walk and run mods aren't just custom anims, they're specifically intended to allow you to do what you appear to be asking for - a simple way to view your character in motion from any chosen angle using a combination of mouse look and WASD. What you can't do is autowalk or run and still use this feature, but in all the years I've been playing Skyrim I've never felt I needed to use auto-move and mapped that button to something else ages ago. Link to post
Dayelyte Posted October 5, 2015 Share Posted October 5, 2015 Perhaps something along these lines ? A macro to launch the animcam console command. http://www.nexusmods.com/skyrim/mods/67152/? Link to post
Guest toymachine Posted October 5, 2015 Share Posted October 5, 2015 360 run isn't what he's looking for because 360 run takes away back peddling making it the same as running forward with your character turned around actually going backwards. He's looking for something like what Fallout 3/NV has where you can hold down the F key and rotate the camera engaged or not. Link to post
ebondream Posted October 5, 2015 Author Share Posted October 5, 2015 Perhaps something along these lines ? A macro to launch the animcam console command. http://www.nexusmods.com/skyrim/mods/67152/? I'm too computer-illiterate to get how that actually works, unfortunately But don't those just work by replacing the 'backing away' animation by a new walking animation? That wouldn't really help me, I've already installed custom walking animations and basically want to be able to watch my character from different angle while walking with those. 360 walk and run mods aren't just custom anims, they're specifically intended to allow you to do what you appear to be asking for - a simple way to view your character in motion from any chosen angle using a combination of mouse look and WASD. What you can't do is autowalk or run and still use this feature, but in all the years I've been playing Skyrim I've never felt I needed to use auto-move and mapped that button to something else ages ago. So the only mod I've been able to find is this one http://www.nexusmods.com/skyrim/mods/34508/?and unless I'm misreading it that one does change the animations? Link to post
Guest toymachine Posted October 5, 2015 Share Posted October 5, 2015 The link Dayelyte provided requires a gamer mouse that has the extra buttons for hotkeys/macro. It's redundant if you don't have one of those mouses. Link to post
winny257 Posted October 6, 2015 Share Posted October 6, 2015 Been a while since I've actually played the game, but isn't there a button to toggle auto-run/walk which allows you to move the camera around? I might be wrong, but for some reason I seem to remember this being possible. it is unfortunately not possible, that is Skyrim not Morrowind or Oblivion! there was it *still possible* with holding the button to rotate the camera, in Skyrim have the developers easy this skill is omitted! therefore there is the 360 ° anims. edit: Best sexy idle and walk/run animations for female. http://www.loverslab.com/topic/25316-best-sexy-idle-and-walkrun-animations-for-female/?p=638216 Link to post
Guest Posted October 6, 2015 Share Posted October 6, 2015 Perhaps something along these lines ? A macro to launch the animcam console command. http://www.nexusmods.com/skyrim/mods/67152/? I'm too computer-illiterate to get how that actually works, unfortunately But don't those just work by replacing the 'backing away' animation by a new walking animation? That wouldn't really help me, I've already installed custom walking animations and basically want to be able to watch my character from different angle while walking with those. 360 walk and run mods aren't just custom anims, they're specifically intended to allow you to do what you appear to be asking for - a simple way to view your character in motion from any chosen angle using a combination of mouse look and WASD. What you can't do is autowalk or run and still use this feature, but in all the years I've been playing Skyrim I've never felt I needed to use auto-move and mapped that button to something else ages ago. So the only mod I've been able to find is this one http://www.nexusmods.com/skyrim/mods/34508/?and unless I'm misreading it that one does change the animations? Pardon my reading comprehension failure, ᵴᶅὴ' grasped what you were after better than I did. Yeah those mods don't allow for a back peddle/front view with camera control. And when engaged it will lock to a rear view. Link to post
ebondream Posted October 6, 2015 Author Share Posted October 6, 2015 The really annoying thing is that the "animcam" command does what I want perfectly, if I didn't have to constantly type it out to switch it on and off. Guess I can make a console script to speed it up slightly, but that's still a bit cumbersome... Ah well, thanks for the help everyone. Link to post
Akzyra Posted October 6, 2015 Share Posted October 6, 2015 'C'/Autowalk walks straigh. Always! Immersive First Person has that feature: ; Uncomment these two to allow free looking while numpad 6 is held (character doesn't turn to crosshair) ;!bindkey2 0x66 0 "TurnFreeLookOn" ;!bindkey2 -0x66 0 "TurnFreeLookOff" ; My Settings: LEFT ALT = 0xA4 !bindkey2 0xA4 0 "TurnFreeLookOn" !bindkey2 -0xA4 0 "TurnFreeLookOff" If you use ALT like me reconfigure the controls to have it free. Did you not see my post? I tested it and it works fine, even in 3rd person. Not just Immersive FP View. Link to post
ebondream Posted October 6, 2015 Author Share Posted October 6, 2015 'C'/Autowalk walks straigh. Always! Immersive First Person has that feature: ; Uncomment these two to allow free looking while numpad 6 is held (character doesn't turn to crosshair) ;!bindkey2 0x66 0 "TurnFreeLookOn" ;!bindkey2 -0x66 0 "TurnFreeLookOff" ; My Settings: LEFT ALT = 0xA4 !bindkey2 0xA4 0 "TurnFreeLookOn" !bindkey2 -0xA4 0 "TurnFreeLookOff" If you use ALT like me reconfigure the controls to have it free. Did you not see my post? I tested it and it works fine, even in 3rd person. Nut just Immersive FP View. Sorry, I did miss your post! Just tried it out and it works fine, thanks a lot Link to post
Kastagir Posted October 7, 2015 Share Posted October 7, 2015 Why don't you just hold down the "F" key (default mapping for POV change) and orbit the mouse around the character? This doesn't require any mods, but probably won't work if you have a weapon or spell equipped. Link to post
Akzyra Posted October 7, 2015 Share Posted October 7, 2015 He wants to run and rotate the cam around the char, without changing the direction he is going in. (aka. Arma/DayU ALT Key) And with weapons out, you really need a mod. And IFPV is light, SKSE plugin only. Link to post
ebondream Posted October 7, 2015 Author Share Posted October 7, 2015 Unfortunately it turns out that using IFPV but keeping on using vanilla first-person (Which I vastly prefer) causes a bug that no longer lets you zoom up close to your character without switching to fpov too soon. Ah well, can't have it all, it seems Link to post
ebondream Posted February 18, 2016 Author Share Posted February 18, 2016 I don't have much hope, but gonna try to resurrectg this again in case anyone can help.Again, what I'm looking for is a way to rotate the camera around my character -while she is moving forward-. Basically what the console command animcam does, but without having to open the console everytime I want to toggle it off and on.http://www.nexusmods.com/skyrim/mods/20433/? Is not an option because it requires the completely outdated ScriptDragon (I'm not even sure it's still available for download), but it seems to be the only mod around that does this... (apart from ImmersiveFirstPerson, but that has bugs of its own) Link to post
KumamonTheWorshiper Posted February 19, 2016 Share Posted February 19, 2016 There's this mod called animcam hotkey helper. It's basically the same as that ANIMCAM Hotkey mod but uses SKSE instead. However the author made mod page hidden for some reason recently. Fortunately i've managed get the mod before he made it hidden. I'd share but, should i upload it publicly or only by pm? Link to post
PaulGreen Posted April 5, 2016 Share Posted April 5, 2016 Did you ever get this solved? I was kinda hoping for this as well. Link to post
Anatriax Posted April 5, 2016 Share Posted April 5, 2016 Unfortunately it turns out that using IFPV but keeping on using vanilla first-person (Which I vastly prefer) causes a bug that no longer lets you zoom up close to your character without switching to fpov too soon. Ah well, can't have it all, it seems http://www.nexusmods.com/skyrim/mods/34713/? install this. Overwrite the run animations with the one you want. Overwrite the idle animations with the one you want. Bam. Problem solved. DO NOT OVERWRITE XPMSE WITH THE SKELETON PROVIDED IN THIS MOD, YOU WILL BREAK YOUR GAME Link to post
ebondream Posted April 5, 2016 Author Share Posted April 5, 2016 I don't really see how that addresses the problem at all. I'm not looking for a new animation when walking backwards, but a chance of moving the camera around as I'm walking or running forward. There is in fact a mod that des this, but as WorshipTheSatan mentioned, the author has since taken it down, leaving it a bit of a problematic question whether it's okay to just publicly upload it... Link to post