Philosd Posted September 2, 2017 Share Posted September 2, 2017 http://www.nexusmods.com/skyrimspecialedition/mods/2937/ This mod isn't working anymore, Can someone make a mod like this please? These are the features I want in mod : Toggle Free CameraToggle Free Camera Freeze TimeIncrease Free Camera SpeedDecrease Free Camera SpeedToggle HUDIncrease Time Multiplier Decrease Time MultiplierReset Time MultiplierIncrease FOV Decrease FOVReset FOV Link to comment Share on other sites More sharing options...
PeterMartyr Posted September 3, 2017 Share Posted September 3, 2017 Just use Console Commands there is absolutely no need for mod. Examples FOV 30 = Zoom inFOV 100 =Zoom outFOV 0 =Default. TFC =Free CamTFC 1 =Free Cam with action Frozen SUCSM 5 = Cam Speed work out there rest for your self. Link to comment Share on other sites More sharing options...
Philosd Posted September 3, 2017 Author Share Posted September 3, 2017 Just use Console Commands there is absolutely no need for mod. Examples FOV 30 = Zoom inFOV 100 =Zoom outFOV 0 =Default. TFC =Free CamTFC 1 =Free Cam with action Frozen SUCSM 5 = Cam Speed work out there rest for your self. I want to use these via hotkeys... Link to comment Share on other sites More sharing options...
Deathoctimus Posted September 4, 2017 Share Posted September 4, 2017 hotkeys need SKSE so would need to wait for SKSE64 sorry :/ Link to comment Share on other sites More sharing options...
PeterMartyr Posted September 4, 2017 Share Posted September 4, 2017 (edited) hotkeys need SKSE so would need to wait for SKSE64 sorry :/ Nah clever C++ modder's can make there own hooks, it doesn't need SKSE64, but the modder who made HotKey SE Cam Mod is retired. My best guess is User Error, it only reason I think of, that would make it magically stop working, since SE hasn't been upgraded since it release. So there no reason why it shouldn't work? But I didn't want to be insulting... Crap I said any way. But only to kill two bird with stone. I couldn't resist it. :laugh: @ Phil check both Plugins, the one in the Skyrim Folder & the one in the Data Folder. Shadowman SE Keyboard Plugin is working fine. But I only use Volume and Ctrl + F4 on mine Keyboard in SSE. I finely get it. Better late than never...... Edited September 4, 2017 by PeterMartyr Link to comment Share on other sites More sharing options...
nightscrawl Posted September 4, 2017 Share Posted September 4, 2017 hotkeys need SKSE so would need to wait for SKSE64 sorry :/ Nah clever C++ modder's can make there own hooks, it doesn't need SKSE64, but the modder who made HotKey SE Cam Mod is retired. My best guess is User Error, it only reason I think of, that would make it magically stop working, since SE hasn't been upgraded since it release. So there no reason why it shouldn't work? But I didn't want to be insulting... Crap I said any way. But only to kill two bird with stone. I couldn't resist it. :laugh: @ Phil check both Plugins, the one in the Skyrim Folder & the one in the Data Folder. Shadowman SE Keyboard Plugin is working fine. But I only use Volume and Ctrl + F4 on mine Keyboard in SSE. I finely get it. Better late than never...... Yes it has. There have been three or four patches to the game since SSE release. They're done with patching now, but they did work on it. But that is moot anyway. The latest version of the game 1.4.2.0, and the mod's description says, "Only for Skyrim Special Edition 1.4.2.0." Link to comment Share on other sites More sharing options...
Philosd Posted September 5, 2017 Author Share Posted September 5, 2017 (edited) hotkeys need SKSE so would need to wait for SKSE64 sorry :/ Looks like i don't have to wait for SKSE64. I just wrote a script for AutoHotkey . It's sometimes mess up, but better than nothing.. Note : Backquote key is showing up console in Turkish layout keyboards, if you use this you should change backquote to tilde or what key is showing up the console. As you can see, English is not my natural language :) Sorry. Def := 10 Fov := 75 SetKeyDelay, 30 NumpadDot:: BlockInput, On Send, "tm{enter}" BlockInput, Off Return Numpad1:: BlockInput, On Send "tfc 1{enter}" BlockInput, Off Return Numpad0:: BlockInput, On Send "tfc 0{enter}" BlockInput, Off Return Numpad2:: BlockInput, On Def := Def - 1 Send "sucsm %Def%{enter}" BlockInput, Off Return Numpad3:: BlockInput, On Def := Def + 1 Send "sucsm %Def%{enter}" BlockInput, Off Return Numpad7:: BlockInput, On Fov := Fov + 5 Send "fov %Fov%{enter}" BlockInput, Off Return Numpad8:: BlockInput, On Fov := Fov - 5 Send "fov %Fov%{enter}" BlockInput, Off Return Numpad9:: BlockInput, On Fov := 75 Send "fov %Fov%{enter}" BlockInput, Off Return Edited September 5, 2017 by Philosd Link to comment Share on other sites More sharing options...
Deathoctimus Posted September 6, 2017 Share Posted September 6, 2017 Ah cool, cant code so i'm stuffed lol Link to comment Share on other sites More sharing options...
keepsyou Posted October 1, 2017 Share Posted October 1, 2017 hotkeys need SKSE so would need to wait for SKSE64 sorry :/ Looks like i don't have to wait for SKSE64. I just wrote a script for AutoHotkey . It's sometimes mess up, but better than nothing.. Note : Backquote key is showing up console in Turkish layout keyboards, if you use this you should change backquote to tilde or what key is showing up the console. As you can see, English is not my natural language :smile: Sorry. Def := 10 Fov := 75 SetKeyDelay, 30 NumpadDot:: BlockInput, On Send, "tm{enter}" BlockInput, Off Return Numpad1:: BlockInput, On Send "tfc 1{enter}" BlockInput, Off Return Numpad0:: BlockInput, On Send "tfc 0{enter}" BlockInput, Off Return Numpad2:: BlockInput, On Def := Def - 1 Send "sucsm %Def%{enter}" BlockInput, Off Return Numpad3:: BlockInput, On Def := Def + 1 Send "sucsm %Def%{enter}" BlockInput, Off Return Numpad7:: BlockInput, On Fov := Fov + 5 Send "fov %Fov%{enter}" BlockInput, Off Return Numpad8:: BlockInput, On Fov := Fov - 5 Send "fov %Fov%{enter}" BlockInput, Off Return Numpad9:: BlockInput, On Fov := 75 Send "fov %Fov%{enter}" BlockInput, Off Return this script works, but not while running sse. any help? Link to comment Share on other sites More sharing options...
Vyxenne Posted April 10, 2018 Share Posted April 10, 2018 Just use Console Commands there is absolutely no need for mod. Examples FOV 30 = Zoom inFOV 100 =Zoom outFOV 0 =Default. TFC =Free CamTFC 1 =Free Cam with action Frozen SUCSM 5 = Cam Speed work out there rest for your self. I want to use these via hotkeys... I bought a keyboard with programmable hotkeys- mine is a Lopgitech G910 Mechanical but there are less-expensibve Logitechs and also Razr and other programmable-key keyboards and mice.I have the following macros on various hotkeys: `tfc[Enter]` `sucsm 0.5[Enter]` `epc[Enter]` `tm[Enter]` `sgtm 0.7[Enter]` `sgtm 0.5[Enter]` `sgtm 0.3[Enter]` `sgtm 1[Enter]`NOTE: the ` character you see in my macros is the tilde ~ key that opens and closes the console- it only produces an actual tilde character in combination with the Shift key, which isn't needed to toggle the console in Bethesda games. You can also assign any macros you want to any mouse controls such as Scroll-Wheel-Left and Scroll-Wheel-Right, which are seldom used in games. Some may ask "Why bother with the trouble and expense of a programmable-key keyboard or mouse? Why not just manually enter the console commands?" The answer is that I occasionally make YouTube videos, and all of my macros complete in less than ¼ second, which greatly reduces the need for me to edit out the parts where I'm issuing commands- as long as my HUD is turned off so you can't see the console flash open and closed, many of my commands are undetectable. It also breaks immersion with certain animations ⚤ to have to manually enter a bunch of keystrokes. Link to comment Share on other sites More sharing options...
Recommended Posts