Taking a break from the game, this blog is currently on hiatus. 💤

Auto-Zoom & Hide Active Markers

Camera Auto-Zoom
In its default state (on), the camera will auto-zoom in at the feet of the leader when you move the camera to view upwards (i.e. up-skirt perspective). By turning it off, you can view the surrounding area from below the ground. This allows you to see hidden spike traps (e.g. Occulta Dungeon) as mentioned previously here. This can also be achieved by typing /camcol on or /camcol off in the chat window.

[ http://yfrog.com/31camcolj ]


Hide Active Markers
By default (off), active characters have green markers at their feet to indicate that they are being selected. The leader's marker is a circle, while followers' markers are triangles. You may want to hide the markers when taking screenshots without using Alt-F.

[ http://yfrog.com/j3hidemypcj ]


Hot-Keys Setup
To add the hot-keys for these commands, you must be using user-defined hot-keys. Simply open your hot-key file (.xml) with Notepad and add the following lines.


<HotKey Name="/camcol ON" Scp="EnableCamCol(1)" Key="F2" UseAlt="NO" UseCtrl="YES" UseShift="NO" OnEdit="YES" />
<HotKey Name="/camcol OFF" Scp="EnableCamCol(0)" Key="F2" UseAlt="NO" UseCtrl="YES" UseShift="YES" OnEdit="YES" />
<HotKey Name="Hide Active Marker ON" Scp="HideMyPc(1)" Key="F3" UseAlt="NO" UseCtrl="YES" UseShift="NO" OnEdit="YES" />
<HotKey Name="Hide Active Marker OFF" Scp="HideMyPc(0)" Key="F3" UseAlt="NO" UseCtrl="YES" UseShift="YES" OnEdit="YES" />


Thereafter, you can turn on these functions with Ctrl-F2/F3, and turn off with Ctrl-Shift-F2/F3.

Comments

Post a Comment

Comments are currently disabled.