Jump to content

keepsyou

Members
  • Posts

    10
  • Joined

  • Last visited

Nexus Mods Profile

About keepsyou

Profile Fields

  • Country
    None

keepsyou's Achievements

Apprentice

Apprentice (3/14)

0

Reputation

  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 :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?
  2. there is this mod, but it requires campfire http://www.nexusmods.com/skyrim/mods/84033/?
×
×
  • Create New...