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 f782c35 commit 90d62a1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion appendices/clua/bgee.htm
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,11 @@
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.
The EEs also supports pressing CTRL or SHIFT to display the dynamic or static searchmap respectively, as an overlay. You have to enable that first by adding these keys to Baldur.lua:
<div class="indent1 highlight">
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
</div>
</div>
</div>

Expand Down

2 comments on commit 90d62a1

@Argent77
Copy link
Contributor

Choose a reason for hiding this comment

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

The code section appears to be incorrectly formatted:
Image

Small typo: The EEs also supports -> The EEs also support

@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.

Yeah, thanks, was waiting for it to render.

Please sign in to comment.