Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Panning in LevelEditor
Electra Offline
Junior Member

Posts: 31
Threads: 5
Joined: Mar 2012
Reputation: 0
#1
Question  Panning in LevelEditor

I know that to pan the camera you have to press the middle mouse button. Is there any way to pan without the middle mouse button? I can zoom and rotate just fine.

Custom Story Work in Progress: Castle Helmuth
"Who said the glory days had to end?"
06-25-2012, 06:05 PM
Website Find
SilentStriker Offline
Posting Freak

Posts: 950
Threads: 26
Joined: Jul 2011
Reputation: 43
#2
RE: Panning in LevelEditor

Nope not unless you have some program that make you able to change another button to the middle button

06-25-2012, 06:21 PM
Find
Apjjm Offline
Is easy to say

Posts: 496
Threads: 18
Joined: Apr 2011
Reputation: 52
#3
RE: Panning in LevelEditor

If you download autohotkey the following script should let you use left ctrl+alt to pan with in the level and model editors:
SetTitleMatchMode RegEx
#IfWinActive .*HPL (Level|Model) Editor
*LCtrl::
SendEvent {Blind}{MButton down}
KeyWait LCtrl
SendEvent {Blind}{MButton up}
return
(This post was last modified: 06-25-2012, 09:06 PM by Apjjm.)
06-25-2012, 09:03 PM
Find




Users browsing this thread: 1 Guest(s)