Skip to content

Commit

Permalink
Update bgee.htm
Browse files Browse the repository at this point in the history
  • Loading branch information
lynxlynxlynx authored Jan 5, 2025
1 parent b79a679 commit f782c35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appendices/clua/bgee.htm
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
CTRL+Y &nbsp;&nbsp; Kills creature under cursor<br />
</div>
<br />
BG2EE also supports pressing CTRL or SHIFT to display the dynamic or static searchmap respectively, as an overlay.
</div>
</div>

Expand Down

2 comments on commit f782c35

@Argent77
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please mention that this behavior has to be enabled in the baldur.lua with the options

SetPrivateProfileString('Game Options','Render Search Map','1')         -- press SHIFT key to display overlay
SetPrivateProfileString('Game Options','Render Dynamic Search Map','1') -- press CTRL key to display overlay

@lynxlynxlynx
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect, thanks, I was wondering why it didn't work for me in bgee and iwdee.

Please sign in to comment.