Jump to content
⚠ Known Issue: Media on User Profiles ×

Philosd

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Philosd

  1. 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
  2. I want to use these via hotkeys...
  3. 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 Camera Toggle Free Camera Freeze Time Increase Free Camera Speed Decrease Free Camera Speed Toggle HUD Increase Time Multiplier Decrease Time Multiplier Reset Time Multiplier Increase FOV Decrease FOV Reset FOV
×
×
  • Create New...