Compare commits
No commits in common. "ace4edcc880aa14265389bd9939aad343014daec" and "d2b97a97dce7309cc28b67e13a5d93e4f0c0ab05" have entirely different histories.
ace4edcc88
...
d2b97a97dc
BIN
mod/Cyberware 2281.url
(Stored with Git LFS)
BIN
mod/Cyberware 2281.url
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
@ -1,8 +0,0 @@
|
||||
scn CWxBionicEyesOnEquip
|
||||
|
||||
begin function { ref rEquipper, ref rEquipped }
|
||||
|
||||
let CWxBionicEyesQuest.heatShader1stPersonActive := 0
|
||||
let CWxBionicEyesQuest.heatShader3rdPersonActive := 0
|
||||
|
||||
end
|
@ -8,7 +8,6 @@ begin function { iMode }
|
||||
|
||||
SetOnKeyUpEventHandler CWxBionicEyesOnHotkey 1 CWxVisionModeHotkey
|
||||
SetOnControlDownEventHandler CWxBionicEyesOnHotkey 1 27 ; Grab
|
||||
SetEventHandler "OnActorEquip" CWxBionicEyesOnEquip
|
||||
|
||||
; Clear list of processed actors to reapply shaders
|
||||
if CWxVisionModeLevel > 0
|
||||
@ -19,7 +18,6 @@ begin function { iMode }
|
||||
else
|
||||
SetOnKeyUpEventHandler CWxBionicEyesOnHotkey 0 CWxVisionModeHotkey
|
||||
SetOnControlDownEventHandler CWxBionicEyesOnHotkey 0 27 ; Grab
|
||||
RemoveEventHandler "OnActorEquip" CWxBionicEyesOnEquip
|
||||
endif
|
||||
|
||||
end
|
||||
|
@ -244,8 +244,8 @@ Begin MenuMode 1059
|
||||
SetEventHandler "OnButtonDown:4111" CWxPanelOnButtonDown
|
||||
|
||||
if CWxPanelGamepadHintShown == 0 && GetController
|
||||
MessageBoxEx "Use D-pad to navigate:%rUP/DOWN - select a body part%rLEFT/RIGHT - select an implant slot%rA - show an implant menu"
|
||||
set CWxPanelGamepadHintShown to 1
|
||||
ShowMessage CWxPanelGamepadHelpMsg
|
||||
endif
|
||||
|
||||
if ListGetCount CWxImplantsAllList != ListGetCount CWxImplantsDescList
|
||||
|
@ -21,7 +21,7 @@ begin GameMode
|
||||
; As normal activation is temporarily disabled, we need to change it back to "Scan".
|
||||
|
||||
|
||||
if GetUIFloat "HUDMainMenu/_DUIF3" > 0 ; DarnUI
|
||||
if GetUIFloat "HUDMainMenu\_DUIF3" > 0 ; DarnUI
|
||||
|
||||
if eval GetUIString "HUDMainMenu/InfoWrap/Info/justify_center_hotrect/string" != "Scan"
|
||||
SetUIString "HUDMainMenu/InfoWrap/Info/justify_center_hotrect/string" "Scan"
|
||||
@ -64,7 +64,7 @@ begin GameMode
|
||||
; SetStage CWxScannerTextQuest 0
|
||||
|
||||
if rTarget == 0
|
||||
if GetUIFloat "HUDMainMenu/_DUIF3" > 0 ; DarnUI
|
||||
if GetUIFloat "HUDMainMenu\_DUIF3" > 0 ; DarnUI
|
||||
if eval GetUIString "HUDMainMenu/InfoWrap/Info/justify_center_hotrect/string" == "Scan"
|
||||
SetUIFloat "HUDMainMenu/InfoWrap/Info/justify_center_hotrect/visible" 0
|
||||
endif
|
||||
@ -82,7 +82,7 @@ begin GameMode
|
||||
|
||||
set iControl to GetControl 5
|
||||
|
||||
if GetUIFloat "HUDMainMenu/_DUIF3" > 0 ; DarnUI
|
||||
if GetUIFloat "HUDMainMenu\_DUIF3" > 0 ; DarnUI
|
||||
SetUIStringEx "HUDMainMenu/InfoWrap/Info/justify_center_hotrect/_PCButtonText" "%k)" iControl
|
||||
SetUIString "HUDMainMenu/InfoWrap/Info/justify_center_hotrect/string" "Scan"
|
||||
SetUIFloat "HUDMainMenu/InfoWrap/Info/justify_center_hotrect/visible" 1
|
||||
|
@ -7,14 +7,8 @@ begin function {}
|
||||
EnableControl 5
|
||||
|
||||
if GetActiveMenuMode == 0
|
||||
if GetUIFloat "HUDMainMenu/_DUIF3" > 0 ; DarnUI
|
||||
if eval GetUIString "HUDMainMenu/InfoWrap/Info/justify_center_hotrect/string" == "Scan"
|
||||
SetUIFloat "HUDMainMenu/InfoWrap/Info/justify_center_hotrect/visible" 0
|
||||
endif
|
||||
else
|
||||
if eval GetUIString "HUDMainMenu/Info/justify_center_hotrect/string" == "Scan"
|
||||
SetUIFloat "HUDMainMenu/Info/justify_center_hotrect/visible" 0
|
||||
endif
|
||||
if eval GetUIString "HUDMainMenu/Info/justify_center_hotrect/string" == "Scan"
|
||||
SetUIFloat "HUDMainMenu/Info/justify_center_hotrect/visible" 0
|
||||
endif
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user