llde / xOBSE

Oblivion Script extender source
248 stars 35 forks source link

minimap cannot bind key #98

Open tommyonsn opened 3 years ago

tommyonsn commented 3 years ago

obse 0021 worked, but xOBSE 22.3 didn't work.

llde commented 3 years ago

more info?

tommyonsn commented 3 years ago

https://www.nexusmods.com/oblivion/mods/26220 this MOD, press key to control minimap. modify data/minimap.ini key DEC number according to CE https://cs.elderscrolls.com/index.php?title=OnKeyDown. Just change obse to xobse, obse 0021 worked, but xobse didn't work.

llde commented 3 years ago

The toggle key? Or the zoom-in zoom-out keys?

llde commented 3 years ago

I can't reproduce, what key did you want to use for the option? What binding didn't work?

tommyonsn commented 3 years ago

I can't reproduce, what key did you want to use for the option? What binding didn't work?

G: toggle V: Zoom Out B: Zoom In

My minimap.ini is same with default ini but blow:

set MiniMap.iZoomInKey to 48 ; 48 (78_NumPad+,48_B) set MiniMap.iZoomOutKey to 47 ; 47 (74_NumPad-,47_V) set MiniMap.iToggleKey to 34 ; 34 (55_NumPad*,34_G)

========================== After I changed xobse 22.3 to obse 0021,It worked well.